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
839e9f69
Kaydet (Commit)
839e9f69
authored
Haz 04, 2013
tarafından
Armin Le Grand
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
i120994 Avoid same error for META_TEXTFILLCOLOR_ACTION and META_TEXTLINECOLOR_ACTION
üst
2d9ea78c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
implrenderer.cxx
cppcanvas/source/mtfrenderer/implrenderer.cxx
+14
-0
No files found.
cppcanvas/source/mtfrenderer/implrenderer.cxx
Dosyayı görüntüle @
839e9f69
...
@@ -1551,6 +1551,13 @@ namespace cppcanvas
...
@@ -1551,6 +1551,13 @@ namespace cppcanvas
getState
(
rStates
).
textFillColor
,
getState
(
rStates
).
textFillColor
,
rCanvas
);
rCanvas
);
}
}
else
{
// #120994# Do switch on/off TextFillColor, even when a overriding one is set
bool
bSetting
(
static_cast
<
MetaTextFillColorAction
*>
(
pCurrAct
)
->
IsSetting
());
getState
(
rStates
).
isTextFillColorSet
=
bSetting
;
}
break
;
break
;
case
META_TEXTLINECOLOR_ACTION
:
case
META_TEXTLINECOLOR_ACTION
:
...
@@ -1561,6 +1568,13 @@ namespace cppcanvas
...
@@ -1561,6 +1568,13 @@ namespace cppcanvas
getState
(
rStates
).
textLineColor
,
getState
(
rStates
).
textLineColor
,
rCanvas
);
rCanvas
);
}
}
else
{
// #120994# Do switch on/off TextLineColor, even when a overriding one is set
bool
bSetting
(
static_cast
<
MetaTextLineColorAction
*>
(
pCurrAct
)
->
IsSetting
());
getState
(
rStates
).
isTextLineColorSet
=
bSetting
;
}
break
;
break
;
case
META_TEXTALIGN_ACTION
:
case
META_TEXTALIGN_ACTION
:
...
...
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