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
7852b7fb
Commit
7852b7fb
authored
Jul 06, 2017
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
a64fd879
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
+36
-0
ASCOfficeXlsFile2/source/XlsFormat/Logic/Biff_unions/DREF.cpp
...fficeXlsFile2/source/XlsFormat/Logic/Biff_unions/DREF.cpp
+36
-0
No files found.
ASCOfficeXlsFile2/source/XlsFormat/Logic/Biff_unions/DREF.cpp
View file @
7852b7fb
...
...
@@ -92,6 +92,42 @@ int DREF::serialize(std::wostream & strm)
}
else
if
(
bin
)
{
switch
(
bin
->
nBuiltin
)
{
case
0x0004
:
/*Database*/
case
0x000d
:
/*_FilterDatabase*/
{
CP_XML_ATTR
(
L"type"
,
L"external"
);
//connectionId in connections(root)
}
break
;
case
0x0000
:
/*Consolidate_Area*/
//{
// CP_XML_ATTR(L"type", L"consolidation");
// CP_XML_NODE(L"consolidation")
// {
// CP_XML_ATTR(L"name", bin->stFile.value());
// }
//}break;
case
0x0001
:
/*Auto_Open*/
case
0x0002
:
/*Auto_Close*/
case
0x0003
:
/*Extract*/
case
0x0005
:
/*Criteria*/
case
0x0006
:
/*Print_Area*/
case
0x0007
:
/*Print_Titles*/
case
0x0008
:
/*Recorder*/
case
0x0009
:
/*Data_Form*/
case
0x000a
:
/*Auto_Activate*/
case
0x000b
:
/*Auto_Deactivate*/
case
0x000c
:
/*Sheet_Title*/
{
CP_XML_ATTR
(
L"type"
,
L"scenario"
);
CP_XML_NODE
(
L"worksheetSource"
)
{
CP_XML_ATTR
(
L"name"
,
bin
->
stFile
.
value
());
}
}
break
;
}
}
else
if
(
ref
)
{
...
...
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