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
45582edd
Kaydet (Commit)
45582edd
authored
Eyl 09, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
oox: improve code formatting
Change-Id: I16b1a80401369a8d78ea87a96daa3ee03d502e6f
üst
ba1ae835
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tablecell.cxx
oox/source/drawingml/table/tablecell.cxx
+2
-0
No files found.
oox/source/drawingml/table/tablecell.cxx
Dosyayı görüntüle @
45582edd
...
...
@@ -359,6 +359,7 @@ void TableCell::pushToXCell( const ::oox::core::XmlFilterBase& rFilterBase, ::oo
if
(
rBackgroundFillPropertiesPtr
.
get
())
aBgColor
=
rBackgroundFillPropertiesPtr
->
getBestSolidColor
();
else
if
(
rBackgroundFillStyle
.
mnThemedIdx
!=
0
)
{
if
(
const
Theme
*
pTheme
=
rFilterBase
.
getCurrentTheme
())
{
FillProperties
const
*
const
pStyle
(
...
...
@@ -369,6 +370,7 @@ void TableCell::pushToXCell( const ::oox::core::XmlFilterBase& rFilterBase, ::oo
nPhClr
=
rBackgroundFillStyle
.
maPhClr
.
getColor
(
rFilterBase
.
getGraphicHelper
());
}
}
}
if
(
aBgColor
.
isUsed
())
{
const
Color
&
rCellColor
=
aFillProperties
.
getBestSolidColor
();
...
...
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