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
423e8dda
Commit
423e8dda
authored
Jul 03, 2017
by
Alexey.Musinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chart-settings seralize
parent
118f1c57
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
DesktopEditor/Word_Api/Editor_Api.h
DesktopEditor/Word_Api/Editor_Api.h
+16
-4
No files found.
DesktopEditor/Word_Api/Editor_Api.h
View file @
423e8dda
...
...
@@ -1106,6 +1106,9 @@ namespace NSEditorApi
js_wrapper
<
int
>
m_nAxisType
;
// c_oAscAxisType_
js_wrapper
<
int
>
m_nCrossMinVal
;
js_wrapper
<
int
>
m_nCrossMaxVal
;
public:
CAscCatAxisSettings
()
{
...
...
@@ -1125,6 +1128,9 @@ namespace NSEditorApi
LINK_PROPERTY_INT_JS
(
Crosses
)
LINK_PROPERTY_INT_JS
(
LabelsPosition
)
LINK_PROPERTY_INT_JS
(
AxisType
)
LINK_PROPERTY_INT_JS
(
CrossMinVal
)
LINK_PROPERTY_INT_JS
(
CrossMaxVal
)
};
class
CAscChartProperties
:
public
IMenuEventDataBase
...
...
@@ -1155,8 +1161,11 @@ namespace NSEditorApi
js_wrapper
<
std
::
wstring
>
m_sSeparator
;
js_wrapper
<
CAscValAxisSettings
>
m_oHorAxisProps
;
js_wrapper
<
CAscValAxisSettings
>
m_oVertAxisProps
;
js_wrapper
<
CAscValAxisSettings
>
m_oHorValAxisProps
;
js_wrapper
<
CAscValAxisSettings
>
m_oVertValAxisProps
;
js_wrapper
<
CAscCatAxisSettings
>
m_oHorCatAxisProps
;
js_wrapper
<
CAscCatAxisSettings
>
m_oVertCatAxisProps
;
js_wrapper
<
std
::
wstring
>
m_sRange
;
js_wrapper
<
bool
>
m_bInColumns
;
...
...
@@ -1196,8 +1205,11 @@ namespace NSEditorApi
LINK_PROPERTY_STRING_JS
(
Separator
)
LINK_PROPERTY_OBJECT_JS
(
CAscValAxisSettings
,
HorAxisProps
)
LINK_PROPERTY_OBJECT_JS
(
CAscValAxisSettings
,
VertAxisProps
)
LINK_PROPERTY_OBJECT_JS
(
CAscValAxisSettings
,
HorValAxisProps
)
LINK_PROPERTY_OBJECT_JS
(
CAscValAxisSettings
,
VertValAxisProps
)
LINK_PROPERTY_OBJECT_JS
(
CAscCatAxisSettings
,
HorCatAxisProps
)
LINK_PROPERTY_OBJECT_JS
(
CAscCatAxisSettings
,
VertCatAxisProps
)
LINK_PROPERTY_STRING_JS
(
Range
)
LINK_PROPERTY_BOOL_JS
(
InColumns
)
...
...
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