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
2493acd5
Kaydet (Commit)
2493acd5
authored
May 03, 2013
tarafından
Lionel Elie Mamane
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#48056 treat report chart as draw chart
Change-Id: I0a716b4339747f1994e5c8710e15474807aea4a2
üst
699b1aef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
classids.hxx
include/comphelper/classids.hxx
+6
-0
shapeexport.cxx
xmloff/source/draw/shapeexport.cxx
+2
-1
No files found.
include/comphelper/classids.hxx
Dosyayı görüntüle @
2493acd5
...
...
@@ -280,6 +280,12 @@
#define SO3_SCH_CLASSID SO3_SCH_CLASSID_60
// Report chart
#define SO3_RPTCH_CLASSID \
0x80243D39, 0x6741, 0x46C5, 0x92, 0x6E, 0x06, \
0x91, 0x64, 0xFF, 0x87, 0xBB
/****************************************************
* StarImage
****************************************************/
...
...
xmloff/source/draw/shapeexport.cxx
Dosyayı görüntüle @
2493acd5
...
...
@@ -1080,7 +1080,8 @@ void XMLShapeExport::ImpCalcShapeType(const uno::Reference< drawing::XShape >& x
OUString
sCLSID
;
if
(
xPropSet
->
getPropertyValue
(
OUString
(
"CLSID"
))
>>=
sCLSID
)
{
if
(
sCLSID
.
equals
(
mrExport
.
GetChartExport
()
->
getChartCLSID
()))
if
(
sCLSID
.
equals
(
mrExport
.
GetChartExport
()
->
getChartCLSID
())
||
sCLSID
.
equals
(
OUString
(
SvGlobalName
(
SO3_RPTCH_CLASSID
).
GetHexName
())))
{
eShapeType
=
XmlShapeTypeDrawChartShape
;
}
...
...
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