Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
d7d0121a
Kaydet (Commit)
d7d0121a
authored
Şub 03, 2015
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: selction/slection -> selection
Change-Id: I3f405d9525d3afb6534166fd733cabf7779a2846
üst
f1f6b6db
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
11 deletions
+11
-11
AccessibleDocument.cxx
sc/source/ui/Accessibility/AccessibleDocument.cxx
+1
-1
SlsFocusManager.cxx
sd/source/ui/slidesorter/controller/SlsFocusManager.cxx
+1
-1
SlsSelectionManager.cxx
sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx
+1
-1
fldfunc.cxx
sw/source/ui/fldui/fldfunc.cxx
+1
-1
column.cxx
sw/source/ui/frmdlg/column.cxx
+1
-1
wrtsh.hxx
sw/source/uibase/inc/wrtsh.hxx
+1
-1
unotxvw.cxx
sw/source/uibase/uno/unotxvw.cxx
+1
-1
AccHypertext.cxx
winaccessibility/source/UAccCOM/AccHypertext.cxx
+2
-2
AccText.cxx
winaccessibility/source/UAccCOM/AccText.cxx
+2
-2
No files found.
sc/source/ui/Accessibility/AccessibleDocument.cxx
Dosyayı görüntüle @
d7d0121a
...
...
@@ -980,7 +980,7 @@ bool ScChildrenShapes::FindSelectedShapesChanges(const uno::Reference<drawing::X
{
sal_Int8
nComp
(
0
);
if
(
aXShapesItr
==
aXShapesEndItr
)
nComp
=
-
1
;
// simulate that the Shape is lower, so the selction state will be removed
nComp
=
-
1
;
// simulate that the Shape is lower, so the sel
e
ction state will be removed
else
nComp
=
Compare
(
*
aDataItr
,
*
aXShapesItr
);
if
(
nComp
==
0
)
...
...
sd/source/ui/slidesorter/controller/SlsFocusManager.cxx
Dosyayı görüntüle @
d7d0121a
...
...
@@ -263,7 +263,7 @@ void FocusManager::NotifyFocusChangeListeners (void) const
// Create a copy of the listener list to be safe when that is modified.
::
std
::
vector
<
Link
>
aListeners
(
maFocusChangeListeners
);
// Tell the slection change listeners that the selection has changed.
// Tell the s
e
lection change listeners that the selection has changed.
::
std
::
vector
<
Link
>::
iterator
iListener
(
aListeners
.
begin
());
::
std
::
vector
<
Link
>::
iterator
iEnd
(
aListeners
.
end
());
for
(;
iListener
!=
iEnd
;
++
iListener
)
...
...
sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx
Dosyayı görüntüle @
d7d0121a
...
...
@@ -235,7 +235,7 @@ void SelectionManager::SelectionHasChanged (const bool bMakeSelectionVisible)
if
(
pDescriptor
.
get
()
!=
NULL
)
pViewShell
->
UpdatePreview
(
pDescriptor
->
GetPage
());
// Tell the slection change listeners that the selection has changed.
// Tell the s
e
lection change listeners that the selection has changed.
::
std
::
vector
<
Link
>::
iterator
iListener
(
maSelectionChangeListeners
.
begin
());
::
std
::
vector
<
Link
>::
iterator
iEnd
(
maSelectionChangeListeners
.
end
());
for
(;
iListener
!=
iEnd
;
++
iListener
)
...
...
sw/source/ui/fldui/fldfunc.cxx
Dosyayı görüntüle @
d7d0121a
...
...
@@ -458,7 +458,7 @@ void SwFldFuncPage::UpdateSubType()
{
const
sal_uInt16
nTypeId
=
(
sal_uInt16
)
reinterpret_cast
<
sal_uLong
>
(
m_pTypeLB
->
GetEntryData
(
GetTypeSel
()));
// fill Selction-Listbox
// fill Sel
e
ction-Listbox
m_pSelectionLB
->
SetUpdateMode
(
false
);
m_pSelectionLB
->
Clear
();
...
...
sw/source/ui/frmdlg/column.cxx
Dosyayı görüntüle @
d7d0121a
...
...
@@ -351,7 +351,7 @@ IMPL_LINK_NOARG(SwColumnDlg, OkHdl)
rWrtShell
.
StartAction
();
rWrtShell
.
Push
();
rWrtShell
.
SetFlyFrmAttr
(
aTmp
);
// undo the frame selction again
// undo the frame sel
e
ction again
if
(
rWrtShell
.
IsFrmSelected
())
{
rWrtShell
.
UnSelectFrm
();
...
...
sw/source/uibase/inc/wrtsh.hxx
Dosyayı görüntüle @
d7d0121a
...
...
@@ -396,7 +396,7 @@ typedef bool (SwWrtShell:: *FNSimpleMove)();
//"Handler" for changes at DrawView - for controls.
virtual
void
DrawSelChanged
(
)
SAL_OVERRIDE
;
// jump to bookmark and set the "selctions-flags" correctly again
// jump to bookmark and set the "sel
e
ctions-flags" correctly again
bool
GotoMark
(
const
::
sw
::
mark
::
IMark
*
const
pMark
);
bool
GotoMark
(
const
::
sw
::
mark
::
IMark
*
const
pMark
,
bool
bSelect
,
bool
bStart
);
bool
GotoMark
(
const
OUString
&
rName
);
...
...
sw/source/uibase/uno/unotxvw.cxx
Dosyayı görüntüle @
d7d0121a
...
...
@@ -873,7 +873,7 @@ SwXTextViewCursor::~SwXTextViewCursor()
{
}
// used to determine if there is a text selction or not.
// used to determine if there is a text sel
e
ction or not.
// If there is no text selection the functions that need a working
// cursor will be disabled (throw RuntimeException). This will be the case
// for the following interfaces:
...
...
winaccessibility/source/UAccCOM/AccHypertext.cxx
Dosyayı görüntüle @
d7d0121a
...
...
@@ -97,8 +97,8 @@ STDMETHODIMP CAccHypertext::get_characterExtents(long offset, IA2CoordinateType
}
/**
* Get slections count.
* @param nSelections Variant to accpet slections count.
* Get s
e
lections count.
* @param nSelections Variant to accpet s
e
lections count.
* @return Result.
*/
STDMETHODIMP
CAccHypertext
::
get_nSelections
(
long
*
nSelections
)
...
...
winaccessibility/source/UAccCOM/AccText.cxx
Dosyayı görüntüle @
d7d0121a
...
...
@@ -89,8 +89,8 @@ STDMETHODIMP CAccText::get_characterExtents(long offset, IA2CoordinateType coord
}
/**
* Get slections count.
* @param nSelections Variant to accpet slections count.
* Get s
e
lections count.
* @param nSelections Variant to accpet s
e
lections count.
* @return Result.
*/
STDMETHODIMP
CAccText
::
get_nSelections
(
long
*
nSelections
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment