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
c724eebb
Kaydet (Commit)
c724eebb
authored
May 05, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: rename conflicting defintion of TRANSPARENT remove it from postwin.h
Change-Id: I3b4e25c27593e3a61612a96baa2a4378542d151c
üst
cbaca2c1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
9 deletions
+5
-9
postwin.h
include/postwin.h
+0
-1
window.hxx
include/vcl/window.hxx
+1
-4
winmtf.cxx
vcl/source/filter/wmf/winmtf.cxx
+2
-2
winmtf.hxx
vcl/source/filter/wmf/winmtf.hxx
+1
-1
window.cxx
vcl/source/window/window.cxx
+1
-1
No files found.
include/postwin.h
Dosyayı görüntüle @
c724eebb
...
...
@@ -28,7 +28,6 @@
#undef GradientStyle_RECT
// so it doesn't conflict with enum values
#undef TRANSPARENT
#undef OPAQUE
#define WIN32_TRANSPARENT 1
...
...
include/vcl/window.hxx
Dosyayı görüntüle @
c724eebb
...
...
@@ -231,9 +231,6 @@ template<class T> class VclPtr;
#define AUTOSCROLL_VERT ((sal_uInt16)0x0001)
#define AUTOSCROLL_HORZ ((sal_uInt16)0x0002)
#ifdef TRANSPARENT
#undef TRANSPARENT
#endif
// Flags for StateChanged()
enum
class
StateChangedType
:
sal_uInt16
{
...
...
@@ -248,7 +245,7 @@ enum class StateChangedType : sal_uInt16
STYLE
=
9
,
ZOOM
=
10
,
BORDER
=
11
,
T
RANSPARENT
=
12
,
T
ransparent
=
12
,
CONTROLFONT
=
13
,
CONTROLFOREGROUND
=
14
,
CONTROLBACKGROUND
=
15
,
...
...
vcl/source/filter/wmf/winmtf.cxx
Dosyayı görüntüle @
c724eebb
...
...
@@ -919,7 +919,7 @@ void WinMtfOutput::UpdateLineStyle()
void
WinMtfOutput
::
UpdateFillStyle
()
{
if
(
!
mbFillStyleSelected
)
// SJ: #i57205# taking care of bkcolor if no brush is selected
maFillStyle
=
WinMtfFillStyle
(
maBkColor
,
mnBkMode
==
BkMode
::
T
RANSPARENT
);
maFillStyle
=
WinMtfFillStyle
(
maBkColor
,
mnBkMode
==
BkMode
::
T
ransparent
);
if
(
!
(
maLatestFillStyle
==
maFillStyle
)
)
{
maLatestFillStyle
=
maFillStyle
;
...
...
@@ -1410,7 +1410,7 @@ void WinMtfOutput::DrawText( Point& rPosition, OUString& rText, long* pDXArry, b
aTmp
.
SetColor
(
maTextColor
);
aTmp
.
SetFillColor
(
maBkColor
);
if
(
mnBkMode
==
BkMode
::
T
RANSPARENT
)
if
(
mnBkMode
==
BkMode
::
T
ransparent
)
aTmp
.
SetTransparent
(
true
);
else
aTmp
.
SetTransparent
(
false
);
...
...
vcl/source/filter/wmf/winmtf.hxx
Dosyayı görüntüle @
c724eebb
...
...
@@ -41,7 +41,7 @@
enum
class
BkMode
{
NONE
=
0
,
T
RANSPARENT
=
1
,
T
ransparent
=
1
,
OPAQUE
=
2
,
LAST
=
2
};
...
...
vcl/source/window/window.cxx
Dosyayı görüntüle @
c724eebb
...
...
@@ -2025,7 +2025,7 @@ void Window::StateChanged(StateChangedType eType)
//stuff that doesn't invalidate the layout
case
StateChangedType
:
:
CONTROLFOREGROUND
:
case
StateChangedType
:
:
CONTROLBACKGROUND
:
case
StateChangedType
:
:
T
RANSPARENT
:
case
StateChangedType
:
:
T
ransparent
:
case
StateChangedType
:
:
UPDATEMODE
:
case
StateChangedType
:
:
READONLY
:
case
StateChangedType
:
:
ENABLE
:
...
...
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