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
f634d1cf
Commit
f634d1cf
authored
Dec 25, 2016
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x2t refactoring qt projects ...
parent
a810253b
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
47 additions
and
108 deletions
+47
-108
ASCOfficePPTXFile/PPTXLib/Linux/PPTXFormatLib/PPTXFormatLib.pro
...icePPTXFile/PPTXLib/Linux/PPTXFormatLib/PPTXFormatLib.pro
+13
-10
ASCOfficePPTXFile/PPTXLib/Linux/PPTXFormatLib/pptxformatlib_converter.cpp
...e/PPTXLib/Linux/PPTXFormatLib/pptxformatlib_converter.cpp
+0
-36
ASCOfficePPTXFile/PPTXLib/Linux/PPTXFormatLib/pptxformatlib_logic.cpp
...XFile/PPTXLib/Linux/PPTXFormatLib/pptxformatlib_logic.cpp
+2
-1
Common/DocxFormat/DocxFormatLib/DocxFormatLib.pro
Common/DocxFormat/DocxFormatLib/DocxFormatLib.pro
+20
-18
Common/DocxFormat/DocxFormatLib/docxformatlib_file.cpp
Common/DocxFormat/DocxFormatLib/docxformatlib_file.cpp
+0
-42
Common/DocxFormat/DocxFormatLib/docxformatlib_logic.cpp
Common/DocxFormat/DocxFormatLib/docxformatlib_logic.cpp
+12
-1
No files found.
ASCOfficePPTXFile/PPTXLib/Linux/PPTXFormatLib/PPTXFormatLib.pro
View file @
f634d1cf
...
...
@@ -53,14 +53,13 @@ INCLUDEPATH += \
SOURCES
+=
pptxformatlib
.
cpp
build_fast
{
core_release
{
SOURCES
+=
\
pptxformatlib_logic
.
cpp
\
pptxformatlib_converter
.
cpp
}
else
{
pptxformatlib_logic
.
cpp
}
core_debug
{
SOURCES
+=
\
..
/../../
ASCOfficeDrawingConverter
.
cpp
\
..
/../../
ASCOfficePPTXFileRealization
.
cpp
\
..
/../../
PPTXFormat
/
DocxFormat
/
IFileContainer
.
cpp
\
..
/../../
PPTXFormat
/
Logic
/
Colors
/
SchemeClr
.
cpp
\
..
/../../
PPTXFormat
/
Logic
/
Fills
/
Blip
.
cpp
\
...
...
@@ -94,19 +93,23 @@ SOURCES += \
..
/../../
PPTXFormat
/
Logic
/
TxBody
.
cpp
\
..
/../../
PPTXFormat
/
Logic
/
UniColor
.
cpp
\
..
/../../
PPTXFormat
/
Logic
/
UniEffect
.
cpp
\
..
/../../
PPTXFormat
/
Logic
/
Runs
/
MathParaWrapper
.
cpp
\
..
/../../
PPTXFormat
/
Logic
/
Runs
/
MathParaWrapper
.
cpp
\
..
/../../
PPTXFormat
/
Logic
/
Controls
.
cpp
\
..
/../../
PPTXFormat
/
FileContainer
.
cpp
\
..
/../../
PPTXFormat
/
FileFactory
.
cpp
\
..
/../../
PPTXFormat
/
FileMap
.
cpp
\
..
/../../
PPTXFormat
/
Folder
.
cpp
\
..
/../../
PPTXFormat
/
Folder
.
cpp
}
SOURCES
+=
\
..
/../../
ASCOfficeDrawingConverter
.
cpp
\
..
/../../
ASCOfficePPTXFileRealization
.
cpp
\
..
/../../
Editor
/
BinaryFileReaderWriter
.
cpp
\
..
/../../
Editor
/
FontPicker
.
cpp
\
..
/../../
Editor
/
Drawing
/
Layout
.
cpp
\
..
/../../
Editor
/
Drawing
/
TextAttributesEx
.
cpp
\
..
/../../
Editor
/
Drawing
/
Elements
.
cpp
\
..
/../../
PPTXFormat
/
Logic
/
Controls
.
cpp
\
..
/../../../
HtmlRenderer
/
src
/
ASCSVGWriter
.
cpp
}
HEADERS
+=
pptxformatlib
.
h
\
..
/../../
ASCOfficeDrawingConverter
.
h
\
...
...
ASCOfficePPTXFile/PPTXLib/Linux/PPTXFormatLib/pptxformatlib_converter.cpp
deleted
100644 → 0
View file @
a810253b
/*
* (c) Copyright Ascensio System SIA 2010-2016
*
* This program is a free software product. You can redistribute it and/or
* modify it under the terms of the GNU Affero General Public License (AGPL)
* version 3 as published by the Free Software Foundation. In accordance with
* Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect
* that Ascensio System SIA expressly excludes the warranty of non-infringement
* of any third-party rights.
*
* This program is distributed WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For
* details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
*
* You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia,
* EU, LV-1021.
*
* The interactive user interfaces in modified source and object code versions
* of the Program must display Appropriate Legal Notices, as required under
* Section 5 of the GNU AGPL version 3.
*
* Pursuant to Section 7(b) of the License you must retain the original Product
* logo when distributing the program. Pursuant to Section 7(e) we decline to
* grant you any rights under trademark law for use of our trademarks.
*
* All the Product's GUI elements, including illustrations and icon sets, as
* well as technical writing content are licensed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International. See the License
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
*
*/
#include "../../../Editor/FontPicker.cpp"
#include "../../../../HtmlRenderer/src/ASCSVGWriter.cpp"
#include "../../../ASCOfficeDrawingConverter.cpp"
#include "../../../ASCOfficePPTXFileRealization.cpp"
#include "../../../Editor/BinaryFileReaderWriter.cpp"
ASCOfficePPTXFile/PPTXLib/Linux/PPTXFormatLib/pptxformatlib_logic.cpp
View file @
f634d1cf
...
...
@@ -62,8 +62,9 @@
#include "../../../PPTXFormat/Logic/TxBody.cpp"
#include "../../../PPTXFormat/Logic/UniColor.cpp"
#include "../../../PPTXFormat/Logic/UniEffect.cpp"
#include "../../../PPTXFormat/Logic/Runs/MathParaWrapper.cpp"
#include "../../../PPTXFormat/Logic/Controls.cpp"
#include "../../../PPTXFormat/FileContainer.cpp"
#include "../../../PPTXFormat/FileFactory.cpp"
#include "../../../PPTXFormat/FileMap.cpp"
#include "../../../PPTXFormat/Folder.cpp"
#include "../../../PPTXFormat/Logic/Controls.cpp"
Common/DocxFormat/DocxFormatLib/DocxFormatLib.pro
View file @
f634d1cf
...
...
@@ -25,11 +25,12 @@ INCLUDEPATH += \
#
BOOST
include
(
$$
PWD
/../../
3
dParty
/
boost
/
boost
.
pri
)
build_fast
{
core_release
{
SOURCES
+=
\
docxformatlib_logic
.
cpp
\
docxformatlib_file
.
cpp
}
else
{
docxformatlib_logic
.
cpp
}
core_debug
{
SOURCES
+=
\
..
/
Source
/
DocxFormat
/
Drawing
/
DrawingCoreInfo
.
cpp
\
..
/
Source
/
DocxFormat
/
Drawing
/
DrawingEffects
.
cpp
\
...
...
@@ -55,12 +56,21 @@ SOURCES += \
..
/
Source
/
DocxFormat
/
Docx
.
cpp
\
..
/
Source
/
XlsxFormat
/
Chart
/
ChartSerialize
.
cpp
\
..
/
Source
/
XlsxFormat
/
Common
.
cpp
\
..
/
Source
/
XML
/
libxml2
/
libxml2
.
cpp
\
..
/
Source
/
DocxFormat
/
FileFactory
.
cpp
\
..
/
Source
/
DocxFormat
/
IFileContainer
.
cpp
\
..
/
Source
/
SystemUtility
/
SystemUtility
.
cpp
\
..
/
Source
/
XlsxFormat
/
FileFactory_Spreadsheet
.
cpp
\
..
/
Source
/
XlsxFormat
/
IFileContainer_Spreadsheet
.
cpp
\
..
/
Source
/
DocxFormat
/
Drawing
/
DrawingExt
.
cpp
\
..
/
Source
/
Common
/
Align
.
cpp
\
..
/
Source
/
Common
/
Color
.
cpp
\
..
/
Source
/
Common
/
Index
.
cpp
\
..
/
Source
/
Common
/
NumFormat
.
cpp
\
..
/
Source
/
Common
/
Position
.
cpp
\
..
/
Source
/
Common
/
Utils
.
cpp
\
..
/
Source
/
Common
/
Wrap
.
cpp
\
..
/
Source
/
Common
/
ZIndex
.
cpp
\
..
/
Source
/
Common
/
SimpleTypes_Word
.
cpp
}
core_windows
{
SOURCES
+=
\
...
...
@@ -71,24 +81,16 @@ core_windows {
..
/
Source
/
SystemUtility
/
FileSystem
/
DirectoryPosix
.
cpp
\
..
/
Source
/
SystemUtility
/
FileSystem
/
FilePosix
.
cpp
\
}
}
SOURCES
+=
docxformatlib
.
cpp
\
..
/
Source
/
Common
/
Align
.
cpp
\
..
/
Source
/
Common
/
Color
.
cpp
\
..
/
Source
/
Common
/
Index
.
cpp
\
..
/
Source
/
Common
/
NumFormat
.
cpp
\
..
/
Source
/
Common
/
Position
.
cpp
\
..
/
Source
/
Common
/
Utils
.
cpp
\
..
/
Source
/
Common
/
Wrap
.
cpp
\
..
/
Source
/
Common
/
ZIndex
.
cpp
\
..
/
Source
/
Common
/
SimpleTypes_Word
.
cpp
\
..
/
Source
/
XML
/
libxml2
/
libxml2
.
cpp
\
..
/
Source
/
Utility
/
codecvt
.
cpp
\
..
/
Source
/
Utility
/
DateTime
.
cpp
\
..
/
Source
/
Utility
/
TxtFile
.
cpp
\
..
/
Source
/
Base
/
unicode_util
.
cpp
\
..
/
../
3
dParty
/
pole
/
pole
.
cpp
\
..
/
Source
/
DocxFormat
/
Drawing
/
DrawingExt
.
cpp
..
/
Source
/
SystemUtility
/
SystemUtility
.
cpp
\
..
/
../
3
dParty
/
pole
/
pole
.
cpp
HEADERS
+=
docxformatlib
.
h
\
..
/
Source
/
Base
/
Base
.
h
\
...
...
Common/DocxFormat/DocxFormatLib/docxformatlib_file.cpp
deleted
100644 → 0
View file @
a810253b
/*
* (c) Copyright Ascensio System SIA 2010-2016
*
* This program is a free software product. You can redistribute it and/or
* modify it under the terms of the GNU Affero General Public License (AGPL)
* version 3 as published by the Free Software Foundation. In accordance with
* Section 7(a) of the GNU AGPL its Section 15 shall be amended to the effect
* that Ascensio System SIA expressly excludes the warranty of non-infringement
* of any third-party rights.
*
* This program is distributed WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For
* details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html
*
* You can contact Ascensio System SIA at Lubanas st. 125a-25, Riga, Latvia,
* EU, LV-1021.
*
* The interactive user interfaces in modified source and object code versions
* of the Program must display Appropriate Legal Notices, as required under
* Section 5 of the GNU AGPL version 3.
*
* Pursuant to Section 7(b) of the License you must retain the original Product
* logo when distributing the program. Pursuant to Section 7(e) we decline to
* grant you any rights under trademark law for use of our trademarks.
*
* All the Product's GUI elements, including illustrations and icon sets, as
* well as technical writing content are licensed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International. See the License
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
*
*/
#if defined(_WIN32) || defined (_WIN64)
#include "../Source/SystemUtility/FileSystem/Directory.cpp"
#include "../Source/SystemUtility/FileSystem/File.cpp"
#else
#include "../Source/SystemUtility/FileSystem/DirectoryPosix.cpp"
#include "../Source/SystemUtility/FileSystem/FilePosix.cpp"
#endif
#include "../Source/XlsxFormat/Common.cpp"
#include "../Source/XML/libxml2/libxml2.cpp"
#include "../Source/SystemUtility/SystemUtility.cpp"
Common/DocxFormat/DocxFormatLib/docxformatlib_logic.cpp
View file @
f634d1cf
...
...
@@ -29,6 +29,7 @@
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
*
*/
#include "../Source/DocxFormat/Drawing/DrawingCoreInfo.cpp"
#include "../Source/DocxFormat/Drawing/DrawingEffects.cpp"
#include "../Source/DocxFormat/Logic/AlternateContent.cpp"
...
...
@@ -52,8 +53,18 @@
#include "../Source/MathEquation/MathEquation.cpp"
#include "../Source/DocxFormat/Docx.cpp"
#include "../Source/XlsxFormat/Chart/ChartSerialize.cpp"
#include "../Source/XlsxFormat/Common.cpp"
#include "../Source/DocxFormat/FileFactory.cpp"
#include "../Source/DocxFormat/IFileContainer.cpp"
#include "../Source/XlsxFormat/FileFactory_Spreadsheet.cpp"
#include "../Source/XlsxFormat/IFileContainer_Spreadsheet.cpp"
#include "../Source/DocxFormat/Drawing/DrawingExt.cpp"
#include "../Source/Common/Align.cpp"
#include "../Source/Common/Color.cpp"
#include "../Source/Common/Index.cpp"
#include "../Source/Common/NumFormat.cpp"
#include "../Source/Common/Position.cpp"
#include "../Source/Common/Utils.cpp"
#include "../Source/Common/Wrap.cpp"
#include "../Source/Common/ZIndex.cpp"
#include "../Source/Common/SimpleTypes_Word.cpp"
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