1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #ifndef INCLUDED_SC_INC_SCCOMMANDS_H
20 #define INCLUDED_SC_INC_SCCOMMANDS_H
22 #define CMD_SID_ADD_PRINTAREA ".uno:AddPrintArea"
23 #define CMD_SID_DETECTIVE_DEL_ALL ".uno:ClearArrows"
24 #define CMD_FID_COL_WIDTH ".uno:ColumnWidth"
25 #define CMD_SID_CREATE_SW_DRAWVIEW ".uno:CreateSWDrawView"
26 #define CMD_SID_OPENDLG_PIVOTTABLE ".uno:DataDataPilotRun"
27 #define CMD_SID_DATA_SELECT ".uno:DataSelect"
28 #define CMD_SID_DEFINE_PRINTAREA ".uno:DefinePrintArea"
29 #define CMD_FID_DELETE_CELL ".uno:DeleteCell"
30 #define CMD_FID_DEL_MANUALBREAKS ".uno:DeleteAllBreaks"
31 #define CMD_SID_DEL_COLS ".uno:DeleteColumns"
32 #define CMD_SID_PIVOT_KILL ".uno:DeletePivotTable"
33 #define CMD_SID_DELETE_PRINTAREA ".uno:DeletePrintArea"
34 #define CMD_SID_DEL_ROWS ".uno:DeleteRows"
35 #define CMD_SID_FILL_NONE ".uno:FillModeEnd"
36 #define CMD_SID_FILL_DEL_PRED ".uno:FillModeRemovePredescessor"
37 #define CMD_SID_FILL_DEL_SUCC ".uno:FillModeRemoveSuccessor"
38 #define CMD_SID_FILL_ADD_PRED ".uno:FillModeTracePredescessor"
39 #define CMD_SID_FILL_ADD_SUCC ".uno:FillModeTraceSuccessor"
40 #define CMD_FID_CELL_FORMAT ".uno:FormatCellDialog"
41 #define CMD_FID_TABLE_HIDE ".uno:Hide"
42 #define CMD_FID_COL_HIDE ".uno:HideColumn"
43 #define CMD_FID_ROW_HIDE ".uno:HideRow"
44 #define CMD_FID_INS_TABLE ".uno:Insert"
45 #define CMD_FID_INS_CELL ".uno:InsertCell"
46 #define CMD_FID_INS_COLBRK ".uno:InsertColumnBreak"
47 #define CMD_FID_INS_COLUMN ".uno:InsertColumns"
48 #define CMD_FID_INS_ROWBRK ".uno:InsertRowBreak"
49 #define CMD_FID_INS_ROW ".uno:InsertRows"
50 #define CMD_FID_MERGE_ON ".uno:MergeCells"
51 #define CMD_FID_MERGE_OFF ".uno:SplitCell"
52 #define CMD_SID_OBJECT_MIRROR ".uno:Mirror"
53 #define CMD_FID_TAB_MOVE ".uno:Move"
54 #define CMD_SID_PREVIEW_NEXT ".uno:NextPage"
55 #define CMD_FID_SHOW_NOTE ".uno:ShowNote"
56 #define CMD_FID_HIDE_NOTE ".uno:HideNote"
57 #define CMD_SID_DELETE_NOTE ".uno:DeleteNote"
58 #define CMD_SID_MIRROR_HORIZONTAL ".uno:ObjectMirrorHorizontal"
59 #define CMD_SID_MIRROR_VERTICAL ".uno:ObjectMirrorVertical"
60 #define CMD_SID_ORIGINALSIZE ".uno:OriginalSize"
61 #define CMD_SID_FORMATPAGE ".uno:PageFormatDialog"
62 #define CMD_SID_PREVIEW_PREVIOUS ".uno:PreviousPage"
63 #define CMD_FID_PROTECT_TABLE ".uno:Protect"
64 #define CMD_SID_PIVOT_RECALC ".uno:RecalcPivotTable"
65 #define CMD_FID_DELETE_TABLE ".uno:Remove"
66 #define CMD_SID_TITLE_DESCRIPTION_OBJECT ".uno:ObjectTitleDescription"
67 #define CMD_SID_RENAME_OBJECT ".uno:RenameObject"
68 #define CMD_SID_CELL_FORMAT_RESET ".uno:ResetAttributes"
69 #define CMD_FID_RESET_PRINTZOOM ".uno:ResetPrintZoom"
70 #define CMD_FID_ROW_HEIGHT ".uno:RowHeight"
71 #define CMD_SID_ANCHOR_CELL ".uno:SetAnchorToCell"
72 #define CMD_SID_ANCHOR_PAGE ".uno:SetAnchorToPage"
73 #define CMD_FID_COL_OPT_WIDTH ".uno:SetOptimalColumnWidth"
74 #define CMD_FID_ROW_OPT_HEIGHT ".uno:SetOptimalRowHeight"
75 #define CMD_FID_TABLE_SHOW ".uno:Show"
76 #define CMD_FID_COL_SHOW ".uno:ShowColumn"
77 #define CMD_FID_ROW_SHOW ".uno:ShowRow"
78 #define CMD_SID_TEXT_STANDARD ".uno:StandardTextAttributes"
79 #define CMD_FID_TAB_MENU_RENAME ".uno:RenameTable"
80 #define CMD_FID_TAB_SELECTALL ".uno:TableSelectAll"
81 #define CMD_FID_TAB_DESELECTALL ".uno:TableDeselectAll"
82 #define CMD_SID_DRAWTEXT_ATTR_DLG ".uno:TextAttributes"
83 #define CMD_SID_ASSIGNMACRO ".uno:AssignMacro"
84 #define CMD_SID_ULINE_VAL_DOUBLE ".uno:UnderlineDouble"
85 #define CMD_SID_DP_FILTER ".uno:DataPilotFilter"
86 #define CMD_FID_TAB_RTL ".uno:SheetRightToLeft"
87 #define CMD_FID_TAB_EVENTS ".uno:TableEvents"
88 #define CMD_FID_TAB_MENU_SET_TAB_BG_COLOR ".uno:SetTabBgColor"
89 #define CMD_FID_TAB_SET_TAB_BG_COLOR ".uno:TabBgColor"
93 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */