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
92798feb
Kaydet (Commit)
92798feb
authored
Kas 16, 2015
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: Kill unused member.
Change-Id: I2c4de63330a18c4354293d0220e5320eda7d67e4
üst
0f64e580
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
findcoll.cxx
sw/source/core/crsr/findcoll.cxx
+3
-5
No files found.
sw/source/core/crsr/findcoll.cxx
Dosyayı görüntüle @
92798feb
...
@@ -31,10 +31,8 @@
...
@@ -31,10 +31,8 @@
struct
SwFindParaFormatColl
:
public
SwFindParas
struct
SwFindParaFormatColl
:
public
SwFindParas
{
{
const
SwTextFormatColl
*
pFormatColl
,
*
pReplColl
;
const
SwTextFormatColl
*
pFormatColl
,
*
pReplColl
;
SwCursor
&
rCursor
;
SwFindParaFormatColl
(
const
SwTextFormatColl
&
rFormatColl
,
const
SwTextFormatColl
*
pRpColl
)
SwFindParaFormatColl
(
const
SwTextFormatColl
&
rFormatColl
,
:
pFormatColl
(
&
rFormatColl
),
pReplColl
(
pRpColl
)
const
SwTextFormatColl
*
pRpColl
,
SwCursor
&
rCrsr
)
:
pFormatColl
(
&
rFormatColl
),
pReplColl
(
pRpColl
),
rCursor
(
rCrsr
)
{}
{}
virtual
~
SwFindParaFormatColl
()
{}
virtual
~
SwFindParaFormatColl
()
{}
virtual
int
Find
(
SwPaM
*
,
SwMoveFn
,
const
SwPaM
*
,
bool
bInReadOnly
)
override
;
virtual
int
Find
(
SwPaM
*
,
SwMoveFn
,
const
SwPaM
*
,
bool
bInReadOnly
)
override
;
...
@@ -86,7 +84,7 @@ sal_uLong SwCursor::Find( const SwTextFormatColl& rFormatColl, SwDocPositions nS
...
@@ -86,7 +84,7 @@ sal_uLong SwCursor::Find( const SwTextFormatColl& rFormatColl, SwDocPositions nS
&
aRewriter
);
&
aRewriter
);
}
}
SwFindParaFormatColl
aSwFindParaFormatColl
(
rFormatColl
,
pReplFormatColl
,
*
this
);
SwFindParaFormatColl
aSwFindParaFormatColl
(
rFormatColl
,
pReplFormatColl
);
sal_uLong
nRet
=
FindAll
(
aSwFindParaFormatColl
,
nStart
,
nEnd
,
eFndRngs
,
bCancel
);
sal_uLong
nRet
=
FindAll
(
aSwFindParaFormatColl
,
nStart
,
nEnd
,
eFndRngs
,
bCancel
);
pDoc
->
SetOle2Link
(
aLnk
);
pDoc
->
SetOle2Link
(
aLnk
);
...
...
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