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
a653bda0
Kaydet (Commit)
a653bda0
authored
Haz 27, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix highest debugging level build
Change-Id: I1f40bba348a3c0be7a892b56a9bf1b7da0b4435f
üst
653a4b31
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
21 deletions
+0
-21
bodyfrm.hxx
sw/source/core/inc/bodyfrm.hxx
+0
-5
pagechg.cxx
sw/source/core/layout/pagechg.cxx
+0
-16
No files found.
sw/source/core/inc/bodyfrm.hxx
Dosyayı görüntüle @
a653bda0
...
...
@@ -29,14 +29,9 @@ class SwBodyFrm: public SwLayoutFrm
protected
:
virtual
void
Format
(
const
SwBorderAttrs
*
pAttrs
=
0
);
#if defined ( __GNUC__ ) && defined ( C272 )
~
SwBodyFrm
();
#endif
public
:
SwBodyFrm
(
SwFrmFmt
*
,
SwFrm
*
);
virtual
void
Paint
(
const
SwRect
&
,
const
SwPrintData
*
pPrintData
=
NULL
)
const
;
virtual
void
PaintSubsidiaryLines
(
const
SwPageFrm
*
,
const
SwRect
&
)
const
;
DECL_FIXEDMEMPOOL_NEWDEL
(
SwBodyFrm
)
...
...
sw/source/core/layout/pagechg.cxx
Dosyayı görüntüle @
a653bda0
...
...
@@ -177,22 +177,6 @@ void SwBodyFrm::Format( const SwBorderAttrs * )
mbValidSize
=
mbValidPrtArea
=
sal_True
;
}
void
SwBodyFrm
::
Paint
(
const
SwRect
&
rRect
,
const
SwPrintData
*
)
const
{
#if OSL_DEBUG_LEVEL > 1
// Paint a red border around the SwBodyFrm in debug mode
ViewShell
*
pSh
=
GetShell
();
OutputDevice
*
pOut
=
pSh
->
GetOut
();
pOut
->
Push
();
pOut
->
SetLineColor
(
Color
(
255
,
0
,
0
));
pOut
->
SetFillColor
(
COL_TRANSPARENT
);
SwRect
aRect
=
Frm
();
pOut
->
DrawRect
(
aRect
.
SVRect
());
pOut
->
Pop
();
#endif
SwLayoutFrm
::
Paint
(
rRect
);
}
/*************************************************************************
|*
|* SwPageFrm::SwPageFrm(), ~SwPageFrm()
...
...
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