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 28item String SwNumRuleItem; 29item BOOL SwRegisterItem; 30 31struct SwLineNumber 32{ 33 BOOL CountLines MID_LINENUMBER_COUNT; 34 INT32 StartValue MID_LINENUMBER_STARTVALUE; 35}; 36item SwLineNumber SwFmtLineNumber; 37 38struct INetFmt 39{ 40 String URL MID_URL_URL; 41 String Target MID_URL_TARGET; 42 String Name MID_URL_HYPERLINKNAME; 43 String VisitedFormat MID_URL_VISITED_FMT; 44 String UnvisitedFormat MID_URL_UNVISITED_FMT; 45}; 46item INetFmt SwFmtINetFmt; 47 48struct Drop 49{ 50 INT16 Lines MID_DROPCAP_LINES; 51 INT16 Count MID_DROPCAP_COUNT; 52 INT16 Distance MID_DROPCAP_DISTANCE; 53 BOOL WholeWord MID_DROPCAP_WHOLE_WORD; 54// String Style MID_DROPCAP_CHAR_STYLE_NAME; 55}; 56item Drop SwFmtDrop; 57 58struct Envelope 59{ 60 String AddrText MID_ENV_ADDR_TEXT; 61 BOOL Send MID_ENV_SEND; 62 String SendText MID_SEND_TEXT; 63 INT32 AddrFromLeft MID_ENV_ADDR_FROM_LEFT; 64 INT32 AddrFromTop MID_ENV_ADDR_FROM_TOP; 65 INT32 SendFromLeft MID_ENV_SEND_FROM_LEFT; 66 INT32 SendFromTop MID_ENV_SEND_FROM_TOP; 67 INT32 Width MID_ENV_WIDTH; 68 INT32 Height MID_ENV_HEIGHT; 69 INT16 Align MID_ENV_ALIGN; 70 BOOL PrintFromAbove MID_ENV_PRINT_FROM_ABOVE; 71 INT32 ShiftRight MID_ENV_SHIFT_RIGHT; 72 INT32 ShiftDown MID_ENV_SHIFT_DOWN; 73}; 74item Envelope SwEnvItem; 75 76struct ViewLayout 77{ 78 INT16 Columns MID_VIEWLAYOUT_COLUMNS; 79 BOOL BookMode MID_VIEWLAYOUT_BOOKMODE; 80}; 81item ViewLayout SvxViewLayoutItem; 82 83