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
df1c65b8
Kaydet (Commit)
df1c65b8
authored
Mar 10, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: s/eEnde/eEnd/
Change-Id: I9ea963d09c2975b8e40856e3ba2d3896be9a1876
üst
a408811f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
16 deletions
+16
-16
crsrsh.hxx
sw/inc/crsrsh.hxx
+3
-3
editsh.hxx
sw/inc/editsh.hxx
+3
-3
wrtsh.hxx
sw/source/uibase/inc/wrtsh.hxx
+3
-3
viewling.cxx
sw/source/uibase/uiview/viewling.cxx
+5
-5
select.cxx
sw/source/uibase/wrtsh/select.cxx
+2
-2
No files found.
sw/inc/crsrsh.hxx
Dosyayı görüntüle @
df1c65b8
...
...
@@ -376,17 +376,17 @@ public:
sal_uLong
Find
(
const
com
::
sun
::
star
::
util
::
SearchOptions
&
rSearchOpt
,
bool
bSearchInNotes
,
SwDocPositions
eStart
,
SwDocPositions
eEnd
e
,
SwDocPositions
eStart
,
SwDocPositions
eEnd
,
bool
&
bCancel
,
FindRanges
eRng
,
bool
bReplace
=
false
);
sal_uLong
Find
(
const
SwTxtFmtColl
&
rFmtColl
,
SwDocPositions
eStart
,
SwDocPositions
eEnd
e
,
SwDocPositions
eStart
,
SwDocPositions
eEnd
,
bool
&
bCancel
,
FindRanges
eRng
,
const
SwTxtFmtColl
*
pReplFmt
=
0
);
sal_uLong
Find
(
const
SfxItemSet
&
rSet
,
bool
bNoCollections
,
SwDocPositions
eStart
,
SwDocPositions
eEnd
e
,
SwDocPositions
eStart
,
SwDocPositions
eEnd
,
bool
&
bCancel
,
FindRanges
eRng
,
const
com
::
sun
::
star
::
util
::
SearchOptions
*
pSearchOpt
=
0
,
...
...
sw/inc/editsh.hxx
Dosyayı görüntüle @
df1c65b8
...
...
@@ -663,7 +663,7 @@ public:
// Linguistics...
/// Save selections.
void
HyphStart
(
SwDocPositions
eStart
,
SwDocPositions
eEnd
e
);
void
HyphStart
(
SwDocPositions
eStart
,
SwDocPositions
eEnd
);
/// restore selections.
void
HyphEnd
();
...
...
@@ -721,7 +721,7 @@ public:
/// Functions used for spell checking and text conversion.
/// Save selections.
void
SpellStart
(
SwDocPositions
eStart
,
SwDocPositions
eEnd
e
,
void
SpellStart
(
SwDocPositions
eStart
,
SwDocPositions
eEnd
,
SwDocPositions
eCurr
,
SwConversionArgs
*
pConvArgs
=
0
);
/// Restore selections.
...
...
@@ -763,7 +763,7 @@ public:
const
Point
*
pPt
,
SwRect
&
rSelectRect
);
void
IgnoreGrammarErrorAt
(
SwPaM
&
rErrorPosition
);
void
SetLinguRange
(
SwDocPositions
eStart
,
SwDocPositions
eEnd
e
);
void
SetLinguRange
(
SwDocPositions
eStart
,
SwDocPositions
eEnd
);
/// @return reference set in document according to given name.
const
SwFmtRefMark
*
GetRefMark
(
const
OUString
&
rName
)
const
;
...
...
sw/source/uibase/inc/wrtsh.hxx
Dosyayı görüntüle @
df1c65b8
...
...
@@ -366,18 +366,18 @@ typedef bool (SwWrtShell:: *FNSimpleMove)();
// search and replace
sal_uLong
SearchPattern
(
const
com
::
sun
::
star
::
util
::
SearchOptions
&
rSearchOpt
,
bool
bSearchInNotes
,
SwDocPositions
eStart
,
SwDocPositions
eEnd
e
,
SwDocPositions
eStart
,
SwDocPositions
eEnd
,
FindRanges
eFlags
=
FND_IN_BODY
,
bool
bReplace
=
false
);
sal_uLong
SearchTempl
(
const
OUString
&
rTempl
,
SwDocPositions
eStart
,
SwDocPositions
eEnd
e
,
SwDocPositions
eStart
,
SwDocPositions
eEnd
,
FindRanges
eFlags
=
FND_IN_BODY
,
const
OUString
*
pReplTempl
=
0
);
sal_uLong
SearchAttr
(
const
SfxItemSet
&
rFindSet
,
bool
bNoColls
,
SwDocPositions
eStart
,
SwDocPositions
eEnde
,
SwDocPositions
eStart
,
SwDocPositions
eEnd
,
FindRanges
eFlags
=
FND_IN_BODY
,
const
com
::
sun
::
star
::
util
::
SearchOptions
*
pSearchOpt
=
0
,
const
SfxItemSet
*
pReplaceSet
=
0
);
...
...
sw/source/uibase/uiview/viewling.cxx
Dosyayı görüntüle @
df1c65b8
...
...
@@ -272,7 +272,7 @@ void SwView::SpellStart( SvxSpellArea eWhich,
bool
bIsWrapReverse
=
!
pConvArgs
&&
xProp
.
is
()
&&
xProp
->
getIsWrapReverse
();
SwDocPositions
eStart
=
DOCPOS_START
;
SwDocPositions
eEnd
e
=
DOCPOS_END
;
SwDocPositions
eEnd
=
DOCPOS_END
;
SwDocPositions
eCurr
=
DOCPOS_CURR
;
switch
(
eWhich
)
{
...
...
@@ -296,7 +296,7 @@ void SwView::SpellStart( SvxSpellArea eWhich,
if
(
!
bIsWrapReverse
)
{
if
(
bEndDone
)
eEnd
e
=
DOCPOS_CURR
;
eEnd
=
DOCPOS_CURR
;
eCurr
=
DOCPOS_START
;
}
else
if
(
bEndDone
)
...
...
@@ -306,20 +306,20 @@ void SwView::SpellStart( SvxSpellArea eWhich,
if
(
bIsWrapReverse
)
{
eStart
=
DOCPOS_OTHERSTART
;
eEnd
e
=
DOCPOS_OTHEREND
;
eEnd
=
DOCPOS_OTHEREND
;
eCurr
=
DOCPOS_OTHEREND
;
}
else
{
eStart
=
DOCPOS_OTHERSTART
;
eEnd
e
=
DOCPOS_OTHEREND
;
eEnd
=
DOCPOS_OTHEREND
;
eCurr
=
DOCPOS_OTHERSTART
;
}
break
;
default
:
OSL_ENSURE
(
false
,
"SpellStart with unknown Area"
);
}
m_pWrtShell
->
SpellStart
(
eStart
,
eEnd
e
,
eCurr
,
pConvArgs
);
m_pWrtShell
->
SpellStart
(
eStart
,
eEnd
,
eCurr
,
pConvArgs
);
}
// Error message while Spelling
...
...
sw/source/uibase/wrtsh/select.cxx
Dosyayı görüntüle @
df1c65b8
...
...
@@ -255,7 +255,7 @@ sal_uLong SwWrtShell::SearchTempl( const OUString &rTempl,
// search for attributes
sal_uLong
SwWrtShell
::
SearchAttr
(
const
SfxItemSet
&
rFindSet
,
bool
bNoColls
,
SwDocPositions
eStart
,
SwDocPositions
eEnd
e
,
SwDocPositions
eStart
,
SwDocPositions
eEnd
,
FindRanges
eFlags
,
const
SearchOptions
*
pSearchOpt
,
const
SfxItemSet
*
pReplaceSet
)
{
...
...
@@ -265,7 +265,7 @@ sal_uLong SwWrtShell::SearchAttr( const SfxItemSet& rFindSet, bool bNoColls,
// Searching
bool
bCancel
=
false
;
sal_uLong
nRet
=
Find
(
rFindSet
,
bNoColls
,
eStart
,
eEnd
e
,
bCancel
,
eFlags
,
pSearchOpt
,
pReplaceSet
);
sal_uLong
nRet
=
Find
(
rFindSet
,
bNoColls
,
eStart
,
eEnd
,
bCancel
,
eFlags
,
pSearchOpt
,
pReplaceSet
);
if
(
bCancel
)
{
...
...
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