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
22c1e08f
Kaydet (Commit)
22c1e08f
authored
Kas 05, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: WinMtfOutput: replace the other mutable static with a member too
Change-Id: Ied1e1c12f2fe19734f27c005e60db07e674e3639
üst
10afa00c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
winmtf.cxx
vcl/source/filter/wmf/winmtf.cxx
+2
-3
winmtf.hxx
vcl/source/filter/wmf/winmtf.hxx
+1
-0
No files found.
vcl/source/filter/wmf/winmtf.cxx
Dosyayı görüntüle @
22c1e08f
...
...
@@ -944,12 +944,11 @@ sal_uInt32 WinMtfOutput::SetRasterOp( sal_uInt32 nRasterOp )
if
(
nRasterOp
!=
mnRop
)
{
mnRop
=
nRasterOp
;
static
WinMtfLineStyle
aNopLineStyle
;
if
(
mbNopMode
&&
(
nRasterOp
!=
R2_NOP
)
)
{
// changing modes from R2_NOP so set pen and brush
maFillStyle
=
m_NopFillStyle
;
maLineStyle
=
a
NopLineStyle
;
maLineStyle
=
m_
NopLineStyle
;
mbNopMode
=
false
;
}
switch
(
nRasterOp
)
...
...
@@ -968,7 +967,7 @@ sal_uInt32 WinMtfOutput::SetRasterOp( sal_uInt32 nRasterOp )
if
(
!
mbNopMode
)
{
m_NopFillStyle
=
maFillStyle
;
a
NopLineStyle
=
maLineStyle
;
m_
NopLineStyle
=
maLineStyle
;
maFillStyle
=
WinMtfFillStyle
(
Color
(
COL_TRANSPARENT
),
true
);
maLineStyle
=
WinMtfLineStyle
(
Color
(
COL_TRANSPARENT
),
true
);
mbNopMode
=
true
;
...
...
vcl/source/filter/wmf/winmtf.hxx
Dosyayı görüntüle @
22c1e08f
...
...
@@ -543,6 +543,7 @@ class WinMtfOutput
WinMtfLineStyle
maLatestLineStyle
;
WinMtfLineStyle
maLineStyle
;
WinMtfLineStyle
m_NopLineStyle
;
WinMtfFillStyle
maLatestFillStyle
;
WinMtfFillStyle
maFillStyle
;
WinMtfFillStyle
m_NopFillStyle
;
...
...
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