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
584cc6ab
Commit
584cc6ab
authored
Mar 11, 2017
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug 34297
parent
4b727edd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
Common/DocxFormat/Source/XlsxFormat/Worksheets/Worksheet.h
Common/DocxFormat/Source/XlsxFormat/Worksheets/Worksheet.h
+9
-1
No files found.
Common/DocxFormat/Source/XlsxFormat/Worksheets/Worksheet.h
View file @
584cc6ab
...
@@ -224,6 +224,14 @@ namespace OOX
...
@@ -224,6 +224,14 @@ namespace OOX
if
(
pShape
==
NULL
)
continue
;
if
(
pShape
==
NULL
)
continue
;
if
(
pShape
->
m_sId
.
IsInit
())
{
//mark shape as used
std
::
map
<
std
::
wstring
,
OOX
::
CVmlDrawing
::
_vml_shape
>::
iterator
pFind
=
pVmlDrawing
->
m_mapShapes
.
find
(
pShape
->
m_sId
.
get
());
if
(
pFind
!=
pVmlDrawing
->
m_mapShapes
.
end
())
{
pFind
->
second
.
bUsed
=
true
;
}
}
for
(
size_t
j
=
0
,
length2
=
pShape
->
m_arrItems
.
size
();
j
<
length2
;
++
j
)
for
(
size_t
j
=
0
,
length2
=
pShape
->
m_arrItems
.
size
();
j
<
length2
;
++
j
)
{
{
OOX
::
WritingElement
*
pElem
=
pShape
->
m_arrItems
[
j
];
OOX
::
WritingElement
*
pElem
=
pShape
->
m_arrItems
[
j
];
...
...
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