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
2077c375
Commit
2077c375
authored
Nov 14, 2016
by
konovalovsergey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug 33331
parent
c1f923fc
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
57 additions
and
267 deletions
+57
-267
ASCOfficePPTXFile/Editor/BinaryFileReaderWriter.cpp
ASCOfficePPTXFile/Editor/BinaryFileReaderWriter.cpp
+54
-263
ASCOfficePPTXFile/Editor/BinaryFileReaderWriter.h
ASCOfficePPTXFile/Editor/BinaryFileReaderWriter.h
+3
-4
No files found.
ASCOfficePPTXFile/Editor/BinaryFileReaderWriter.cpp
View file @
2077c375
This diff is collapsed.
Click to expand it.
ASCOfficePPTXFile/Editor/BinaryFileReaderWriter.h
View file @
2077c375
...
@@ -294,13 +294,9 @@ namespace NSBinPptxRW
...
@@ -294,13 +294,9 @@ namespace NSBinPptxRW
void
WriteStringA
(
CStringA
&
sBuffer
);
void
WriteStringA
(
CStringA
&
sBuffer
);
void
WriteStringW
(
CString
&
sBuffer
);
void
WriteStringW
(
CString
&
sBuffer
);
void
WriteStringW2
(
const
WCHAR
*
sBuffer
);
void
WriteStringW2
(
const
WCHAR
*
sBuffer
);
void
WriteStringW2_2
(
const
WCHAR
*
sBuffer
);
void
WriteStringW2_4
(
const
WCHAR
*
sBuffer
);
void
WriteStringW2
(
CString
&
sBuffer
);
void
WriteStringW2
(
CString
&
sBuffer
);
void
WriteStringW3
(
const
WCHAR
*
sBuffer
);
void
WriteStringW3
(
const
WCHAR
*
sBuffer
);
void
WriteStringW3
(
CString
&
sBuffer
);
void
WriteStringW3
(
CString
&
sBuffer
);
void
WriteStringW3_2
(
const
WCHAR
*
sBuffer
);
void
WriteStringW3_4
(
const
WCHAR
*
sBuffer
);
void
WriteStringW4
(
const
std
::
wstring
&
sBuffer
);
void
WriteStringW4
(
const
std
::
wstring
&
sBuffer
);
// --------------------------------------------------------
// --------------------------------------------------------
void
WriteLONG64
(
const
_INT64
&
lValue
);
void
WriteLONG64
(
const
_INT64
&
lValue
);
...
@@ -401,6 +397,9 @@ namespace NSBinPptxRW
...
@@ -401,6 +397,9 @@ namespace NSBinPptxRW
bool
Serialize
(
NSShapeImageGen
::
CImageManager
*
pManager
,
BYTE
**
ppArray
,
size_t
&
szCount
);
bool
Serialize
(
NSShapeImageGen
::
CImageManager
*
pManager
,
BYTE
**
ppArray
,
size_t
&
szCount
);
bool
GetSafearray
(
BYTE
**
ppArray
,
size_t
&
szCount
);
bool
GetSafearray
(
BYTE
**
ppArray
,
size_t
&
szCount
);
private:
_INT32
_WriteString
(
const
WCHAR
*
sBuffer
,
_UINT32
lCount
);
void
_WriteStringWithLength
(
const
WCHAR
*
sBuffer
,
_UINT32
lCount
,
bool
bByte
);
};
};
class
CSlideMasterInfo
class
CSlideMasterInfo
{
{
...
...
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