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#define TAB_CONTROL 55 28#define INDENT_FRM 1 29#define LEFT_LABEL 2 30#define FLINE_LABEL 3 31#define RIGHT_LABEL 4 32#define LEFT_INDENT 5 33#define FLINE_INDENT 6 34#define RIGHT_INDENT 7 35#define DIST_FRM 8 36#define TOP_LABEL 9 37#define TOP_DIST 10 38#define BOTTOM_LABEL 11 39#define BOTTOM_DIST 12 40#define ALG_LEFT 13 41#define ALG_RIGHT 50 42#define ALG_CENTER 51 43#define ALG_JUSTIFY 52 44#define ALG_FRM 14 45#define LINEDIST_FRM 15 46#define LINEDIST_BOX 16 47#define LINEDIST_AT_LABEL 17 48#define LINEDIST_AT_PERCENTBOX 18 49#define LINEDIST_AT_METRICBOX 19 50#define HYPHEN_FRM 21 51#define HYPHEN_BOX_AFTER 44 52#define HYPHEN_BOX_BEFORE 22 53#define EXTHYPHEN_BOX_AFTER 42 54#define EXTHYPHEN_BOX_BEFORE 23 55#define HYPHEN_LABEL_AFTER 43 56#define HYPHEN_LABEL_BEFORE 24 57#define EXTEND_FRM 25 58#define PAGEBREAK_BOX 26 59#define PAGEBREAK_DAVOR 27 60#define PAGEBREAK_DAHINTER 28 61#define KEEP_TOGETHER_BOX 29 62#define WIDOW_BOX 31 63#define WIDOW_ROW_NO 32 64#define WIDOW_ROW_LABEL 33 65#define ORPHAN_BOX 34 66#define ORPHAN_ROW_NO 35 67#define ORPHAN_ROW_LABEL 36 68#define PAGE_COLL_BTN 40 69#define PAGE_COLL_BOX 41 70#define OK_BTN 50 71#define CANCEL_BTN 51 72