Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
onlyoffice_core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
onlyoffice_core
Commits
5039cec8
Commit
5039cec8
authored
Dec 19, 2017
by
Oleg Korshul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
diagramm save error
parent
b8b8a142
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
ASCOfficeOdfFileW/source/Oox2OdfConverter/ConverterChart.cpp
ASCOfficeOdfFileW/source/Oox2OdfConverter/ConverterChart.cpp
+21
-0
No files found.
ASCOfficeOdfFileW/source/Oox2OdfConverter/ConverterChart.cpp
View file @
5039cec8
...
...
@@ -1000,6 +1000,27 @@ void OoxConverter::convert(OOX::Spreadsheet::CT_DLbls* ser_lbls)
{
bool
boolVal
=
false
;
bool
bIsFound
=
false
;
switch
(
*
ser_lbls
->
m_ItemsElementName0
[
i
])
{
case
OOX
:
:
Spreadsheet
::
itemschoicetype3DELETE
:
case
OOX
:
:
Spreadsheet
::
itemschoicetype3SHOWBUBBLESIZE
:
case
OOX
:
:
Spreadsheet
::
itemschoicetype3SHOWCATNAME
:
case
OOX
:
:
Spreadsheet
::
itemschoicetype3SHOWLEADERLINES
:
case
OOX
:
:
Spreadsheet
::
itemschoicetype3SHOWLEGENDKEY
:
case
OOX
:
:
Spreadsheet
::
itemschoicetype3SHOWPERCENT
:
case
OOX
:
:
Spreadsheet
::
itemschoicetype3SHOWSERNAME
:
case
OOX
:
:
Spreadsheet
::
itemschoicetype3SHOWVAL
:
bIsFound
=
true
;
break
;
default:
break
;
}
if
(
!
bIsFound
)
continue
;
OOX
::
Spreadsheet
::
CT_Boolean
*
ct_boolean
=
(
OOX
::
Spreadsheet
::
CT_Boolean
*
)
ser_lbls
->
m_Items
[
i
];
if
(
ct_boolean
&&
ct_boolean
->
m_val
)
boolVal
=
*
ct_boolean
->
m_val
;
...
...
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