1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#ifndef _SV_SVIDS_HRC 29#define _SV_SVIDS_HRC 30 31#include "svl/solar.hrc" 32 33#define SV_RESID_STDOFFSET 0 34#define SV_RESID_MONOOFFSET 1 35 36// Achtung: Diese Id's muessen min. 10 Werte auseinanderliegen, da 37// je nach Style noch ein Offset aufgerechnet wird 38#define SV_RESID_BITMAP_CHECK 1000 39#define SV_RESID_BITMAP_RADIO 1010 40 41#define SV_RESID_BITMAP_MSGBOX 1020 42#define SV_RESID_BITMAP_MSGBOX_HC 1021 43 44#define SV_RESID_BITMAP_PIN 1030 45 46#define SV_RESID_BITMAP_SPLITHPIN 1040 47#define SV_RESID_BITMAP_SPLITVPIN 1041 48#define SV_RESID_BITMAP_SPLITHARW 1042 49#define SV_RESID_BITMAP_SPLITVARW 1043 50 51#define SV_RESID_BITMAP_SCROLLMSK 1050 52#define SV_RESID_BITMAP_SCROLLBMP 1051 53#define SV_RESID_BITMAP_CLOSEDOC 1052 54#define SV_RESID_BITMAP_CLOSEDOCHC 1053 55 56#define SV_DISCLOSURE_PLUS 1060 57#define SV_DISCLOSURE_MINUS 1061 58#define SV_DISCLOSURE_PLUS_HC 1062 59#define SV_DISCLOSURE_MINUS_HC 1063 60 61#define RID_STR_PAPERNAMES 1070 62 63#define SV_RESID_MENU_EDIT 2000 64#define SV_MENU_EDIT_UNDO 1 65#define SV_MENU_EDIT_CUT 2 66#define SV_MENU_EDIT_COPY 3 67#define SV_MENU_EDIT_PASTE 4 68#define SV_MENU_EDIT_DELETE 5 69#define SV_MENU_EDIT_SELECTALL 6 70#define SV_MENU_EDIT_INSERTSYMBOL 7 71#define SV_RESID_STRING_NOSELECTIONPOSSIBLE 2001 72 73#define SV_MENU_MAC_SERVICES 2002 74#define SV_MENU_MAC_HIDEAPP 2003 75#define SV_MENU_MAC_HIDEALL 2004 76#define SV_MENU_MAC_SHOWALL 2005 77#define SV_MENU_MAC_QUITAPP 2006 78 79#define SV_DLG_PRINT 2048 80#define SV_PRINT_OK 1 81#define SV_PRINT_CANCEL 2 82#define SV_PRINT_HELP 3 83#define SV_PRINT_PAGE_PREVIEW 4 84#define SV_PRINT_PAGE_TXT 5 85#define SV_PRINT_PAGE_FORWARD 6 86#define SV_PRINT_PAGE_BACKWARD 7 87#define SV_PRINT_PAGE_EDIT 8 88#define SV_PRINT_TABCTRL 9 89#define SV_PRINT_PRT_TYPE 10 90#define SV_PRINT_PRT_STATUS 11 91#define SV_PRINT_PRT_LOCATION 12 92#define SV_PRINT_PRT_COMMENT 13 93#define SV_PRINT_TOFILE_TXT 14 94#define SV_PRINT_DEFPRT_TXT 15 95#define SV_PRINT_PRINTPREVIEW_TXT 16 96 97#define SV_PRINT_TAB_NUP 1 98#define SV_PRINT_PRT_NUP_LAYOUT_FL 1 99#define SV_PRINT_PRT_NUP_DEFAULT_BTN 2 100#define SV_PRINT_PRT_NUP_BROCHURE_BTN 3 101#define SV_PRINT_PRT_NUP_PAGES_BTN 4 102#define SV_PRINT_PRT_NUP_PAGES_BOX 5 103#define SV_PRINT_PRT_NUP_NUM_PAGES_TXT 6 104#define SV_PRINT_PRT_NUP_COLS_EDT 7 105#define SV_PRINT_PRT_NUP_TIMES_TXT 8 106#define SV_PRINT_PRT_NUP_ROWS_EDT 9 107#define SV_PRINT_PRT_NUP_MARGINS_PAGES_1_TXT 10 108#define SV_PRINT_PRT_NUP_MARGINS_PAGES_EDT 11 109#define SV_PRINT_PRT_NUP_MARGINS_PAGES_2_TXT 12 110#define SV_PRINT_PRT_NUP_MARGINS_SHEET_1_TXT 13 111#define SV_PRINT_PRT_NUP_MARGINS_SHEET_EDT 14 112#define SV_PRINT_PRT_NUP_MARGINS_SHEET_2_TXT 15 113#define SV_PRINT_PRT_NUP_ORIENTATION_TXT 16 114#define SV_PRINT_PRT_NUP_ORIENTATION_BOX 17 115#define SV_PRINT_PRT_NUP_ORDER_TXT 18 116#define SV_PRINT_PRT_NUP_ORDER_BOX 19 117#define SV_PRINT_PRT_NUP_BORDER_CB 20 118 119#define SV_PRINT_PRT_NUP_ORIENTATION_AUTOMATIC 0 120#define SV_PRINT_PRT_NUP_ORIENTATION_PORTRAIT 1 121#define SV_PRINT_PRT_NUP_ORIENTATION_LANDSCAPE 2 122 123#define SV_PRINT_PRT_NUP_ORDER_LRTB 0 124#define SV_PRINT_PRT_NUP_ORDER_TBLR 1 125#define SV_PRINT_PRT_NUP_ORDER_TBRL 2 126#define SV_PRINT_PRT_NUP_ORDER_RLTB 3 127 128#define SV_PRINT_TAB_JOB 2 129#define SV_PRINT_PRINTERS_FL 1 130#define SV_PRINT_PRINTERS 2 131#define SV_PRINT_PRT_SETUP 3 132#define SV_PRINT_RANGE 4 133#define SV_PRINT_ALL 5 134#define SV_PRINT_PAGERANGE 6 135#define SV_PRINT_SELECTION 7 136#define SV_PRINT_PAGERANGE_EDIT 8 137#define SV_PRINT_COPIES 9 138#define SV_PRINT_COPYCOUNT 10 139#define SV_PRINT_COPYCOUNT_FIELD 11 140#define SV_PRINT_COLLATE 12 141#define SV_PRINT_COLLATE_IMAGE 13 142#define SV_PRINT_BUTTONLINE 14 143#define SV_PRINT_COLLATE_IMG 15 144#define SV_PRINT_NOCOLLATE_IMG 16 145#define SV_PRINT_COLLATE_HC_IMG 17 146#define SV_PRINT_NOCOLLATE_HC_IMG 18 147#define SV_PRINT_NOPAGES 19 148#define SV_PRINT_STATUS_TXT 20 149#define SV_PRINT_LOCATION_TXT 21 150#define SV_PRINT_COMMENT_TXT 22 151#define SV_PRINT_DETAILS_BTN 23 152#define SV_PRINT_OPT_REVERSE 24 153 154#define SV_PRINT_TAB_OPT 3 155#define SV_PRINT_OPT_PRINT_FL 1 156#define SV_PRINT_OPT_TOFILE 2 157#define SV_PRINT_OPT_SINGLEJOBS 3 158 159#define SV_DLG_PRINT_PROGRESS 2049 160#define SV_PRINT_PROGRESS_CANCEL 1 161#define SV_PRINT_PROGRESS_TEXT 2 162 163#define SV_PRINT_NATIVE_STRINGS 2050 164#define SV_PRINT_NOPRINTERWARNING 2051 165#define SV_PRINT_NOCONTENT 2052 166 167#define SV_HELPTEXT_CLOSE 10000 168#define SV_HELPTEXT_MINIMIZE 10001 169#define SV_HELPTEXT_MAXIMIZE 10002 170#define SV_HELPTEXT_RESTORE 10003 171#define SV_HELPTEXT_ROLLDOWN 10004 172#define SV_HELPTEXT_ROLLUP 10005 173#define SV_HELPTEXT_HELP 10006 174#define SV_HELPTEXT_ALWAYSVISIBLE 10007 175#define SV_HELPTEXT_FADEIN 10008 176#define SV_HELPTEXT_FADEOUT 10009 177#define SV_HELPTEXT_SPLITFLOATING 10010 178#define SV_HELPTEXT_SPLITFIXED 10011 179#define SV_HELPTEXT_CLOSEDOCUMENT 10012 180 181#define SV_BUTTONTEXT_OK 10100 182#define SV_BUTTONTEXT_CANCEL 10101 183#define SV_BUTTONTEXT_YES 10102 184#define SV_BUTTONTEXT_NO 10103 185#define SV_BUTTONTEXT_RETRY 10104 186#define SV_BUTTONTEXT_HELP 10105 187#define SV_BUTTONTEXT_CLOSE SV_HELPTEXT_CLOSE 188#define SV_BUTTONTEXT_MORE 10107 189#define SV_BUTTONTEXT_IGNORE 10108 190#define SV_BUTTONTEXT_ABORT 10109 191#define SV_BUTTONTEXT_LESS 10110 192 193#define SV_STDTEXT_FIRST SV_STDTEXT_SERVICENOTAVAILABLE 194#define SV_STDTEXT_SERVICENOTAVAILABLE 10200 195#define SV_STDTEXT_DONTHINTAGAIN 10201 196#define SV_STDTEXT_DONTASKAGAIN 10202 197#define SV_STDTEXT_DONTWARNAGAIN 10203 198#define SV_STDTEXT_ABOUT 10204 199#define SV_STDTEXT_PREFERENCES 10205 200#define SV_MAC_SCREENNNAME 10206 201#define SV_STDTEXT_ALLFILETYPES 10207 202#define SV_STDTEXT_LAST SV_STDTEXT_ALLFILETYPES 203 204#define SV_ACCESSERROR_FIRST SV_ACCESSERROR_WRONG_VERSION 205#define SV_ACCESSERROR_WRONG_VERSION 10500 206#define SV_ACCESSERROR_BRIDGE_MSG 10501 207#define SV_ACCESSERROR_OK_CANCEL_MSG 10502 208#define SV_ACCESSERROR_MISSING_BRIDGE 10503 209#define SV_ACCESSERROR_FAULTY_JAVA 10504 210#define SV_ACCESSERROR_JAVA_MSG 10505 211#define SV_ACCESSERROR_MISSING_JAVA 10506 212#define SV_ACCESSERROR_JAVA_NOT_CONFIGURED 10507 213#define SV_ACCESSERROR_JAVA_DISABLED 10508 214#define SV_ACCESSERROR_TURNAROUND_MSG 10509 215#define SV_ACCESSERROR_NO_FONTS 10510 216#define SV_ACCESSERROR_LAST SV_ACCESSERROR_NO_FONTS 217 218#define SV_SHORTCUT_HELP 10600 219#define SV_SHORTCUT_CONTEXTHELP 10601 220#define SV_SHORTCUT_ACTIVEHELP 10602 221#define SV_SHORTCUT_DOCKUNDOCK 10603 222#define SV_SHORTCUT_NEXTSUBWINDOW 10604 223#define SV_SHORTCUT_PREVSUBWINDOW 10605 224#define SV_SHORTCUT_TODOCUMENT 10606 225#define SV_SHORTCUT_MENUBAR 10607 226#define SV_SHORTCUT_SPLITTER 10608 227 228#define SV_EDIT_WARNING_BOX 10650 229 230#define SV_FUNIT_STRINGS 10700 231 232#define SV_ICON_SIZE48_START 20000 233#define SV_ICON_SIZE32_START 21000 234#define SV_ICON_SIZE16_START 23000 235 236#define SV_ICON_LARGE_START 24000 237#define SV_ICON_SMALL_START 25000 238#define SV_ICON_LARGE_HC_START 26000 239#define SV_ICON_SMALL_HC_START 27000 240 241#define SV_ICON_ID_OFFICE 1 242#define SV_ICON_ID_TEXT 2 243#define SV_ICON_ID_TEXT_TEMPLATE 3 244#define SV_ICON_ID_SPREADSHEET 4 245#define SV_ICON_ID_SPREADSHEET_TEMPLATE 5 246#define SV_ICON_ID_DRAWING 6 247#define SV_ICON_ID_DRAWING_TEMPLATE 7 248#define SV_ICON_ID_PRESENTATION 8 249#define SV_ICON_ID_PRESENTATION_TEMPLATE 9 250#define SV_ICON_ID_PRESENTATION_COMPRESSED 10 251#define SV_ICON_ID_MASTER_DOCUMENT 11 252#define SV_ICON_ID_HTML_DOCUMENT 12 253#define SV_ICON_ID_CHART 13 254#define SV_ICON_ID_DATABASE 14 255#define SV_ICON_ID_FORMULA 15 256#define SV_ICON_ID_TEMPLATE 16 257#define SV_ICON_ID_MACRO 17 258#define SV_ICON_ID_PRINTERADMIN 501 259 260#define HID_PRINTDLG HID_VCL_START 261 262#endif // _SV_SVIDS_HRC 263