/* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ item String SwNumRuleItem; item BOOL SwRegisterItem; struct SwLineNumber { BOOL CountLines MID_LINENUMBER_COUNT; INT32 StartValue MID_LINENUMBER_STARTVALUE; }; item SwLineNumber SwFmtLineNumber; struct INetFmt { String URL MID_URL_URL; String Target MID_URL_TARGET; String Name MID_URL_HYPERLINKNAME; String VisitedFormat MID_URL_VISITED_FMT; String UnvisitedFormat MID_URL_UNVISITED_FMT; }; item INetFmt SwFmtINetFmt; struct Drop { INT16 Lines MID_DROPCAP_LINES; INT16 Count MID_DROPCAP_COUNT; INT16 Distance MID_DROPCAP_DISTANCE; BOOL WholeWord MID_DROPCAP_WHOLE_WORD; // String Style MID_DROPCAP_CHAR_STYLE_NAME; }; item Drop SwFmtDrop; struct Envelope { String AddrText MID_ENV_ADDR_TEXT; BOOL Send MID_ENV_SEND; String SendText MID_SEND_TEXT; INT32 AddrFromLeft MID_ENV_ADDR_FROM_LEFT; INT32 AddrFromTop MID_ENV_ADDR_FROM_TOP; INT32 SendFromLeft MID_ENV_SEND_FROM_LEFT; INT32 SendFromTop MID_ENV_SEND_FROM_TOP; INT32 Width MID_ENV_WIDTH; INT32 Height MID_ENV_HEIGHT; INT16 Align MID_ENV_ALIGN; BOOL PrintFromAbove MID_ENV_PRINT_FROM_ABOVE; INT32 ShiftRight MID_ENV_SHIFT_RIGHT; INT32 ShiftDown MID_ENV_SHIFT_DOWN; }; item Envelope SwEnvItem; struct ViewLayout { INT16 Columns MID_VIEWLAYOUT_COLUMNS; BOOL BookMode MID_VIEWLAYOUT_BOOKMODE; }; item ViewLayout SvxViewLayoutItem; lue='distro/collabora/co-22.05'>distro/collabora/co-22.05 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlscript
AgeCommit message (Expand)Author
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
2013-11-11xmlscript: include <> for external includesNorbert Thiebaud
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza
2013-10-19CID#1103755 unint membersCaolán McNamara
2013-09-25sal_Bool to boolTakeshi Abe
2013-09-23Try to fix cross-compilationTor Lillqvist
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
2013-08-16fdo#57950: Remove some chained appends in xmlscriptJelle van der Waa
2013-08-12fdo#62475 removed pointless commentsJelle van der Waa
2013-08-05Adapt Dialog XML import/export codeLionel Elie Mamane
2013-07-22Mark as constTakeshi Abe
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke
2013-07-12write bcp47 format-locale if necessary and read bothEike Rathke
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann
2013-06-05remove unused componentcontext.hxx includesNoel Grandin
2013-06-05fdo#46808, Convert various comphelper::ComponentContextNoel Grandin
2013-05-28fdo#46808, Convert awt::UnoControlDialog to new styleNoel Grandin
2013-05-25Revert "fdo#46808, Convert awt::UnoControlDialogModel to new style"Stephan Bergmann
2013-05-21fix for linkingNoel Grandin
2013-05-21fdo#46808, Clean up old usages of ExtToolkitNoel Grandin
2013-05-21fdo#46808, Convert awt::XUnoControlDialog to new styleNoel Grandin
2013-05-21fdo#46808, Convert awt::UnoControlDialogModel to new styleNoel Grandin
2013-05-04install xmlscript DTDs using filelistDavid Tardon
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-04-23execute move of global headersBjoern Michaelsen
2013-04-16separate inc and dtd packages in xmlscript for global header moveBjoern Michaelsen
2013-04-08fdo#43157 - Clean up OSL_ASSERTRadu Ioan
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann
2013-03-18avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what notLuboš Luňák
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-08make use of startsWith()Thomas Arnhold
2013-02-28remove all d.lstMichael Stahl
2013-02-25loplugin: unused variablesThomas Arnhold
2013-02-24loplugin: unused variablesThomas Arnhold
2013-02-12fdo#46808, Adapt document::XMLOasisBasicImporter UNO service to new styleNoel Grandin
2013-02-11fdo#46808, Adapt document::XML*BasicExporter UNO services to new styleNoel Grandin
2013-01-28fdo#46808, Adapt document::GraphicObjectResolver UNO service to new styleNoel Grandin
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl