xref: /aoo41x/main/sdext/source/minimizer/helpid.hrc (revision b6c7ad46)
1597a4c59SAriel Constenla-Haile/**************************************************************
2597a4c59SAriel Constenla-Haile *
3597a4c59SAriel Constenla-Haile * Licensed to the Apache Software Foundation (ASF) under one
4597a4c59SAriel Constenla-Haile * or more contributor license agreements.  See the NOTICE file
5597a4c59SAriel Constenla-Haile * distributed with this work for additional information
6597a4c59SAriel Constenla-Haile * regarding copyright ownership.  The ASF licenses this file
7597a4c59SAriel Constenla-Haile * to you under the Apache License, Version 2.0 (the
8597a4c59SAriel Constenla-Haile * "License"); you may not use this file except in compliance
9597a4c59SAriel Constenla-Haile * with the License.  You may obtain a copy of the License at
10597a4c59SAriel Constenla-Haile *
11597a4c59SAriel Constenla-Haile *   http://www.apache.org/licenses/LICENSE-2.0
12597a4c59SAriel Constenla-Haile *
13597a4c59SAriel Constenla-Haile * Unless required by applicable law or agreed to in writing,
14597a4c59SAriel Constenla-Haile * software distributed under the License is distributed on an
15597a4c59SAriel Constenla-Haile * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16597a4c59SAriel Constenla-Haile * KIND, either express or implied.  See the License for the
17597a4c59SAriel Constenla-Haile * specific language governing permissions and limitations
18597a4c59SAriel Constenla-Haile * under the License.
19597a4c59SAriel Constenla-Haile *
20597a4c59SAriel Constenla-Haile *************************************************************/
21597a4c59SAriel Constenla-Haile
22597a4c59SAriel Constenla-Haile#define HID( helpid )  ( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( helpid ) ) )
23597a4c59SAriel Constenla-Haile
24597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_DLG                     "sdext:Minimizer:Wizard:Dialog"
25597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP1                   "sdext:Minimizer:Wizard:Step1"
26597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP1_LB_SETTINGS       "sdext:Minimizer:Wizard:Step1:LBSettings"
27597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP1_PB_DELSETTS       "sdext:Minimizer:Wizard:Step1:PBDelSetts"
28597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP2                   "sdext:Minimizer:Wizard:Step2"
29597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP2_CB_CUSTOMSHOW     "sdext:Minimizer:Wizard:Step2:CBCustomShow"
30597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP2_CB_HIDDENSLIDES   "sdext:Minimizer:Wizard:Step2:CBHiddenSlides"
31597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP2_CB_MASTERPAGES    "sdext:Minimizer:Wizard:Step2:CBMasterPages"
32597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP2_CB_NOTES          "sdext:Minimizer:Wizard:Step2:CBNotes"
33597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP2_LB_CUSTOMSHOW     "sdext:Minimizer:Wizard:Step2:LBCustomShow"
34597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP3                   "sdext:Minimizer:Wizard:Step3"
35597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP3_CB_CROP           "sdext:Minimizer:Wizard:Step3:CBCrop"
36*b6c7ad46SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP3_LB_DPI            "sdext:Minimizer:Wizard:Step3:LBDPI"
37597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP3_CB_LINKS          "sdext:Minimizer:Wizard:Step3:CBLinks"
38597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP3_MF_QUALITY        "sdext:Minimizer:Wizard:Step3:MFQuality"
39597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP3_RB_JPEG           "sdext:Minimizer:Wizard:Step3:RBJPEG"
40597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP3_RB_LOSSLESS       "sdext:Minimizer:Wizard:Step3:RBLossless"
41597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP4                   "sdext:Minimizer:Wizard:Step4"
42597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP4_CB_OLE            "sdext:Minimizer:Wizard:Step4:CBOLE"
43597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP4_RB_ALLOLE         "sdext:Minimizer:Wizard:Step4:RBAllOLE"
44597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP4_RB_NOTODF         "sdext:Minimizer:Wizard:Step4:RBNotODF"
45597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP5                   "sdext:Minimizer:Wizard:Step5"
46597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP5_RB_CURDOC         "sdext:Minimizer:Wizard:Step5:RBCurDoc"
47597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP5_RB_NEWDOC         "sdext:Minimizer:Wizard:Step5:RBNewDoc"
48*b6c7ad46SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP5_CB_SAVESETTINGS   "sdext:Minimizer:Wizard:Step5:CBSaveSetts"
49*b6c7ad46SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_STEP5_LB_SETTINGSNAME   "sdext:Minimizer:Wizard:Step5:LBSettsName"
50*b6c7ad46SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_PB_HELP                 "sdext:Minimizer:Wizard:PBHelp"
51597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_PB_BACK                 "sdext:Minimizer:Wizard:PBBack"
52597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_PB_NEXT                 "sdext:Minimizer:Wizard:PBNext"
53597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_PB_FINISH               "sdext:Minimizer:Wizard:PBFinish"
54597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_WIZ_PB_CANCEL               "sdext:Minimizer:Wizard:PBCancel"
55597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_INFOBOX_DLG                 "sdext:Minimizer:InfoBox:Dialog"
56597a4c59SAriel Constenla-Haile#define HID_SDEXT_MINIMIZER_INFOBOX_CB_OPENNEW          "sdext:Minimizer:InfoBox:CBOpenNew"
57597a4c59SAriel Constenla-Haile
58