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
91b1dad7
Commit
91b1dad7
authored
May 26, 2016
by
ElenaSubbotina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
e4d043c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
ASCOfficeOdfFile/formulasconvert/formulasconvert_odf.cpp
ASCOfficeOdfFile/formulasconvert/formulasconvert_odf.cpp
+4
-4
ASCOfficeOdfFile/linux/OdfFileReaderLib.pro
ASCOfficeOdfFile/linux/OdfFileReaderLib.pro
+2
-2
No files found.
ASCOfficeOdfFile/formulasconvert/formulasconvert_odf.cpp
View file @
91b1dad7
...
...
@@ -244,7 +244,7 @@ std::wstring replace_space_PROBEL(boost::wsmatch const & what)
else
if
(
what
[
3
].
matched
)
return
what
[
3
].
str
();
}
std
::
wstring
replace_point
_
ТОС
HKA
(
boost
::
wsmatch
const
&
what
)
std
::
wstring
replace_point
(
boost
::
wsmatch
const
&
what
)
{
if
(
what
[
1
].
matched
)
{
...
...
@@ -329,7 +329,7 @@ std::wstring odf2oox_converter::Impl::convert(const std::wstring& expr)
std
::
wstring
workstr
=
boost
::
regex_replace
(
expr
,
complexRef
,
&
replace_point
_
ТОС
HKA
,
&
replace_point
,
boost
::
match_default
|
boost
::
format_all
);
boost
::
algorithm
::
replace_all
(
workstr
,
L" "
,
L"PROBEL"
);
...
...
@@ -443,7 +443,7 @@ std::wstring odf2oox_converter::convert_named_ref(const std::wstring& expr)
std
::
wstring
workstr
=
boost
::
regex_replace
(
expr
,
complexRef
,
&
replace_point
_
ТОС
HKA
,
&
replace_point
,
boost
::
match_default
|
boost
::
format_all
);
boost
::
algorithm
::
replace_all
(
workstr
,
L" "
,
L"PROBEL"
);
...
...
@@ -463,7 +463,7 @@ std::wstring odf2oox_converter::convert_named_expr(const std::wstring& expr)
std
::
wstring
workstr
=
boost
::
regex_replace
(
expr
,
complexRef
,
&
replace_point
_
ТОС
HKA
,
&
replace_point
,
boost
::
match_default
|
boost
::
format_all
);
boost
::
algorithm
::
replace_all
(
workstr
,
L" "
,
L"PROBEL"
);
...
...
ASCOfficeOdfFile/linux/OdfFileReaderLib.pro
View file @
91b1dad7
...
...
@@ -343,14 +343,14 @@ SOURCES += \
}
SOURCES
+=
\
..
/
formulasconvert
/
formulasconvert_odf
.
cpp
\
..
/
formulasconvert
/
formulasconvert_oox
.
cpp
\
..
/
src
/
odf
/
math_elementaries
.
cpp
\
..
/
src
/
odf
/
math_layout_elements
.
cpp
\
..
/
src
/
odf
/
math_limit_elements
.
cpp
\
..
/
src
/
odf
/
math_table_elements
.
cpp
\
..
/
src
/
odf
/
math_token_elements
.
cpp
\
..
/
src
/
odf
/
datatypes
/
mathvariant
.
cpp
..
/
src
/
odf
/
datatypes
/
mathvariant
.
cpp
\
..
/
formulasconvert
/
formulasconvert_odf
.
cpp
HEADERS
+=
\
..
/
formulasconvert
/
formulasconvert
.
h
\
...
...
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