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
607544c1
Kaydet (Commit)
607544c1
authored
Eki 26, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: prefix remaining members of SwTextFormatColl
Change-Id: Ife3a2c9dae17d3c8f2972fb7d65682b6d6778ed1
üst
683196be
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
fmtcol.hxx
sw/inc/fmtcol.hxx
+5
-5
No files found.
sw/inc/fmtcol.hxx
Dosyayı görüntüle @
607544c1
...
...
@@ -64,7 +64,7 @@ protected:
bool
mbAssignedToOutlineStyle
;
SwTextFormatColl
*
pNextTextFormatColl
;
SwTextFormatColl
*
m
pNextTextFormatColl
;
SwTextFormatColl
(
SwAttrPool
&
rPool
,
const
sal_Char
*
pFormatCollName
,
SwTextFormatColl
*
pDerFrom
=
0
,
...
...
@@ -73,7 +73,7 @@ protected:
,
mbStayAssignedToListLevelOfOutlineStyle
(
false
)
,
mbAssignedToOutlineStyle
(
false
)
{
pNextTextFormatColl
=
this
;
m
pNextTextFormatColl
=
this
;
}
SwTextFormatColl
(
SwAttrPool
&
rPool
,
const
OUString
&
rFormatCollName
,
...
...
@@ -83,7 +83,7 @@ protected:
,
mbStayAssignedToListLevelOfOutlineStyle
(
false
)
,
mbAssignedToOutlineStyle
(
false
)
{
pNextTextFormatColl
=
this
;
m
pNextTextFormatColl
=
this
;
}
/// To get UL- / LR- / FontHeight-changes.
...
...
@@ -94,7 +94,7 @@ public:
TYPEINFO_OVERRIDE
();
///< Already in base class Client.
inline
void
SetNextTextFormatColl
(
SwTextFormatColl
&
rNext
);
SwTextFormatColl
&
GetNextTextFormatColl
()
const
{
return
*
pNextTextFormatColl
;
}
SwTextFormatColl
&
GetNextTextFormatColl
()
const
{
return
*
m
pNextTextFormatColl
;
}
bool
IsAtDocNodeSet
()
const
;
...
...
@@ -248,7 +248,7 @@ public:
/// Inline implementations.
inline
void
SwTextFormatColl
::
SetNextTextFormatColl
(
SwTextFormatColl
&
rNext
)
{
pNextTextFormatColl
=
&
rNext
;
m
pNextTextFormatColl
=
&
rNext
;
}
#endif
...
...
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