summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2015-12-20 21:08:42 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2015-12-24 14:25:17 +0200
commit430303aeee790cb8951dd007e7dffb55fa7f0f53 (patch)
treecac5f26d887647d78ffd62580ca9baba3f13b382 /sc/inc
parent7dc6e2cb1778aed68e9bef64a7a196c94a72b7ec (diff)
tdf#93837 Convert sheet row/col header context menus to xml
This commit shows some weakness of the current approach with PopupLabel, as in many cases it's exactly the same as Label. Have some ideas on how to improve that, but will look at it after converting the remaining menus (at least in sfx2 based modules), so I could have a broader look at what we have. Change-Id: I78dfdb4a6f2ea3faf84f3a521067c6c15df96852
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/sccommands.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/sc/inc/sccommands.h b/sc/inc/sccommands.h
index 706555d44511..ad95740103de 100644
--- a/sc/inc/sccommands.h
+++ b/sc/inc/sccommands.h
@@ -19,26 +19,6 @@
#ifndef INCLUDED_SC_INC_SCCOMMANDS_H
#define INCLUDED_SC_INC_SCCOMMANDS_H
-#define CMD_FID_COL_WIDTH ".uno:ColumnWidth"
-#define CMD_SID_CREATE_SW_DRAWVIEW ".uno:CreateSWDrawView"
-#define CMD_SID_DEL_COLS ".uno:DeleteColumns"
-#define CMD_SID_DEL_ROWS ".uno:DeleteRows"
-#define CMD_FID_CELL_FORMAT ".uno:FormatCellDialog"
-#define CMD_FID_COL_HIDE ".uno:HideColumn"
-#define CMD_FID_ROW_HIDE ".uno:HideRow"
-#define CMD_FID_INS_COLUMNS_AFTER ".uno:InsertColumnsAfter"
-#define CMD_FID_INS_COLUMN ".uno:InsertColumns"
-#define CMD_FID_INS_COLUMNS_BEFORE ".uno:InsertColumnsBefore"
-#define CMD_FID_INS_ROWS_AFTER ".uno:InsertRowsAfter"
-#define CMD_FID_INS_ROW ".uno:InsertRows"
-#define CMD_FID_INS_ROWS_BEFORE ".uno:InsertRowsBefore"
-#define CMD_SID_OBJECT_MIRROR ".uno:Mirror"
-#define CMD_FID_ROW_HEIGHT ".uno:RowHeight"
-#define CMD_FID_COL_OPT_WIDTH ".uno:SetOptimalColumnWidth"
-#define CMD_FID_ROW_OPT_HEIGHT ".uno:SetOptimalRowHeight"
-#define CMD_FID_COL_SHOW ".uno:ShowColumn"
-#define CMD_FID_ROW_SHOW ".uno:ShowRow"
-#define CMD_SID_ULINE_VAL_DOUBLE ".uno:UnderlineDouble"
#define CMD_FID_TAB_SET_TAB_BG_COLOR ".uno:TabBgColor"
#endif