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
007eadfa
Kaydet (Commit)
007eadfa
authored
Nis 20, 2015
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix wireframe MSO 2007 vs OOXML
Change-Id: I6bea0db361174ad93f182e0dd6ce37ae1c4ca8ec
üst
df6eaac5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
typegroupcontext.cxx
oox/source/drawingml/chart/typegroupcontext.cxx
+2
-2
No files found.
oox/source/drawingml/chart/typegroupcontext.cxx
Dosyayı görüntüle @
007eadfa
...
@@ -350,6 +350,7 @@ SurfaceTypeGroupContext::~SurfaceTypeGroupContext()
...
@@ -350,6 +350,7 @@ SurfaceTypeGroupContext::~SurfaceTypeGroupContext()
ContextHandlerRef
SurfaceTypeGroupContext
::
onCreateContext
(
sal_Int32
nElement
,
const
AttributeList
&
rAttribs
)
ContextHandlerRef
SurfaceTypeGroupContext
::
onCreateContext
(
sal_Int32
nElement
,
const
AttributeList
&
rAttribs
)
{
{
bool
bMSO2007Doc
=
getFilter
().
isMSO2007Document
();
if
(
isRootElement
()
)
switch
(
nElement
)
if
(
isRootElement
()
)
switch
(
nElement
)
{
{
case
C_TOKEN
(
axId
):
case
C_TOKEN
(
axId
):
...
@@ -358,8 +359,7 @@ ContextHandlerRef SurfaceTypeGroupContext::onCreateContext( sal_Int32 nElement,
...
@@ -358,8 +359,7 @@ ContextHandlerRef SurfaceTypeGroupContext::onCreateContext( sal_Int32 nElement,
case
C_TOKEN
(
ser
):
case
C_TOKEN
(
ser
):
return
new
SurfaceSeriesContext
(
*
this
,
mrModel
.
maSeries
.
create
()
);
return
new
SurfaceSeriesContext
(
*
this
,
mrModel
.
maSeries
.
create
()
);
case
C_TOKEN
(
wireframe
):
case
C_TOKEN
(
wireframe
):
// default is 'false', not 'true' as specified
mrModel
.
mbWireframe
=
rAttribs
.
getBool
(
XML_val
,
!
bMSO2007Doc
);
mrModel
.
mbWireframe
=
rAttribs
.
getBool
(
XML_val
,
false
);
return
0
;
return
0
;
}
}
return
0
;
return
0
;
...
...
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