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
c7bf97b7
Commit
c7bf97b7
authored
Nov 15, 2016
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
..
parent
dd03ec89
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
ASCOfficeRtfFile/RtfFormatLib/Linux/RtfFormatLib.pro
ASCOfficeRtfFile/RtfFormatLib/Linux/RtfFormatLib.pro
+3
-7
ASCOfficeRtfFile/RtfFormatLib/source/Basic.h
ASCOfficeRtfFile/RtfFormatLib/source/Basic.h
+1
-1
No files found.
ASCOfficeRtfFile/RtfFormatLib/Linux/RtfFormatLib.pro
View file @
c7bf97b7
...
@@ -54,6 +54,9 @@ SOURCES += \
...
@@ -54,6 +54,9 @@ SOURCES += \
..
/
source
/
RtfSection
.
cpp
\
..
/
source
/
RtfSection
.
cpp
\
..
/
source
/
RtfShape
.
cpp
\
..
/
source
/
RtfShape
.
cpp
\
..
/
source
/
RtfWriter
.
cpp
\
..
/
source
/
RtfWriter
.
cpp
\
..
/
source
/
RtfMath
.
cpp
\
..
/
source
/
Reader
/
OOXMathReader
.
cpp
\
..
/
source
/
Reader
/
OOXDrawingGraphicReader
.
cpp
\
..
/
source
/
Reader
/
OOXHeaderReader
.
cpp
\
..
/
source
/
Reader
/
OOXHeaderReader
.
cpp
\
..
/
source
/
Reader
/
OOXParagraphElementReaders
.
cpp
\
..
/
source
/
Reader
/
OOXParagraphElementReaders
.
cpp
\
..
/
source
/
Reader
/
OOXReader
.
cpp
\
..
/
source
/
Reader
/
OOXReader
.
cpp
\
...
@@ -155,10 +158,3 @@ HEADERS += \
...
@@ -155,10 +158,3 @@ HEADERS += \
..
/
source
/
Writer
/
OOXThemeWriter
.
h
\
..
/
source
/
Writer
/
OOXThemeWriter
.
h
\
..
/
source
/
Writer
/
OOXWriter
.
h
\
..
/
source
/
Writer
/
OOXWriter
.
h
\
..
/
source
/
Ole1FormatReader
.
h
..
/
source
/
Ole1FormatReader
.
h
SOURCES
+=
\
..
/
source
/
RtfMath
.
cpp
\
..
/
source
/
Reader
/
OOXMathReader
.
cpp
\
..
/
source
/
Reader
/
OOXDrawingGraphicReader
.
cpp
\
..
/
source
/
RtfParagraph
.
cpp
\
..
/
source
/
RtfParagraph
.
cpp
ASCOfficeRtfFile/RtfFormatLib/source/Basic.h
View file @
c7bf97b7
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
#include "IdGenerator.h"
#include "IdGenerator.h"
#include "RtfDefine.h"
#include "RtfDefine.h"
#include
<boost/shared_ptr.hpp>
#include
"boost/shared_ptr.hpp"
enum
_MetricUnits
{
mu_none
,
mu_Auto
,
mu_Percent
,
mu_Twips
};
enum
_MetricUnits
{
mu_none
,
mu_Auto
,
mu_Percent
,
mu_Twips
};
...
...
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