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
5e772cda
Kaydet (Commit)
5e772cda
authored
Ara 21, 2011
tarafından
Cédric Bosdonnat
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Header/Footer,Page Break: fix bad test for printing mode (fdo#43962)
üst
c9bc4a04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
paintfrm.cxx
sw/source/core/layout/paintfrm.cxx
+3
-3
No files found.
sw/source/core/layout/paintfrm.cxx
Dosyayı görüntüle @
5e772cda
...
@@ -3323,7 +3323,7 @@ drawinglayer::primitive2d::Primitive2DSequence lcl_CreateDashedIndicatorPrimitiv
...
@@ -3323,7 +3323,7 @@ drawinglayer::primitive2d::Primitive2DSequence lcl_CreateDashedIndicatorPrimitiv
void
SwPageFrm
::
PaintBreak
(
)
const
void
SwPageFrm
::
PaintBreak
(
)
const
{
{
if
(
!
pGlobalShell
->
GetViewOptions
()
->
IsPrinting
()
&&
if
(
pGlobalShell
->
GetOut
()
->
GetOutDevType
()
!=
OUTDEV_PRINTER
&&
!
pGlobalShell
->
GetViewOptions
()
->
IsPDFExport
()
&&
!
pGlobalShell
->
GetViewOptions
()
->
IsPDFExport
()
&&
!
pGlobalShell
->
IsPreView
()
)
!
pGlobalShell
->
IsPreView
()
)
{
{
...
@@ -3358,7 +3358,7 @@ void SwPageFrm::PaintBreak( ) const
...
@@ -3358,7 +3358,7 @@ void SwPageFrm::PaintBreak( ) const
void
SwColumnFrm
::
PaintBreak
(
)
const
void
SwColumnFrm
::
PaintBreak
(
)
const
{
{
if
(
!
pGlobalShell
->
GetViewOptions
()
->
IsPrinting
()
&&
if
(
pGlobalShell
->
GetOut
()
->
GetOutDevType
()
!=
OUTDEV_PRINTER
&&
!
pGlobalShell
->
GetViewOptions
()
->
IsPDFExport
()
&&
!
pGlobalShell
->
GetViewOptions
()
->
IsPDFExport
()
&&
!
pGlobalShell
->
IsPreView
()
)
!
pGlobalShell
->
IsPreView
()
)
{
{
...
@@ -3465,7 +3465,7 @@ void SwPageFrm::PaintDecorators( ) const
...
@@ -3465,7 +3465,7 @@ void SwPageFrm::PaintDecorators( ) const
{
{
SwRect
aBodyRect
(
pBody
->
Frm
()
);
SwRect
aBodyRect
(
pBody
->
Frm
()
);
if
(
!
pGlobalShell
->
GetViewOptions
()
->
IsPrinting
()
&&
if
(
pGlobalShell
->
GetOut
()
->
GetOutDevType
()
!=
OUTDEV_PRINTER
&&
!
pGlobalShell
->
GetViewOptions
()
->
IsPDFExport
()
&&
!
pGlobalShell
->
GetViewOptions
()
->
IsPDFExport
()
&&
!
pGlobalShell
->
IsPreView
()
&&
!
pGlobalShell
->
IsPreView
()
&&
pGlobalShell
->
IsShowHeaderFooterSeparator
(
)
)
pGlobalShell
->
IsShowHeaderFooterSeparator
(
)
)
...
...
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