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
6598a61f
Kaydet (Commit)
6598a61f
authored
Eki 29, 2014
tarafından
Zolnai Tamás
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Printing: remove an other manual swap out call
Change-Id: I2b6d6eaa072d9948eb5734e978d68d3bc37701b2
üst
4415af54
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
notxtfrm.cxx
sw/source/core/doc/notxtfrm.cxx
+1
-9
No files found.
sw/source/core/doc/notxtfrm.cxx
Dosyayı görüntüle @
6598a61f
...
...
@@ -878,7 +878,7 @@ void SwNoTxtFrm::PaintPicture( OutputDevice* pOut, const SwRect &rGrfArea ) cons
pOut
->
SetAntialiasing
(
nFormerAntialiasingAtOutput
|
ANTIALIASING_ENABLE_B2DDRAW
);
}
bool
b
ForceSwap
=
false
,
b
Continue
=
true
;
bool
bContinue
=
true
;
const
GraphicObject
&
rGrfObj
=
pGrfNd
->
GetGrfObj
();
GraphicAttr
aGrfAttr
;
...
...
@@ -917,7 +917,6 @@ void SwNoTxtFrm::PaintPicture( OutputDevice* pOut, const SwRect &rGrfArea ) cons
if
(
bContinue
)
{
const
bool
bSwapped
=
rGrfObj
.
IsSwappedOut
();
const
bool
bSwappedIn
=
pGrfNd
->
SwapIn
(
bPrn
);
if
(
bSwappedIn
&&
rGrfObj
.
GetGraphic
().
IsSupportedGraphic
())
{
...
...
@@ -976,15 +975,8 @@ void SwNoTxtFrm::PaintPicture( OutputDevice* pOut, const SwRect &rGrfArea ) cons
::
lcl_PaintReplacement
(
aAlignedGrfArea
,
aText
,
*
pShell
,
this
,
true
);
}
// When printing, we must not collect the graphics
if
(
bSwapped
&&
bPrn
)
bForceSwap
=
true
;
}
if
(
bForceSwap
)
pGrfNd
->
SwapOut
();
if
(
pShell
->
Imp
()
->
GetDrawView
()
->
IsAntiAliasing
()
)
pOut
->
SetAntialiasing
(
nFormerAntialiasingAtOutput
);
}
...
...
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