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
af1db964
Kaydet (Commit)
af1db964
authored
Ock 15, 2013
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
support to hide the value in icon sets also for OOXML
Change-Id: I506b9e14166576ceced880e5032d492e83b7a52d
üst
50f8fcbc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
xecontent.cxx
sc/source/filter/excel/xecontent.cxx
+1
-0
condformatbuffer.cxx
sc/source/filter/oox/condformatbuffer.cxx
+1
-0
No files found.
sc/source/filter/excel/xecontent.cxx
Dosyayı görüntüle @
af1db964
...
@@ -1362,6 +1362,7 @@ void XclExpIconSet::SaveXml( XclExpXmlStream& rStrm )
...
@@ -1362,6 +1362,7 @@ void XclExpIconSet::SaveXml( XclExpXmlStream& rStrm )
const
char
*
pIconSetName
=
getIconSetName
(
mrFormat
.
GetIconSetData
()
->
eIconSetType
);
const
char
*
pIconSetName
=
getIconSetName
(
mrFormat
.
GetIconSetData
()
->
eIconSetType
);
rWorksheet
->
startElement
(
XML_iconSet
,
rWorksheet
->
startElement
(
XML_iconSet
,
XML_iconSet
,
pIconSetName
,
XML_iconSet
,
pIconSetName
,
XML_showValue
,
mrFormat
.
GetIconSetData
()
->
mbShowValue
?
NULL
:
"0"
,
FSEND
);
FSEND
);
maCfvoList
.
SaveXml
(
rStrm
);
maCfvoList
.
SaveXml
(
rStrm
);
...
...
sc/source/filter/oox/condformatbuffer.cxx
Dosyayı görüntüle @
af1db964
...
@@ -334,6 +334,7 @@ void IconSetRule::importCfvo( const AttributeList& rAttribs )
...
@@ -334,6 +334,7 @@ void IconSetRule::importCfvo( const AttributeList& rAttribs )
void
IconSetRule
::
importAttribs
(
const
AttributeList
&
rAttribs
)
void
IconSetRule
::
importAttribs
(
const
AttributeList
&
rAttribs
)
{
{
maIconSetType
=
rAttribs
.
getString
(
XML_iconSet
,
rtl
::
OUString
(
"3TrafficLights1"
)
);
maIconSetType
=
rAttribs
.
getString
(
XML_iconSet
,
rtl
::
OUString
(
"3TrafficLights1"
)
);
mpFormatData
->
mbShowValue
=
rAttribs
.
getBool
(
XML_showValue
,
true
);
}
}
void
IconSetRule
::
SetData
(
ScIconSetFormat
*
pFormat
,
ScDocument
*
pDoc
,
const
ScAddress
&
rPos
)
void
IconSetRule
::
SetData
(
ScIconSetFormat
*
pFormat
,
ScDocument
*
pDoc
,
const
ScAddress
&
rPos
)
...
...
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