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 SFX2_SFXCOMMANDS_HRC
20 #define SFX2_SFXCOMMANDS_HRC
22 #define CMD_SID_ABOUT ".uno:About"
23 #define CMD_SID_NEWDOC ".uno:NewDoc"
24 #define CMD_SID_BROWSE_BACKWARD ".uno:BrowseBackward"
25 #define CMD_SID_BROWSE_FORWARD ".uno:BrowseForward"
26 #define CMD_SID_CLOSEWIN ".uno:CloseWin"
27 #define CMD_SID_COPY ".uno:Copy"
28 #define CMD_SID_CUT ".uno:Cut"
29 #define CMD_SID_DELETE ".uno:Delete"
30 #define CMD_SID_BASICIDE_DELETECURRENT ".uno:DeleteCurrent"
31 #define CMD_SID_STYLE_DESIGNER ".uno:DesignerDialog"
32 #define CMD_SID_EDITDOC ".uno:EditDoc"
33 #define CMD_SID_STYLE_EDIT ".uno:EditStyle"
34 #define CMD_SID_WIN_FULLSCREEN ".uno:FullScreen"
35 #define CMD_SID_BASICIDE_HIDECURPAGE ".uno:HideCurPage"
36 #define CMD_SID_HYPERLINK_DIALOG ".uno:HyperlinkDialog"
37 #define CMD_SID_BASICIDE_MODULEDLG ".uno:ModuleDialog"
38 #define CMD_SID_NAVIGATOR ".uno:Navigator"
39 #define CMD_SID_BASICIDE_NEWDIALOG ".uno:NewDialog"
40 #define CMD_SID_BASICIDE_NEWMODULE ".uno:NewModule"
41 #define CMD_SID_OBJECT ".uno:ObjectMenue"
42 #define CMD_SID_OPENDOC ".uno:Open"
43 #define CMD_SID_WEBHTML ".uno:WebHtml"
44 #define CMD_SID_OPENHYPERLINK ".uno:OpenHyperlink"
45 #define CMD_SID_DOCINFO_TITLE ".uno:DocInfoTitle"
46 #define CMD_SID_OPENTEMPLATE ".uno:OpenTemplate"
47 #define CMD_SID_CHECKOUT ".uno:CheckOut"
48 #define CMD_SID_CANCELCHECKOUT ".uno:CancelCheckOut"
49 #define CMD_SID_CHECKIN ".uno:CheckIn"
50 #define CMD_SID_OPENURL ".uno:OpenUrl"
51 #define CMD_SID_OPTIONS ".uno:Options"
52 #define CMD_SID_ORGANIZER ".uno:Organizer"
53 #define CMD_SID_PASTE ".uno:Paste"
54 #define CMD_SID_PASTE_SPECIAL ".uno:PasteSpecial"
55 #define CMD_SID_PASTE_ONLY ".uno:PasteOnly"
56 #define CMD_SID_PASTE_ONLY_VALUE ".uno:PasteOnlyValue"
57 #define CMD_SID_PASTE_ONLY_TEXT ".uno:PasteOnlyText"
58 #define CMD_SID_PASTE_ONLY_FORMULA ".uno:PasteOnlyFormula"
59 #define CMD_SID_PRINTPREVIEW ".uno:PrintPreview"
60 #define CMD_SID_RELOAD ".uno:Reload"
61 #define CMD_SID_BASICIDE_RENAMECURRENT ".uno:RenameCurrent"
62 #define CMD_SID_DOCTEMPLATE ".uno:SaveAsTemplate"
63 #define CMD_SID_SEARCH_DLG ".uno:SearchDialog"
64 #define CMD_SID_SHOW_BROWSER ".uno:ShowBrowser"
65 #define CMD_SID_STYLE_NEW_BY_EXAMPLE ".uno:StyleNewByExample"
66 #define CMD_SID_INET_DLG ".uno:InternetDialog"
70 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */