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
217c09ad
Kaydet (Commit)
217c09ad
authored
Ara 18, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: prefix SwCellFrm members
Change-Id: Ia38bdf402595dc0b7e6dabd80a4e93e53142b719
üst
ef342691
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
cellfrm.hxx
sw/source/core/inc/cellfrm.hxx
+2
-2
tabfrm.cxx
sw/source/core/layout/tabfrm.cxx
+3
-3
No files found.
sw/source/core/inc/cellfrm.hxx
Dosyayı görüntüle @
217c09ad
...
...
@@ -30,7 +30,7 @@ class SwBorderAttrs;
/// SwCellFrm is one table cell in the document layout.
class
SwCellFrm
:
public
SwLayoutFrm
{
const
SwTableBox
*
pTabBox
;
const
SwTableBox
*
m_
pTabBox
;
protected
:
virtual
void
Format
(
const
SwBorderAttrs
*
pAttrs
=
0
)
SAL_OVERRIDE
;
...
...
@@ -48,7 +48,7 @@ public:
// #i103961#
virtual
void
Cut
()
SAL_OVERRIDE
;
const
SwTableBox
*
GetTabBox
()
const
{
return
pTabBox
;
}
const
SwTableBox
*
GetTabBox
()
const
{
return
m_
pTabBox
;
}
// used for breaking table rows:
SwCellFrm
*
GetFollowCell
()
const
;
...
...
sw/source/core/layout/tabfrm.cxx
Dosyayı görüntüle @
217c09ad
...
...
@@ -4368,9 +4368,9 @@ bool SwRowFrm::ShouldRowKeepWithNext() const
return
bRet
;
}
SwCellFrm
::
SwCellFrm
(
const
SwTableBox
&
rBox
,
SwFrm
*
pSib
,
bool
bInsertContent
)
:
SwLayoutFrm
(
rBox
.
GetFrmFmt
(),
pSib
),
pTabBox
(
&
rBox
)
SwCellFrm
::
SwCellFrm
(
const
SwTableBox
&
rBox
,
SwFrm
*
pSib
,
bool
bInsertContent
)
:
SwLayoutFrm
(
rBox
.
GetFrmFmt
(),
pSib
)
,
m_
pTabBox
(
&
rBox
)
{
mnType
=
FRMC_CELL
;
...
...
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