Commit d8ba597c authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

Delete/ Select/ SelectAll/ Copy/ Paste/ Cut

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@58953 954022d7-b5bf-4e40-9824-e11837661b57
parent a90754a0
......@@ -2316,6 +2316,22 @@ namespace NSEditorApi
{
}
};
class CAscClipboardFormats : public IMenuEventDataBase
{
public:
js_wrapper<std::string> Doct;
js_wrapper<std::wstring> TextUnicode;
js_wrapper<CAscInsertImage> Image;
CAscClipboardFormats()
{
}
virtual ~CAscClipboardFormats()
{
}
};
}
......
......@@ -621,6 +621,13 @@
#define ASC_MENU_EVENT_TYPE_KEYBOARD_SHOW 100
#define ASC_MENU_EVENT_TYPE_KEYBOARD_UNSHOW 101
#define ASC_MENU_EVENT_TYPE_CONTEXTMENU_COPY 110
#define ASC_MENU_EVENT_TYPE_CONTEXTMENU_CUT 111
#define ASC_MENU_EVENT_TYPE_CONTEXTMENU_PASTE 112
#define ASC_MENU_EVENT_TYPE_CONTEXTMENU_DELETE 113
#define ASC_MENU_EVENT_TYPE_CONTEXTMENU_SELECT 114
#define ASC_MENU_EVENT_TYPE_CONTEXTMENU_SELECTALL 115
#define ASC_MENU_EVENT_TYPE_DOCUMENT_BASE64 200
#endif //_BUILD_EDITOR_DEFINES_CROSSPLATFORM_H_
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