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
a84425b4
Commit
a84425b4
authored
Dec 12, 2016
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x2t 2.0.2.420
parent
250a6e5a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
ASCOfficeOdfFile/src/docx/xlsx_conditionalFormatting.cpp
ASCOfficeOdfFile/src/docx/xlsx_conditionalFormatting.cpp
+3
-3
ASCOfficeOdfFile/src/odf/styles_lite_container.cpp
ASCOfficeOdfFile/src/odf/styles_lite_container.cpp
+2
-2
X2tConverter/build/Qt/X2tConverter.pri
X2tConverter/build/Qt/X2tConverter.pri
+1
-1
No files found.
ASCOfficeOdfFile/src/docx/xlsx_conditionalFormatting.cpp
View file @
a84425b4
...
...
@@ -141,9 +141,9 @@ public:
if
(
c
.
rules
[
j
].
text
)
CP_XML_ATTR
(
L"text"
,
*
c
.
rules
[
j
].
text
);
if
(
c
.
rules
[
j
].
rank
)
CP_XML_ATTR
(
L"rank"
,
*
c
.
rules
[
j
].
rank
);
//CP_XML_ATTR(L"bottom" , 0);
//CP_XML_ATTR(L"equalAverage" , 0);
//CP_XML_ATTR(L"aboveAverage" , 0);
//CP_XML_ATTR(L"bottom" , 0);
//CP_XML_ATTR(L"equalAverage" , 0);
//CP_XML_ATTR(L"aboveAverage" , 0);
if
(
c
.
rules
[
j
].
type
==
1
)
{
CP_XML_ATTR
(
L"type"
,
*
c
.
rules
[
j
].
formula_type
);
...
...
ASCOfficeOdfFile/src/odf/styles_lite_container.cpp
View file @
a84425b4
...
...
@@ -104,7 +104,7 @@ struct view_elm : settings_elm
class
settings_container
::
Impl
{
public:
settings_container
::
Impl
()
:
inViewTable
(
false
),
inView
(
false
)
{}
Impl
()
:
inViewTable
(
false
),
inView
(
false
)
{}
settings_elm
common
;
settings_elm
common_view
;
...
...
@@ -266,4 +266,4 @@ _CP_OPT(std::wstring) settings_container::find_view_by_name(const std::wstring &
}
}
}
\ No newline at end of file
}
X2tConverter/build/Qt/X2tConverter.pri
View file @
a84425b4
...
...
@@ -7,7 +7,7 @@
QT -= core
QT -= gui
VERSION = 2.0.2.4
17
VERSION = 2.0.2.4
20
DEFINES += INTVER=$$VERSION
TARGET = x2t
...
...
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