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
b669aac8
Commit
b669aac8
authored
Jun 23, 2016
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x2t version up
parent
6fc4c6a2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
ASCOfficeOdfFileW/linux/OdfFileWriterLib.pro
ASCOfficeOdfFileW/linux/OdfFileWriterLib.pro
+7
-1
ASCOfficePPTXFile/PPTXFormat/Logic/SpTreeElem.h
ASCOfficePPTXFile/PPTXFormat/Logic/SpTreeElem.h
+2
-2
X2tConverter/build/Qt/X2tConverter.pro
X2tConverter/build/Qt/X2tConverter.pro
+1
-1
No files found.
ASCOfficeOdfFileW/linux/OdfFileWriterLib.pro
View file @
b669aac8
...
...
@@ -242,9 +242,15 @@ HEADERS += \
..
/
source
/
OdfFormat
/
Shapes
/
oox_shapeRibbons
.
h
\
..
/
source
/
OdfFormat
/
Shapes
/
oox_shapeSnipRoundRects
.
h
\
..
/
source
/
OdfFormat
/
Shapes
/
oox_shapeStars
.
h
\
..
/
source
/
OdfFormat
/
Shapes
/
oox_shapeWordArt
.
h
..
/
source
/
OdfFormat
/
Shapes
/
oox_shapeWordArt
.
h
\
..
/
source
/
OdfFormat
/
odf_settings_context
.
h
\
..
/
source
/
OdfFormat
/
office_settings
.
h
unix
{
target
.
path
=
/
usr
/
lib
INSTALLS
+=
target
}
SOURCES
+=
\
..
/
source
/
OdfFormat
/
odf_settings_context
.
cpp
\
..
/
source
/
OdfFormat
/
office_settings
.
cpp
ASCOfficePPTXFile/PPTXFormat/Logic/SpTreeElem.h
View file @
b669aac8
/*
/*
* (c) Copyright Ascensio System SIA 2010-2016
*
* This program is a free software product. You can redistribute it and/or
...
...
@@ -61,7 +61,7 @@ namespace PPTX
public:
virtual
void
fromXML
(
XmlUtils
::
CXmlNode
&
node
);
virtual
CString
toXML
()
const
;
virtual
bool
is_init
()
const
{
return
(
m_elem
.
IsInit
());};
virtual
bool
is_init
()
const
{
return
(
m_elem
.
IsInit
());}
template
<
class
T
>
AVSINLINE
const
bool
is
()
const
{
return
m_elem
.
is
<
T
>
();
}
template
<
class
T
>
AVSINLINE
T
&
as
()
{
return
m_elem
.
as
<
T
>
();
}
...
...
X2tConverter/build/Qt/X2tConverter.pro
View file @
b669aac8
...
...
@@ -7,7 +7,7 @@
QT
-=
core
QT
-=
gui
VERSION
=
2.0
.
2.37
3
VERSION
=
2.0
.
2.37
5
DEFINES
+=
INTVER
=
$$
VERSION
mac
{
...
...
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