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#include <svx/svxids.hrc> 29#include "app.hrc" 30 31 //---------------------------------------------------------------------------- 32String RID_APPTITLE 33{ 34 Text = "%PRODUCTNAME %PRODUCTVERSION %PRODUCTEXTENSION" ; 35}; 36 37#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }; 38 39ErrorBox RID_ERRBOX_MODULENOTINSTALLED 40{ 41 Buttons = WB_OK ; 42 Message [ en-US ] = "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."; 43}; 44 45#define IMAGE_ID_LIST\ 46 IdList = {\ 47 SID_HLINKBAR_LINK; \ 48 SID_HLINKBAR_SEARCH; \ 49 SID_HLINKBAR_TARGET; \ 50 SID_HYPERLINK_DIALOG; \ 51 };\ 52 IdCount = {\ 53 4;\ 54 }; 55 56ImageList RID_DEFAULTIMAGELIST_SC 57{ 58 Prefix = "sc"; 59 MASKCOLOR 60 IMAGE_ID_LIST 61}; 62 63ImageList RID_DEFAULTIMAGELIST_LC 64{ 65 Prefix = "lc"; 66 MASKCOLOR 67 IMAGE_ID_LIST 68}; 69 70ImageList RID_DEFAULTIMAGELIST_SCH 71{ 72 Prefix = "sch"; 73 MASKCOLOR 74 IMAGE_ID_LIST 75}; 76 77ImageList RID_DEFAULTIMAGELIST_LCH 78{ 79 Prefix = "lch"; 80 MASKCOLOR 81 IMAGE_ID_LIST 82}; 83 84// Strings --------------------------------------------------------------- 85 86String RID_DESKTOP 87{ 88 Text = "%PRODUCTNAME" ; 89}; 90 91