1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23#ifndef _SVX_PARAGRPH_HRC 24#define _SVX_PARAGRPH_HRC 25 26// StandardTabPage ---------------------------------------------------------- 27 28#define FT_LEFTINDENT 10 29#define ED_LEFTINDENT 11 30#define FT_FLINEINDENT 12 31#define ED_FLINEINDENT 13 32#define FT_RIGHTINDENT 14 33#define ED_RIGHTINDENT 15 34#define FL_INDENT 16 35 36#define FT_TOPDIST 20 37#define ED_TOPDIST 21 38#define FT_BOTTOMDIST 22 39#define ED_BOTTOMDIST 23 40#define FL_DIST 24 41 42#define BTN_LEFTALIGN 30 43#define BTN_RIGHTALIGN 31 44#define BTN_CENTERALIGN 32 45#define BTN_JUSTIFYALIGN 33 46#define FL_ALIGN 34 47#define FL_VERTALIGN 35 48#define LB_VERTALIGN 36 49#define FL_VERTEX 37 50#define CB_SNAP 38 51#define FT_VERTALIGN 39 52 53 54#define LB_LINEDIST 40 55#define FT_LINEDIST 41 56#define ED_LINEDISTPERCENT 42 57#define ED_LINEDISTMETRIC 43 58#define FL_LINEDIST 44 59#define WN_EXAMPLE 46 60 61#define CB_AUTO 48 62#define FT_LASTLINE 49 63#define LB_LASTLINE 50 64#define CB_EXPAND 51 65#define ST_LINEDIST_ABS 52 66#define ST_LEFTALIGN_ASIAN 53 67#define ST_RIGHTALIGN_ASIAN 54 68 69// ExtendedTabPage ---------------------------------------------------------- 70 71#define BTN_HYPHEN 50 72#define ED_HYPHENBEFORE 52 73#define FT_HYPHENBEFORE 53 74#define ED_HYPHENAFTER 55 75#define FT_HYPHENAFTER 56 76#define FL_HYPHEN 57 77 78#define BTN_PAGEBREAK 60 79#define FT_BREAKTYPE 61 80#define LB_BREAKTYPE 62 81#define FT_BREAKPOSITION 63 82#define LB_BREAKPOSITION 64 83#define BTN_PAGECOLL 65 84#define LB_PAGECOLL 66 85#define BTN_KEEPTOGETHER 67 86#define BTN_WIDOWS 68 87#define ED_WIDOWS 69 88#define FT_WIDOWS 70 89#define BTN_ORPHANS 71 90#define ED_ORPHANS 72 91#define FT_ORPHANS 73 92#define FL_OPTIONS 74 93#define FT_PAGENUM 75 94#define ED_PAGENUM 76 95#define FL_BREAKS 77 96 97#define CB_KEEPTOGETHER 80 98#define FT_MAXHYPH 81 99#define ED_MAXHYPH 83 100 101#define CB_REGISTER 84 102#define FL_REGISTER 85 103#define FL_PROPERTIES 90 104#define FT_TEXTDIRECTION 91 105#define LB_TEXTDIRECTION 92 106 107 108//asian typography 109#define FL_AS_OPTIONS 1 110#define CB_AS_HANG_PUNC 2 111 112#define CB_AS_FORBIDDEN 4 113 114#define CB_AS_SCRIPT_SPACE 7 115 116#define STR_EXAMPLE 5010 117#define STR_PAGE_STYLE 5011 118#endif 119 120