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
406c290b
Commit
406c290b
authored
Nov 01, 2017
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
5ae4d7f8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
31 deletions
+32
-31
ASCOfficeXlsFile2/source/XlsFormat/Logic/Biff_unions/PIVOTADDL.h
...ceXlsFile2/source/XlsFormat/Logic/Biff_unions/PIVOTADDL.h
+11
-9
ASCOfficeXlsFile2/source/XlsFormat/Logic/Biff_unions/SXADDLCACHE.h
...XlsFile2/source/XlsFormat/Logic/Biff_unions/SXADDLCACHE.h
+10
-11
ASCOfficeXlsFile2/source/XlsFormat/Logic/Biff_unions/SXADDLQSI.h
...ceXlsFile2/source/XlsFormat/Logic/Biff_unions/SXADDLQSI.h
+11
-11
No files found.
ASCOfficeXlsFile2/source/XlsFormat/Logic/Biff_unions/PIVOTADDL.h
View file @
406c290b
...
...
@@ -36,18 +36,20 @@
namespace
XLS
{
struct
_sxAddl
class
PIVOTADDL
:
public
CompositeObject
{
struct
_sxAddl
{
_sxAddl
(
std
::
vector
<
_sxAddl
>
*
p
,
int
l
)
:
prev
(
p
),
level
(
l
)
{}
std
::
vector
<
_sxAddl
>*
prev
=
NULL
;
int
level
=
0
;
std
::
vector
<
BaseObjectPtr
>
elements
;
std
::
vector
<
_sxAddl
>
levels
;
};
};
class
PIVOTADDL
:
public
CompositeObject
{
BASE_OBJECT_DEFINE_CLASS_NAME
(
PIVOTADDL
)
public:
PIVOTADDL
();
...
...
ASCOfficeXlsFile2/source/XlsFormat/Logic/Biff_unions/SXADDLCACHE.h
View file @
406c290b
...
...
@@ -35,19 +35,18 @@
namespace
XLS
{
struct
_sxAddl
class
SXADDLCACHE
:
public
CompositeObject
{
struct
_sxAddl
{
_sxAddl
(
std
::
vector
<
_sxAddl
>
*
p
,
int
l
)
:
prev
(
p
),
level
(
l
)
{}
std
::
vector
<
_sxAddl
>*
prev
=
NULL
;
int
level
=
0
;
std
::
vector
<
BaseObjectPtr
>
elements
;
std
::
vector
<
_sxAddl
>
levels
;
};
};
class
SXADDLCACHE
:
public
CompositeObject
{
BASE_OBJECT_DEFINE_CLASS_NAME
(
SXADDLCACHE
)
public:
SXADDLCACHE
();
...
...
ASCOfficeXlsFile2/source/XlsFormat/Logic/Biff_unions/SXADDLQSI.h
View file @
406c290b
...
...
@@ -36,18 +36,18 @@
namespace
XLS
{
struct
_sxAddl
class
SXADDLQSI
:
public
CompositeObject
{
struct
_sxAddl
{
_sxAddl
(
std
::
vector
<
_sxAddl
>
*
p
,
int
l
)
:
prev
(
p
),
level
(
l
)
{}
std
::
vector
<
_sxAddl
>*
prev
=
NULL
;
int
level
=
0
;
std
::
vector
<
BaseObjectPtr
>
elements
;
std
::
vector
<
_sxAddl
>
levels
;
};
};
class
SXADDLQSI
:
public
CompositeObject
{
BASE_OBJECT_DEFINE_CLASS_NAME
(
SXADDLQSI
)
public:
SXADDLQSI
();
...
...
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