2011-09-28 23:14:11 +01:00
|
|
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
2011-11-08 09:17:49 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
*
|
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
|
|
|
*
|
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
|
|
*
|
|
|
|
* This file is part of OpenOffice.org.
|
|
|
|
*
|
|
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
* only, as published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU Lesser General Public License version 3 for more details
|
|
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
|
|
* <http://www.openoffice.org/license.html>
|
|
|
|
* for a copy of the LGPLv3 License.
|
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
#ifndef SW_SWCOMMANDS_HRC
|
|
|
|
#define SW_SWCOMMANDS_HRC
|
|
|
|
|
|
|
|
#define CMD_SID_CREATE_SW_DRAWVIEW ".uno:CreateSWDrawView"
|
|
|
|
#define CMD_FN_FRAME_ALIGN_VERT_BOTTOM ".uno:AlignBottom"
|
|
|
|
#define CMD_FN_FRAME_ALIGN_HORZ_CENTER ".uno:AlignHorizontalCenter"
|
|
|
|
#define CMD_FN_FRAME_ALIGN_HORZ_LEFT ".uno:AlignLeft"
|
|
|
|
#define CMD_FN_FRAME_ALIGN_HORZ_RIGHT ".uno:AlignRight"
|
|
|
|
#define CMD_FN_FRAME_ALIGN_VERT_TOP ".uno:AlignTop"
|
|
|
|
#define CMD_FN_FRAME_ALIGN_VERT_CENTER ".uno:AlignVerticalCenter"
|
|
|
|
#define CMD_FN_EDIT_AUTH_ENTRY_DLG ".uno:AuthoritiesEntryDialog"
|
|
|
|
#define CMD_FN_TABLE_VERT_BOTTOM ".uno:CellVertBottom"
|
|
|
|
#define CMD_FN_TABLE_VERT_CENTER ".uno:CellVertCenter"
|
|
|
|
#define CMD_FN_TABLE_VERT_NONE ".uno:CellVertTop"
|
|
|
|
#define CMD_FN_CONVERT_TEXT_TABLE ".uno:ConvertTableText"
|
|
|
|
#define CMD_FN_NUM_BULLET_DOWN ".uno:DecrementLevel"
|
|
|
|
#define CMD_FN_TABLE_DELETE_COL ".uno:DeleteColumns"
|
|
|
|
#define CMD_FN_TABLE_DELETE_ROW ".uno:DeleteRows"
|
|
|
|
#define CMD_FN_TABLE_BALANCE_CELLS ".uno:DistributeColumns"
|
|
|
|
#define CMD_FN_TABLE_BALANCE_ROWS ".uno:DistributeRows"
|
|
|
|
#define CMD_FN_EDIT_CURRENT_TOX ".uno:EditCurIndex"
|
|
|
|
#define CMD_FN_GLOSSARY_DLG ".uno:EditGlossary"
|
|
|
|
#define CMD_FN_EDIT_HYPERLINK ".uno:EditHyperlink"
|
|
|
|
#define CMD_FN_EDIT_REGION ".uno:EditRegion"
|
|
|
|
#define CMD_FN_TABLE_SELECT_COL ".uno:EntireColumn"
|
|
|
|
#define CMD_FN_TABLE_SELECT_ROW ".uno:EntireRow"
|
|
|
|
#define CMD_FN_EXPAND_GLOSSARY ".uno:ExpandGlossary"
|
|
|
|
#define CMD_FN_EDIT_FIELD ".uno:FieldDialog"
|
|
|
|
#define CMD_FN_EDIT_FOOTNOTE ".uno:EditFootnote"
|
|
|
|
#define CMD_FN_FORMAT_FRAME_DLG ".uno:FrameDialog"
|
|
|
|
#define CMD_FN_FORMAT_GRAFIC_DLG ".uno:GraphicDialog"
|
|
|
|
#define CMD_FN_SAVE_GRAPHIC ".uno:SaveGraphic"
|
|
|
|
#define CMD_FN_EXTERNAL_EDIT ".uno:ExternalEdit"
|
|
|
|
#define CMD_FN_NUM_BULLET_UP ".uno:IncrementLevel"
|
|
|
|
#define CMD_FN_EDIT_IDX_ENTRY_DLG ".uno:IndexEntryDialog"
|
|
|
|
#define CMD_FN_INSERT_FLD_AUTHOR ".uno:InsertAuthorField"
|
|
|
|
#define CMD_FN_INSERT_AUTH_ENTRY_DLG ".uno:InsertAuthoritiesEntry"
|
|
|
|
#define CMD_FN_INSERT_BOOKMARK ".uno:InsertBookmark"
|
|
|
|
#define CMD_FN_INSERT_BREAK_DLG ".uno:InsertBreak"
|
|
|
|
#define CMD_FN_INSERT_CAPTION ".uno:InsertCaptionDialog"
|
|
|
|
#define CMD_FN_TABLE_INSERT_COL_DLG ".uno:InsertColumnDialog"
|
|
|
|
#define CMD_FN_INSERT_FLD_DATE ".uno:InsertDateField"
|
|
|
|
#define CMD_FN_INSERT_FIELD ".uno:InsertField"
|
|
|
|
#define CMD_FN_INSERT_IDX_ENTRY_DLG ".uno:InsertIndexesEntry"
|
|
|
|
#define CMD_FN_INSERT_FLD_PGCOUNT ".uno:InsertPageCountField"
|
|
|
|
#define CMD_FN_INSERT_FLD_PGNUMBER ".uno:InsertPageNumberField"
|
|
|
|
#define CMD_FN_TABLE_INSERT_ROW_DLG ".uno:InsertRowDialog"
|
|
|
|
#define CMD_FN_INSERT_TABLE ".uno:InsertTable"
|
|
|
|
#define CMD_FN_INSERT_FLD_TIME ".uno:InsertTimeField"
|
|
|
|
#define CMD_FN_INSERT_FLD_TITLE ".uno:InsertTitleField"
|
|
|
|
#define CMD_FN_INSERT_FLD_TOPIC ".uno:InsertTopicField"
|
|
|
|
#define CMD_FN_TABLE_MERGE_CELLS ".uno:MergeCells"
|
|
|
|
#define CMD_FN_QRY_MERGE ".uno:MergeDialog"
|
|
|
|
#define CMD_FN_TABLE_MERGE_TABLE ".uno:MergeTable"
|
|
|
|
#define CMD_FN_TITLE_DESCRIPTION_SHAPE ".uno:ObjectTitleDescription"
|
|
|
|
#define CMD_FN_NAME_SHAPE ".uno:NameGroup"
|
|
|
|
#define CMD_FN_NUMBER_NEWSTART ".uno:NumberingStart"
|
|
|
|
#define CMD_FN_FRAME_DOWN ".uno:ObjectBackOne"
|
|
|
|
#define CMD_FN_FRAME_UP ".uno:ObjectForwardOne"
|
|
|
|
#define CMD_FN_FORMAT_PAGE_DLG ".uno:PageDialog"
|
|
|
|
#define CMD_FN_PAGEDOWN ".uno:PageDown"
|
|
|
|
#define CMD_FN_PAGEUP ".uno:PageUp"
|
|
|
|
#define CMD_FN_PRINT_PAGEPREVIEW ".uno:PrintPagePreView"
|
|
|
|
#define CMD_FN_TABLE_SET_READ_ONLY_CELLS ".uno:Protect"
|
|
|
|
#define CMD_FN_REMOVE_CUR_TOX ".uno:RemoveTableOf"
|
|
|
|
#define CMD_FN_FORMAT_RESET ".uno:ResetAttributes"
|
2011-11-08 15:02:34 +07:00
|
|
|
#define CMD_FN_TOOL_ANCHOR_AT_CHAR ".uno:SetAnchorAtChar"
|
|
|
|
#define CMD_FN_TOOL_ANCHOR_CHAR ".uno:SetAnchorToChar"
|
|
|
|
#define CMD_FN_TOOL_ANCHOR_FRAME ".uno:SetAnchorToFrame"
|
|
|
|
#define CMD_FN_TOOL_ANCHOR_PAGE ".uno:SetAnchorToPage"
|
|
|
|
#define CMD_FN_TOOL_ANCHOR_PARAGRAPH ".uno:SetAnchorToPara"
|
2011-11-08 09:17:49 +00:00
|
|
|
#define CMD_FN_TABLE_SET_COL_WIDTH ".uno:SetColumnWidth"
|
|
|
|
#define CMD_FN_TABLE_ADJUST_CELLS ".uno:SetOptimalColumnWidth"
|
|
|
|
#define CMD_FN_TABLE_OPTIMAL_HEIGHT ".uno:SetOptimalRowHeight"
|
|
|
|
#define CMD_FN_TABLE_SET_ROW_HEIGHT ".uno:SetRowHeight"
|
|
|
|
#define CMD_FN_SORTING_DLG ".uno:SortDialog"
|
|
|
|
#define CMD_FN_TABLE_SPLIT_CELLS ".uno:SplitCell"
|
|
|
|
#define CMD_FN_TABLE_SPLIT_TABLE ".uno:SplitTable"
|
|
|
|
#define CMD_FN_SET_SUB_SCRIPT ".uno:SubScript"
|
|
|
|
#define CMD_FN_SET_SUPER_SCRIPT ".uno:SuperScript"
|
|
|
|
#define CMD_FN_VIEW_TABLEGRID ".uno:TableBoundaries"
|
|
|
|
#define CMD_FN_FORMAT_TABLE_DLG ".uno:TableDialog"
|
|
|
|
#define CMD_FN_NUM_FORMAT_TABLE_DLG ".uno:TableNumberFormatDialog"
|
|
|
|
#define CMD_FN_SET_MODOPT_TBLNUMFMT ".uno:TableNumberRecognition"
|
|
|
|
#define CMD_FN_DRAWTEXT_ATTR_DLG ".uno:TextAttributes"
|
|
|
|
#define CMD_FN_DRAW_WRAP_DLG ".uno:TextWrap"
|
2011-11-08 15:02:34 +07:00
|
|
|
#define CMD_FN_TOOL_ANCHOR ".uno:ToggleAnchorType"
|
2011-11-08 09:17:49 +00:00
|
|
|
#define CMD_FN_TABLE_UNSET_READ_ONLY_CELLS ".uno:UnsetCellsReadOnly"
|
|
|
|
#define CMD_FN_UPDATE_CUR_TOX ".uno:UpdateCurIndex"
|
|
|
|
#define CMD_FN_WRAP_ANCHOR_ONLY ".uno:WrapAnchorOnly"
|
|
|
|
#define CMD_FN_FRAME_WRAP_CONTOUR ".uno:WrapContour"
|
|
|
|
#define CMD_FN_FRAME_WRAP_IDEAL ".uno:WrapIdeal"
|
|
|
|
#define CMD_FN_FRAME_NOWRAP ".uno:WrapOff"
|
|
|
|
#define CMD_FN_FRAME_WRAP ".uno:WrapOn"
|
|
|
|
#define CMD_FN_FRAME_WRAPTHRU ".uno:WrapThrough"
|
|
|
|
#define CMD_FN_FRAME_WRAPTHRU_TRANSP ".uno:WrapThroughTransparent"
|
|
|
|
#define CMD_FN_READONLY_SELECTION_MODE ".uno:SelectTextMode"
|
|
|
|
#define CMD_FN_TABLE_ROW_SPLIT ".uno:RowSplit"
|
|
|
|
#define CMD_FN_NUM_CONTINUE ".uno:ContinueNumbering"
|
|
|
|
#define CMD_FN_REPLY ".uno:ReplyNote"
|
|
|
|
#define CMD_FN_DELETE_COMMENT ".uno:DeleteComment"
|
|
|
|
#define CMD_FN_DELETE_NOTE_AUTHOR ".uno:DeleteAuthor"
|
|
|
|
#define CMD_FN_DELETE_ALL_NOTES ".uno:DeleteAllNotes"
|
|
|
|
#define CMD_FN_HIDE_NOTE ".uno:HideNote"
|
|
|
|
#define CMD_FN_HIDE_NOTE_AUTHOR ".uno:HideAuthor"
|
|
|
|
#define CMD_FN_HIDE_ALL_NOTES ".uno:HideAllNotes"
|
|
|
|
#define CMD_FN_REDLINE_ACCEPT_DIRECT ".uno:AcceptTracedChange"
|
|
|
|
#define CMD_FN_REDLINE_REJECT_DIRECT ".uno:RejectTracedChange"
|
|
|
|
#define CMD_FN_REMOVE_HYPERLINK ".uno:RemoveHyperlink"
|
|
|
|
#define CMD_FN_COPY_HYPERLINK_LOCATION ".uno:CopyHyperlinkLocation"
|
|
|
|
#define CMD_FN_HEADERFOOTER_EDIT ".uno:HeaderFooterEdit"
|
|
|
|
#define CMD_FN_HEADERFOOTER_DELETE ".uno:HeaderFooterDelete"
|
|
|
|
#define CMD_FN_HEADERFOOTER_BORDERBACK ".uno:HeaderFooterBorderBackground"
|
2011-09-23 21:02:12 +02:00
|
|
|
#define CMD_FN_PAGEBREAK_EDIT ".uno:PageBreakEdit"
|
|
|
|
#define CMD_FN_PAGEBREAK_DELETE ".uno:PageBreakDelete"
|
2011-11-08 09:17:49 +00:00
|
|
|
|
|
|
|
#endif
|
2011-09-28 23:14:11 +01:00
|
|
|
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|