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
6329a303
Kaydet (Commit)
6329a303
authored
Kas 16, 2015
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: prefix members of SwTextFrmBreak.
Change-Id: Id1d6166ee8c1c3558746da1d7bb5ad2163a87845
üst
edf26ccc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
widorp.cxx
sw/source/core/text/widorp.cxx
+0
-0
widorp.hxx
sw/source/core/text/widorp.hxx
+7
-7
No files found.
sw/source/core/text/widorp.cxx
Dosyayı görüntüle @
6329a303
This diff is collapsed.
Click to expand it.
sw/source/core/text/widorp.hxx
Dosyayı görüntüle @
6329a303
...
@@ -26,18 +26,18 @@ class SwTextFrm;
...
@@ -26,18 +26,18 @@ class SwTextFrm;
class
SwTextFrmBreak
class
SwTextFrmBreak
{
{
private
:
private
:
SwTwips
nRstHeight
;
SwTwips
m_
nRstHeight
;
SwTwips
nOrigin
;
SwTwips
m_
nOrigin
;
protected
:
protected
:
SwTextFrm
*
pFrm
;
SwTextFrm
*
m_
pFrm
;
bool
bBreak
;
bool
m_
bBreak
;
bool
bKeep
;
bool
m_
bKeep
;
public
:
public
:
SwTextFrmBreak
(
SwTextFrm
*
pFrm
,
const
SwTwips
nRst
=
0
);
SwTextFrmBreak
(
SwTextFrm
*
pFrm
,
const
SwTwips
nRst
=
0
);
bool
IsBreakNow
(
SwTextMargin
&
rLine
);
bool
IsBreakNow
(
SwTextMargin
&
rLine
);
bool
IsKeepAlways
()
const
{
return
bKeep
;
}
bool
IsKeepAlways
()
const
{
return
m_
bKeep
;
}
inline
void
SetKeep
(
const
bool
bNew
)
{
bKeep
=
bNew
;
}
inline
void
SetKeep
(
const
bool
bNew
)
{
m_
bKeep
=
bNew
;
}
bool
IsInside
(
SwTextMargin
&
rLine
)
const
;
bool
IsInside
(
SwTextMargin
&
rLine
)
const
;
...
...
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