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
1a377d87
Commit
1a377d87
authored
Jun 20, 2017
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
ed3e107d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
ASCOfficeXlsFile2/source/XlsFormat/Logic/Biff_records/SxFilt.h
...ficeXlsFile2/source/XlsFormat/Logic/Biff_records/SxFilt.h
+1
-3
ASCOfficeXlsFile2/source/linux/XlsFormatLib.pro
ASCOfficeXlsFile2/source/linux/XlsFormatLib.pro
+2
-0
ASCOfficeXlsFile2/source/linux/xlsformatlib_logic.cpp
ASCOfficeXlsFile2/source/linux/xlsformatlib_logic.cpp
+1
-0
No files found.
ASCOfficeXlsFile2/source/XlsFormat/Logic/Biff_records/SxFilt.h
View file @
1a377d87
...
...
@@ -36,8 +36,6 @@
namespace
XLS
{
// Logical representation of SxFilt record in BIFF8
class
SxFilt
:
public
BiffRecord
{
BIFF_RECORD_DEFINE_TYPE_INFO
(
SxFilt
)
...
...
@@ -50,7 +48,7 @@ public:
void
readFields
(
CFRecord
&
record
);
static
const
ElementType
type
=
typeSxFilt
;
static
const
ElementType
type
=
typeSxFilt
;
};
...
...
ASCOfficeXlsFile2/source/linux/XlsFormatLib.pro
View file @
1a377d87
...
...
@@ -582,6 +582,7 @@ SOURCES += \
..
/
XlsFormat
/
Logic
/
Biff_structures
/
XLUnicodeRichExtendedString
.
cpp
\
..
/
XlsFormat
/
Logic
/
Biff_structures
/
XORObfuscation
.
cpp
\
..
/
XlsFormat
/
Logic
/
Biff_structures
/
XTI
.
cpp
\
..
/
XlsFormat
/
Logic
/
Biff_structures
/
SxAxis
.
cpp
\
..
/
XlsFormat
/
Logic
/
Biff_structures
/
ODRAW
/
MSOCR
.
cpp
\
..
/
XlsFormat
/
Logic
/
Biff_structures
/
ODRAW
/
MSOSHADECOLOR
.
cpp
\
..
/
XlsFormat
/
Logic
/
Biff_structures
/
ODRAW
/
OfficeArtBlip
.
cpp
\
...
...
@@ -1364,6 +1365,7 @@ HEADERS += \
..
/
XlsFormat
/
Logic
/
Biff_structures
/
XLUnicodeRichExtendedString
.
h
\
..
/
XlsFormat
/
Logic
/
Biff_structures
/
XORObfuscation
.
h
\
..
/
XlsFormat
/
Logic
/
Biff_structures
/
XTI
.
h
\
..
/
XlsFormat
/
Logic
/
Biff_structures
/
SxAxis
.
h
\
..
/
XlsFormat
/
Logic
/
Biff_structures
/
ODRAW
/
IMsoArray
.
h
\
..
/
XlsFormat
/
Logic
/
Biff_structures
/
ODRAW
/
MSOCR
.
h
\
..
/
XlsFormat
/
Logic
/
Biff_structures
/
ODRAW
/
MSO_enums
.
h
\
...
...
ASCOfficeXlsFile2/source/linux/xlsformatlib_logic.cpp
View file @
1a377d87
...
...
@@ -751,3 +751,4 @@
#include "../XlsFormat/Logic/Biff_records/IMDATA.cpp"
#include "../XlsFormat/Logic/Biff_structures/CFDatabar.cpp"
#include "../XlsFormat/Logic/Biff_structures/CFGradient.cpp"
#include "../XlsFormat/Logic/Biff_structures/SxAxis.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