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
fa0f42ba
Kaydet (Commit)
fa0f42ba
authored
Tem 03, 2012
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SwPageDesc: add GetFirstFmt methods
Change-Id: Id0e1185950446d0c9b7159a406315540956baed1
üst
3dc420a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
pagedesc.hxx
sw/inc/pagedesc.hxx
+13
-2
No files found.
sw/inc/pagedesc.hxx
Dosyayı görüntüle @
fa0f42ba
...
@@ -127,8 +127,9 @@ namespace nsUseOnPage
...
@@ -127,8 +127,9 @@ namespace nsUseOnPage
const
UseOnPage
PD_NONE
=
0x0000
;
// For internal use only.
const
UseOnPage
PD_NONE
=
0x0000
;
// For internal use only.
const
UseOnPage
PD_LEFT
=
0x0001
;
const
UseOnPage
PD_LEFT
=
0x0001
;
const
UseOnPage
PD_RIGHT
=
0x0002
;
const
UseOnPage
PD_RIGHT
=
0x0002
;
const
UseOnPage
PD_ALL
=
0x0003
;
const
UseOnPage
PD_FIRST
=
0x0004
;
const
UseOnPage
PD_MIRROR
=
0x0007
;
const
UseOnPage
PD_ALL
=
0x0007
;
const
UseOnPage
PD_MIRROR
=
0x000F
;
const
UseOnPage
PD_HEADERSHARE
=
0x0040
;
const
UseOnPage
PD_HEADERSHARE
=
0x0040
;
const
UseOnPage
PD_FOOTERSHARE
=
0x0080
;
const
UseOnPage
PD_FOOTERSHARE
=
0x0080
;
const
UseOnPage
PD_NOHEADERSHARE
=
0x00BF
;
// For internal use only.
const
UseOnPage
PD_NOHEADERSHARE
=
0x00BF
;
// For internal use only.
...
@@ -217,6 +218,8 @@ public:
...
@@ -217,6 +218,8 @@ public:
inline
const
SwFrmFmt
*
GetRightFmt
()
const
;
inline
const
SwFrmFmt
*
GetRightFmt
()
const
;
inline
SwFrmFmt
*
GetLeftFmt
();
inline
SwFrmFmt
*
GetLeftFmt
();
inline
const
SwFrmFmt
*
GetLeftFmt
()
const
;
inline
const
SwFrmFmt
*
GetLeftFmt
()
const
;
inline
SwFrmFmt
*
GetFirstFmt
();
inline
const
SwFrmFmt
*
GetFirstFmt
()
const
;
sal_uInt16
GetRegHeight
()
const
{
return
nRegHeight
;
}
sal_uInt16
GetRegHeight
()
const
{
return
nRegHeight
;
}
sal_uInt16
GetRegAscent
()
const
{
return
nRegAscent
;
}
sal_uInt16
GetRegAscent
()
const
{
return
nRegAscent
;
}
...
@@ -326,6 +329,14 @@ inline const SwFrmFmt *SwPageDesc::GetLeftFmt() const
...
@@ -326,6 +329,14 @@ inline const SwFrmFmt *SwPageDesc::GetLeftFmt() const
{
{
return
nsUseOnPage
::
PD_LEFT
&
eUse
?
&
aLeft
:
0
;
return
nsUseOnPage
::
PD_LEFT
&
eUse
?
&
aLeft
:
0
;
}
}
inline
SwFrmFmt
*
SwPageDesc
::
GetFirstFmt
()
{
return
nsUseOnPage
::
PD_FIRST
&
eUse
?
&
aFirst
:
0
;
}
inline
const
SwFrmFmt
*
SwPageDesc
::
GetFirstFmt
()
const
{
return
nsUseOnPage
::
PD_FIRST
&
eUse
?
&
aFirst
:
0
;
}
class
SwPageDescExt
class
SwPageDescExt
{
{
...
...
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