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

Tables menu

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@57959 954022d7-b5bf-4e40-9824-e11837661b57
parent 4accdf32
......@@ -1685,6 +1685,19 @@ namespace NSEditorApi
}
};
class CAscTableCellSplit
{
public:
int Rows;
int Cols;
CAscTableCellSplit()
{
Rows = 0;
Cols = 0;
}
};
class CAscTableProperties
{
private:
......
......@@ -591,6 +591,8 @@
#define ASC_MENU_EVENT_TYPE_TABLESTYLES 12
#define ASC_MENU_EVENT_TYPE_INCREASEPARAINDENT 13
#define ASC_MENU_EVENT_TYPE_DECREASEPARAINDENT 14
#define ASC_MENU_EVENT_TYPE_TABLEMERGECELLS 15
#define ASC_MENU_EVENT_TYPE_TABLESPLITCELLS 16
// insert commands
#define ASC_MENU_EVENT_TYPE_INSERT_IMAGE 50
......
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