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
edf26ccc
Kaydet (Commit)
edf26ccc
authored
Kas 16, 2015
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: Prefix a member that may conflict after a rename.
Change-Id: I083dfbb768df0ba2a6bd6a396cf33ab1e2e09f4b
üst
92798feb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
findattr.cxx
sw/source/core/crsr/findattr.cxx
+5
-5
No files found.
sw/source/core/crsr/findattr.cxx
Dosyayı görüntüle @
edf26ccc
...
@@ -1057,14 +1057,14 @@ struct SwFindParaAttr : public SwFindParas
...
@@ -1057,14 +1057,14 @@ struct SwFindParaAttr : public SwFindParas
bool
bValue
;
bool
bValue
;
const
SfxItemSet
*
pSet
,
*
pReplSet
;
const
SfxItemSet
*
pSet
,
*
pReplSet
;
const
SearchOptions
*
pSearchOpt
;
const
SearchOptions
*
pSearchOpt
;
SwCursor
&
rCursor
;
SwCursor
&
m_
rCursor
;
utl
::
TextSearch
*
pSText
;
utl
::
TextSearch
*
pSText
;
SwFindParaAttr
(
const
SfxItemSet
&
rSet
,
bool
bNoCollection
,
SwFindParaAttr
(
const
SfxItemSet
&
rSet
,
bool
bNoCollection
,
const
SearchOptions
*
pOpt
,
const
SfxItemSet
*
pRSet
,
const
SearchOptions
*
pOpt
,
const
SfxItemSet
*
pRSet
,
SwCursor
&
rCrsr
)
SwCursor
&
rCrsr
)
:
bValue
(
bNoCollection
),
pSet
(
&
rSet
),
pReplSet
(
pRSet
),
:
bValue
(
bNoCollection
),
pSet
(
&
rSet
),
pReplSet
(
pRSet
),
pSearchOpt
(
pOpt
),
rCursor
(
rCrsr
),
pSText
(
nullptr
)
{}
pSearchOpt
(
pOpt
),
m_
rCursor
(
rCrsr
),
pSText
(
nullptr
)
{}
virtual
~
SwFindParaAttr
()
{
delete
pSText
;
}
virtual
~
SwFindParaAttr
()
{
delete
pSText
;
}
...
@@ -1150,15 +1150,15 @@ int SwFindParaAttr::Find( SwPaM* pCrsr, SwMoveFn fnMove, const SwPaM* pRegion,
...
@@ -1150,15 +1150,15 @@ int SwFindParaAttr::Find( SwPaM* pCrsr, SwMoveFn fnMove, const SwPaM* pRegion,
if
(
bRegExp
)
if
(
bRegExp
)
{
{
pPrevRing
=
const_cast
<
SwPaM
*
>
(
pRegion
)
->
GetPrev
();
pPrevRing
=
const_cast
<
SwPaM
*
>
(
pRegion
)
->
GetPrev
();
const_cast
<
SwPaM
*
>
(
pRegion
)
->
GetRingContainer
().
merge
(
rCursor
.
GetRingContainer
()
);
const_cast
<
SwPaM
*
>
(
pRegion
)
->
GetRingContainer
().
merge
(
m_
rCursor
.
GetRingContainer
()
);
}
}
std
::
unique_ptr
<
OUString
>
pRepl
(
(
bRegExp
)
?
std
::
unique_ptr
<
OUString
>
pRepl
(
(
bRegExp
)
?
ReplaceBackReferences
(
*
pSearchOpt
,
pCrsr
)
:
nullptr
);
ReplaceBackReferences
(
*
pSearchOpt
,
pCrsr
)
:
nullptr
);
rCursor
.
GetDoc
()
->
getIDocumentContentOperations
().
ReplaceRange
(
*
pCrsr
,
m_
rCursor
.
GetDoc
()
->
getIDocumentContentOperations
().
ReplaceRange
(
*
pCrsr
,
(
pRepl
.
get
())
?
*
pRepl
:
pSearchOpt
->
replaceString
,
(
pRepl
.
get
())
?
*
pRepl
:
pSearchOpt
->
replaceString
,
bRegExp
);
bRegExp
);
rCursor
.
SaveTableBoxContent
(
pCrsr
->
GetPoint
()
);
m_
rCursor
.
SaveTableBoxContent
(
pCrsr
->
GetPoint
()
);
if
(
bRegExp
)
if
(
bRegExp
)
{
{
...
...
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