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
52de28c8
Kaydet (Commit)
52de28c8
authored
Eki 22, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: prefix members of SwVirtPageNumInfo
Change-Id: Iac98463066f4a21d70e82dfc5c85f061d5ae6603
üst
c7a73904
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
hints.hxx
sw/inc/hints.hxx
+7
-7
hints.cxx
sw/source/core/attr/hints.cxx
+1
-1
No files found.
sw/inc/hints.hxx
Dosyayı görüntüle @
52de28c8
...
...
@@ -225,19 +225,19 @@ public:
class
SwVirtPageNumInfo
:
public
SwMsgPoolItem
{
const
SwPageFrm
*
pPage
;
const
SwPageFrm
*
pOrigPage
;
const
SwFrm
*
pFrm
;
const
SwPageFrm
*
m_
pPage
;
const
SwPageFrm
*
m_
pOrigPage
;
const
SwFrm
*
m_
pFrm
;
/** Multiple attributes can be attached to a single paragraph / table
The frame, in the end, has to decide which attribute takes effect and which physical page it involves */
public
:
SwVirtPageNumInfo
(
const
SwPageFrm
*
pPg
);
const
SwPageFrm
*
GetPage
()
{
return
pPage
;
}
const
SwPageFrm
*
GetOrigPage
()
{
return
pOrigPage
;}
const
SwFrm
*
GetFrm
()
{
return
pFrm
;
}
const
SwPageFrm
*
GetPage
()
{
return
m_
pPage
;
}
const
SwPageFrm
*
GetOrigPage
()
{
return
m_
pOrigPage
;}
const
SwFrm
*
GetFrm
()
{
return
m_
pFrm
;
}
void
SetInfo
(
const
SwPageFrm
*
pPg
,
const
SwFrm
*
pF
)
{
pFrm
=
pF
,
pPage
=
pPg
;
}
const
SwFrm
*
pF
)
{
m_pFrm
=
pF
,
m_
pPage
=
pPg
;
}
};
class
SwFindNearestNode
:
public
SwMsgPoolItem
...
...
sw/source/core/attr/hints.cxx
Dosyayı görüntüle @
52de28c8
...
...
@@ -145,7 +145,7 @@ SwCondCollCondChg::SwCondCollCondChg( SwFormat *pFormat )
}
SwVirtPageNumInfo
::
SwVirtPageNumInfo
(
const
SwPageFrm
*
pPg
)
:
SwMsgPoolItem
(
RES_VIRTPAGENUM_INFO
),
pPage
(
0
),
pOrigPage
(
pPg
),
pFrm
(
0
)
SwMsgPoolItem
(
RES_VIRTPAGENUM_INFO
),
m_pPage
(
0
),
m_pOrigPage
(
pPg
),
m_
pFrm
(
0
)
{
}
...
...
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