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 29#include "sc.hrc" // -> RID_SCDLG_PAGE 30 // -> RID_SCPAGE_TABLE 31 // -> RID_SCPAGE_AREAS 32 33#define TP_PAGE_STD 1 34#define TP_PAGE_HEADER 2 35#define TP_PAGE_FOOTER 3 36#define TP_PAGE_TABLE 4 37#define TP_PAGE_AREAS 5 38 39//================================================ 40// TabPage: Tabelle 41 42#define BTN_GRID 10 43#define BTN_HEADER 11 44#define BTN_NOTES 12 45#define BTN_CHARTS 13 46#define BTN_OBJECTS 14 47#define BTN_DRAWINGS 15 48#define BTN_FORMULAS 16 49#define BTN_NULLVALS 17 50#define FL_PRINT 19 51 52#define BTN_TOPDOWN 20 53#define BTN_LEFTRIGHT 21 54#define BMP_PAGEDIR 22 55#define IMG_LEFTRIGHT 23 56#define IMG_TOPDOWN 24 57#define BTN_PAGENO 25 58#define ED_PAGENO 26 59#define FL_PAGEDIR 29 60 61#define FT_SCALEMODE 30 62#define LB_SCALEMODE 31 63#define ED_SCALEALL 32 64#define ED_SCALEPAGENUM 34 65#define ED_SCALEPAGEWIDTH 35 66#define ED_SCALEPAGEHEIGHT 36 67#define FL_SCALE 39 68 69#define FT_SCALEFACTOR 51 70#define FT_SCALEPAGEWIDTH 52 71#define FT_SCALEPAGEHEIGHT 53 72#define FT_SCALEPAGENUM 54 73 74#define IMG_LEFTRIGHT_H 41 75#define IMG_TOPDOWN_H 42 76 77// List box entries "Scaling mode" 78#define SC_TPTABLE_SCALE_PERCENT 0 79#define SC_TPTABLE_SCALE_TO 1 80#define SC_TPTABLE_SCALE_TO_PAGES 2 81 82//================================================ 83// Dialog: Druckbereiche 84 85#define FL_PRINTAREA 10 86#define ED_PRINTAREA 11 87#define RB_PRINTAREA 12 88#define LB_PRINTAREA 13 89 90#define FL_REPEATROW 20 91#define ED_REPEATROW 21 92#define RB_REPEATROW 22 93#define LB_REPEATROW 23 94 95#define FL_REPEATCOL 30 96#define ED_REPEATCOL 31 97#define RB_REPEATCOL 32 98#define LB_REPEATCOL 33 99 100#define BTN_OK 1 101#define BTN_CANCEL 2 102#define BTN_HELP 3 103 104