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
0928e7d7
Commit
0928e7d7
authored
Jan 19, 2017
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
2d3040ab
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
22 deletions
+2
-22
ASCOfficePPTXFile/PPTXLib/Linux/PPTXFormatLib/PPTXFormatLib.pro
...icePPTXFile/PPTXLib/Linux/PPTXFormatLib/PPTXFormatLib.pro
+0
-20
ASCOfficePPTXFile/PPTXLib/Linux/PPTXFormatLib/pptxformatlib_logic.cpp
...XFile/PPTXLib/Linux/PPTXFormatLib/pptxformatlib_logic.cpp
+0
-1
Common/DocxFormat/Source/DocxFormat/Docx.cpp
Common/DocxFormat/Source/DocxFormat/Docx.cpp
+1
-0
Common/DocxFormat/Source/SystemUtility/SystemUtility.h
Common/DocxFormat/Source/SystemUtility/SystemUtility.h
+1
-1
No files found.
ASCOfficePPTXFile/PPTXLib/Linux/PPTXFormatLib/PPTXFormatLib.pro
View file @
0928e7d7
...
...
@@ -60,7 +60,6 @@ SOURCES += \
core_debug
{
SOURCES
+=
\
..
/../../
PPTXFormat
/
DocxFormat
/
IFileContainer
.
cpp
\
..
/../../
PPTXFormat
/
Logic
/
Colors
/
SchemeClr
.
cpp
\
..
/../../
PPTXFormat
/
Logic
/
Fills
/
Blip
.
cpp
\
..
/../../
PPTXFormat
/
Logic
/
Table
/
TableCell
.
cpp
\
...
...
@@ -114,22 +113,6 @@ SOURCES += \
HEADERS
+=
pptxformatlib
.
h
\
..
/../../
ASCOfficeDrawingConverter
.
h
\
..
/../../
ASCOfficePPTXFile
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
ContentTypes
/
Default
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
ContentTypes
/
DefaultTable
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
ContentTypes
/
ExtensionTable
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
ContentTypes
/
File
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
ContentTypes
/
Override
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
ContentTypes
/
OverrideTable
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
External
/
External
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
External
/
ExternalAudio
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
External
/
ExternalImage
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
External
/
ExternalVideo
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
External
/
HyperLink
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
Media
/
Audio
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
Media
/
Image
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
Media
/
Media
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
Media
/
OleObject
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
Media
/
Video
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
Rels
/
File
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
Rels
/
RelationShip
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
Rels
/
RelationTable
.
h
\
...
...
@@ -138,11 +121,8 @@ HEADERS += pptxformatlib.h \
..
/../../
PPTXFormat
/
DocxFormat
/
FileType
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
FileTypes
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
IFileBuilder
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
IFileContainer
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
NamespaceOwn
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
Namespaces
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
RId
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
UnknowTypeFile
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
WritingElement
.
h
\
..
/../../
PPTXFormat
/
DocxFormat
/
WritingVector
.
h
\
..
/../../
PPTXFormat
/
Limit
/
AlbumLayout
.
h
\
...
...
ASCOfficePPTXFile/PPTXLib/Linux/PPTXFormatLib/pptxformatlib_logic.cpp
View file @
0928e7d7
...
...
@@ -29,7 +29,6 @@
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
*
*/
#include "../../../PPTXFormat/DocxFormat/IFileContainer.cpp"
#include "../../../PPTXFormat/Logic/Colors/SchemeClr.cpp"
#include "../../../PPTXFormat/Logic/Fills/Blip.cpp"
#include "../../../PPTXFormat/Logic/Table/TableCell.cpp"
...
...
Common/DocxFormat/Source/DocxFormat/Docx.cpp
View file @
0928e7d7
...
...
@@ -37,6 +37,7 @@ namespace OOX {
{
// Ищем "/_rels/.rels" и читаем все файлы по рельсам
OOX
::
CRels
oRels
(
oFilePath
/
FILE_SEPARATOR_STR
);
oRels
.
Read
(
oFilePath
/
FILE_SEPARATOR_STR
);
IFileContainer
::
Read
(
oRels
,
oFilePath
,
oFilePath
);
// Выполняем дополнительные действия для более удобной работы с файлом
...
...
Common/DocxFormat/Source/SystemUtility/SystemUtility.h
View file @
0928e7d7
...
...
@@ -64,7 +64,7 @@ namespace OOX
}
friend
CPath
operator
/
(
const
CPath
&
path1
,
const
std
::
wstring
&
path2
)
{
CPath
path
(
path1
.
m_strFilename
+
FILE_SEPARATOR_STR
+
(
path2
==
FILE_SEPARATOR_STR
?
L""
:
path2
)
);
CPath
path
(
path1
.
m_strFilename
+
FILE_SEPARATOR_STR
+
path2
);
path
.
Normalize
();
return
path
;
...
...
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