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
40ab8452
Kaydet (Commit)
40ab8452
authored
Ock 24, 2011
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove SPECIAL_DEBUG directive.
üst
4d6bcb34
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
28 deletions
+0
-28
polypolyaction.cxx
cppcanvas/source/mtfrenderer/polypolyaction.cxx
+0
-14
textaction.cxx
cppcanvas/source/mtfrenderer/textaction.cxx
+0
-14
No files found.
cppcanvas/source/mtfrenderer/polypolyaction.cxx
Dosyayı görüntüle @
40ab8452
...
...
@@ -169,20 +169,6 @@ namespace cppcanvas
rendering
::
RenderState
aLocalState
(
maState
);
::
canvas
::
tools
::
prependToRenderState
(
aLocalState
,
rTransformation
);
#ifdef SPECIAL_DEBUG
aLocalState
.
Clip
.
clear
();
aLocalState
.
DeviceColor
=
::
vcl
::
unotools
::
colorToDoubleSequence
(
mpCanvas
->
getUNOCanvas
()
->
getDevice
(),
::
Color
(
0x80FF0000
)
);
if
(
maState
.
Clip
.
is
()
)
mpCanvas
->
getUNOCanvas
()
->
fillPolyPolygon
(
maState
.
Clip
,
mpCanvas
->
getViewState
(),
aLocalState
);
aLocalState
.
DeviceColor
=
maState
.
DeviceColor
;
#endif
if
(
maFillColor
.
getLength
()
)
{
// TODO(E3): Use DBO's finalizer here,
...
...
cppcanvas/source/mtfrenderer/textaction.cxx
Dosyayı görüntüle @
40ab8452
...
...
@@ -1122,20 +1122,6 @@ namespace cppcanvas
rendering
::
RenderState
aLocalState
(
maState
);
::
canvas
::
tools
::
prependToRenderState
(
aLocalState
,
rTransformation
);
#ifdef SPECIAL_DEBUG
aLocalState
.
Clip
.
clear
();
aLocalState
.
DeviceColor
=
::
vcl
::
unotools
::
colorToDoubleSequence
(
mpCanvas
->
getUNOCanvas
()
->
getDevice
(),
::
Color
(
0x80FF0000
)
);
if
(
maState
.
Clip
.
is
()
)
mpCanvas
->
getUNOCanvas
()
->
drawPolyPolygon
(
maState
.
Clip
,
mpCanvas
->
getViewState
(),
aLocalState
);
aLocalState
.
DeviceColor
=
maState
.
DeviceColor
;
#endif
mpCanvas
->
getUNOCanvas
()
->
drawTextLayout
(
mxTextLayout
,
mpCanvas
->
getViewState
(),
aLocalState
);
...
...
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