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
4d451439
Kaydet (Commit)
4d451439
authored
Ock 25, 2012
tarafından
Muthu Subramanian
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Marking ImplDrawModeToColor as const.
Missed it while reviewing commit:
f9c09fbb
üst
f9c09fbb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
outdev.hxx
vcl/inc/vcl/outdev.hxx
+1
-1
outdev.cxx
vcl/source/gdi/outdev.cxx
+1
-1
No files found.
vcl/inc/vcl/outdev.hxx
Dosyayı görüntüle @
4d451439
...
@@ -547,7 +547,7 @@ public:
...
@@ -547,7 +547,7 @@ public:
// tells whether this output device is RTL in an LTR UI or LTR in a RTL UI
// tells whether this output device is RTL in an LTR UI or LTR in a RTL UI
SAL_DLLPRIVATE
bool
ImplIsAntiparallel
()
const
;
SAL_DLLPRIVATE
bool
ImplIsAntiparallel
()
const
;
SAL_DLLPRIVATE
Color
ImplDrawModeToColor
(
const
Color
&
rColor
);
SAL_DLLPRIVATE
Color
ImplDrawModeToColor
(
const
Color
&
rColor
)
const
;
// #i101491#
// #i101491#
// Helper which holds the old line geometry creation and is extended to use AA when
// Helper which holds the old line geometry creation and is extended to use AA when
...
...
vcl/source/gdi/outdev.cxx
Dosyayı görüntüle @
4d451439
...
@@ -1238,7 +1238,7 @@ void OutputDevice::SetLineColor()
...
@@ -1238,7 +1238,7 @@ void OutputDevice::SetLineColor()
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
Color
OutputDevice
::
ImplDrawModeToColor
(
const
Color
&
rColor
)
Color
OutputDevice
::
ImplDrawModeToColor
(
const
Color
&
rColor
)
const
{
{
Color
aColor
(
rColor
);
Color
aColor
(
rColor
);
sal_uLong
nDrawMode
=
GetDrawMode
();
sal_uLong
nDrawMode
=
GetDrawMode
();
...
...
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