/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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 . */ #ifndef INCLUDED_SW_INC_SWGETPOOLIDFROMNAME_HXX #define INCLUDED_SW_INC_SWGETPOOLIDFROMNAME_HXX /* When using the NameMapper to translate pool ids to UI or programmatic * names, this enum is used to define which family is required */ typedef sal_uInt16 SwGetPoolIdFromName; namespace nsSwGetPoolIdFromName { const SwGetPoolIdFromName GET_POOLID_TXTCOLL = 0x01; const SwGetPoolIdFromName GET_POOLID_CHRFMT = 0x02; const SwGetPoolIdFromName GET_POOLID_FRMFMT = 0x04; const SwGetPoolIdFromName GET_POOLID_PAGEDESC = 0x08; const SwGetPoolIdFromName GET_POOLID_NUMRULE = 0x10; } #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ fice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/xml/xmlxtimp.cxx
AgeCommit message (Expand)Author
2017-02-14convert SvxXMLTableImportContextEnum to scoped enumNoel Grandin
2016-12-02loplugin:unnecessaryoverride (dtors) in svxStephan Bergmann
2016-10-07loplugin:staticmethods: svxStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-17convert SvXMLGraphicHelperMode to scoped enumNoel Grandin
2016-04-18Elide const varsStephan Bergmann
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-11clang-tidy performance-unnecessary-value-param in svxNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-31com::sun::star->css in svxNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-06-27coverity#1308457 Uncaught exceptionCaolán McNamara
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-09V801: Decreased performanceCaolán McNamara
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-02-26Remove visual noise from svxAlexander Wilms
2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann
2013-09-05convert svx/source/xml/*.cxx from String to OUStringNoel Grandin
2013-04-22sal_Bool to boolTakeshi Abe
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-12fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin
2012-11-27re-base on ALv2 code. Includes:Michael Meeks
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin