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
baefae25
Commit
baefae25
authored
Dec 25, 2016
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x2t refactoring qt projects ....
parent
4f46ac6e
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
21 additions
and
58 deletions
+21
-58
ASCOfficeDocFile/DocFormatLib/Linux/DocFormatLib.pro
ASCOfficeDocFile/DocFormatLib/Linux/DocFormatLib.pro
+4
-2
ASCOfficeDocFile/DocFormatLib/Linux/docformatlib_converter.cpp
...ficeDocFile/DocFormatLib/Linux/docformatlib_converter.cpp
+1
-0
ASCOfficeDocxFile2/Linux/ASCOfficeDocxFile2Lib.pro
ASCOfficeDocxFile2/Linux/ASCOfficeDocxFile2Lib.pro
+4
-3
ASCOfficePPTFile/PPTFormatLib/Linux/PPTFormatLib.pro
ASCOfficePPTFile/PPTFormatLib/Linux/PPTFormatLib.pro
+9
-7
ASCOfficePPTFile/PPTFormatLib/Linux/pptformatlib_logic.cpp
ASCOfficePPTFile/PPTFormatLib/Linux/pptformatlib_logic.cpp
+2
-4
ASCOfficeTxtFile/TxtXmlFormatLib/Linux/TxtXmlFormatLib.pro
ASCOfficeTxtFile/TxtXmlFormatLib/Linux/TxtXmlFormatLib.pro
+1
-8
ASCOfficeTxtFile/TxtXmlFormatLib/Linux/txtxmlformatlib_converter.cpp
...tFile/TxtXmlFormatLib/Linux/txtxmlformatlib_converter.cpp
+0
-34
No files found.
ASCOfficeDocFile/DocFormatLib/Linux/DocFormatLib.pro
View file @
baefae25
...
...
@@ -43,10 +43,12 @@ SOURCES += \
..
/../
DocDocxConverter
/
Spa
.
cpp
\
..
/../
DocDocxConverter
/
OleObject
.
cpp
build_fast
{
core_release
{
SOURCES
+=
\
docformatlib_converter
.
cpp
}
else
{
}
core_debug
{
SOURCES
+=
\
..
/../
DocDocxConverter
/
AnnotationReferenceDescriptor
.
cpp
\
..
/../
DocDocxConverter
/
CharacterPropertiesMapping
.
cpp
\
...
...
ASCOfficeDocFile/DocFormatLib/Linux/docformatlib_converter.cpp
View file @
baefae25
...
...
@@ -29,6 +29,7 @@
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
*
*/
#include "../../DocDocxConverter/AnnotationReferenceDescriptor.cpp"
#include "../../DocDocxConverter/CharacterPropertiesMapping.cpp"
#include "../../DocDocxConverter/Converter.cpp"
...
...
ASCOfficeDocxFile2/Linux/ASCOfficeDocxFile2Lib.pro
View file @
baefae25
...
...
@@ -31,16 +31,17 @@ INCLUDEPATH += \
..
/../
DesktopEditor
/
xml
/
libxml2
/
include
\
SOURCES
+=
..
/
DocWrapper
/
DocxSerializer
.
cpp
\
SOURCES
+=
\
..
/
DocWrapper
/
DocxSerializer
.
cpp
\
..
/
DocWrapper
/
FontProcessor
.
cpp
\
..
/
DocWrapper
/
XlsxSerializer
.
cpp
\
..
/
BinWriter
/
BinWriters
.
cpp
\
..
/
DocWrapper
/
ChartWriter
.
cpp
\
..
/
BinWriter
/
BinWriters
.
cpp
\
..
/../
XlsxSerializerCom
/
Common
/
Common
.
cpp
\
..
/../
XlsxSerializerCom
/
Reader
/
ChartFromToBinary
.
cpp
\
..
/../
XlsxSerializerCom
/
Reader
/
CommonWriter
.
cpp
\
..
/../
XlsxSerializerCom
/
Reader
/
CSVReader
.
cpp
\
..
/../
XlsxSerializerCom
/
Writer
/
CSVWriter
.
cpp
\
..
/
DocWrapper
/
ChartWriter
.
cpp
\
..
/../
OfficeCryptReader
/
source
/
ECMACryptReader
.
cpp
\
..
/../
OfficeCryptReader
/
source
/
CryptTransform
.
cpp
...
...
ASCOfficePPTFile/PPTFormatLib/Linux/PPTFormatLib.pro
View file @
baefae25
...
...
@@ -170,12 +170,13 @@ HEADERS += \
..
/../../
ASCOfficePPTXFile
/
Editor
/
Drawing
/
Theme
.
h
\
..
/../../
Common
/
3
dParty
/
pole
/
pole
.
h
build_fast
{
core_release
{
SOURCES
+=
\
pptformatlib_logic
.
cpp
}
else
{
}
core_debug
{
SOURCES
+=
\
..
/
PPTFormatLib
.
cpp
\
..
/
Reader
/
ReadStructures
.
cpp
\
..
/
Reader
/
PPTDocumentInfoOneUser
.
cpp
\
..
/
Reader
/
Records
.
cpp
\
...
...
@@ -183,13 +184,14 @@ SOURCES += \
..
/
Records
/
Animations
/
AnimationTypes
.
cpp
\
..
/
Records
/
Drawing
/
ArtBlip
.
cpp
\
..
/
PPTXWriter
/
Converter
.
cpp
\
..
/
PPTXWriter
/
ShapeWriter
.
cpp
\
..
/../../
ASCOfficePPTXFile
/
Editor
/
Drawing
/
Elements
.
cpp
\
..
/../../
ASCOfficePPTXFile
/
Editor
/
Drawing
/
Layout
.
cpp
\
..
/../../
ASCOfficePPTXFile
/
Editor
/
Drawing
/
TextAttributesEx
.
cpp
..
/
PPTXWriter
/
ShapeWriter
.
cpp
}
SOURCES
+=
\
..
/
PPTFormatLib
.
cpp
\
..
/../../
ASCOfficePPTXFile
/
Editor
/
Drawing
/
Elements
.
cpp
\
..
/../../
ASCOfficePPTXFile
/
Editor
/
Drawing
/
Layout
.
cpp
\
..
/../../
ASCOfficePPTXFile
/
Editor
/
Drawing
/
TextAttributesEx
.
cpp
\
..
/../../
Common
/
3
dParty
/
pole
/
pole
.
cpp
core_windows
{
...
...
ASCOfficePPTFile/PPTFormatLib/Linux/pptformatlib_logic.cpp
View file @
baefae25
...
...
@@ -29,15 +29,13 @@
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
*
*/
#include "../PPTFormatLib.cpp"
#include "../Reader/ReadStructures.cpp"
#include "../Reader/PPTDocumentInfoOneUser.cpp"
#include "../Reader/Records.cpp"
#include "../Reader/SlidePersist.cpp"
#include "../Records/Animations/AnimationTypes.cpp"
#include "../Records/Drawing/ArtBlip.cpp"
#include "../PPTXWriter/Converter.cpp"
#include "../PPTXWriter/ShapeWriter.cpp"
#include "../../../ASCOfficePPTXFile/Editor/Drawing/Elements.cpp"
#include "../../../ASCOfficePPTXFile/Editor/Drawing/Layout.cpp"
#include "../../../ASCOfficePPTXFile/Editor/Drawing/TextAttributesEx.cpp"
ASCOfficeTxtFile/TxtXmlFormatLib/Linux/TxtXmlFormatLib.pro
View file @
baefae25
...
...
@@ -50,14 +50,7 @@ SOURCES += \
..
/
Source
/
Common
/
Encoding
.
cpp
\
..
/
Source
/
Common
/
ToString
.
cpp
\
..
/
Source
/
TxtFormat
/
File
.
cpp
\
..
/
Source
/
TxtFormat
/
TxtFile
.
cpp
build_fast
{
SOURCES
+=
\
txtxmlformatlib_converter
.
cpp
}
else
{
SOURCES
+=
\
..
/
Source
/
TxtFormat
/
TxtFile
.
cpp
\
..
/
Source
/
TxtXmlFile
.
cpp
\
..
/
Source
/
ConvertDocx2Txt
.
cpp
\
..
/
Source
/
ConvertTxt2Docx
.
cpp
}
ASCOfficeTxtFile/TxtXmlFormatLib/Linux/txtxmlformatlib_converter.cpp
deleted
100644 → 0
View file @
4f46ac6e
/*
* (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 "../Source/TxtXmlFile.cpp"
#include "../Source/ConvertDocx2Txt.cpp"
#include "../Source/ConvertTxt2Docx.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