Commit 143a2e10 authored by Alexey.Musinov's avatar Alexey.Musinov Committed by Alexander Trofimov

[ios sdk] заглушка для статистики

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@61072 954022d7-b5bf-4e40-9824-e11837661b57
parent 4fedc232
......@@ -2403,5 +2403,23 @@ namespace NSEditorApi
};
}
// statistics
namespace NSEditorApi
{
class CStatistics : public IMenuEventDataBase
{
public:
js_wrapper<int> Pages;
js_wrapper<int> Paragraphs;
js_wrapper<int> Words;
js_wrapper<int> Symbols;
js_wrapper<int> SymbolsWithSpaces;
public:
CStatistics()
{
}
};
}
#endif //_BUILD_EDITOR_API_CROSSPLATFORM_H_
......@@ -640,6 +640,7 @@
#define ASC_MENU_EVENT_TYPE_CONTEXTMENU_SELECTALL 115
#define ASC_MENU_EVENT_TYPE_DOCUMENT_BASE64 200
#define ASC_MENU_EVENT_TYPE_DOCUMENT_STATISTICS 201
#define ASC_MENU_EVENT_TYPE_USER_SCROLL_PAGE 300
#define ASC_MENU_EVENT_TYPE_USER_ZOOM 301
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment