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#ifndef _SVX_PAGE_HRC 28#define _SVX_PAGE_HRC 29 30// defines --------------------------------------------------------------- 31 32#define FT_LEFT_MARGIN 10 33#define ED_LEFT_MARGIN 11 34#define FT_RIGHT_MARGIN 12 35#define ED_RIGHT_MARGIN 13 36#define FT_TOP_MARGIN 14 37#define ED_TOP_MARGIN 15 38#define FT_BOTTOM_MARGIN 16 39#define ED_BOTTOM_MARGIN 17 40#define FL_MARGIN 18 41 42#define LB_LAYOUT 20 43#define FT_PAGELAYOUT 21 44 45#define LB_NUMBER_FORMAT 30 46#define FL_LAYOUT 31 47#define FT_NUMBER_FORMAT 32 48 49#define FT_TEXT_FLOW 35 50#define LB_TEXT_FLOW 36 51 52#define WN_BSP 40 53 54#define FT_ORIENTATION 48 55#define FT_PAPER_FORMAT 49 56#define LB_PAPER_SIZE 50 57#define RB_PORTRAIT 51 58#define RB_LANDSCAPE 52 59#define FT_PAPER_WIDTH 53 60#define ED_PAPER_WIDTH 54 61#define FT_PAPER_HEIGHT 55 62#define ED_PAPER_HEIGHT 56 63#define FT_PAPER_TRAY 57 64#define LB_PAPER_TRAY 58 65#define FL_PAPER_SIZE 59 66 67#define CB_REGISTER 60 68#define FT_REGISTER 61 69#define LB_REGISTER 62 70#define FL_BOTTOM_SEP 64 71 72#define CB_HORZ 70 73#define CB_VERT 71 74#define CB_ADAPT 72 75#define FT_TBL_ALIGN 73 76 77#define PB_BACK 80 78 79#define STR_INSIDE 90 80#define STR_OUTSIDE 91 81#define STR_QUERY_PRINTRANGE 92 82 83#endif 84 85