/* -*- 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/. */ #ifndef INCLUDED_DRAWINGLAYER_XSHAPEDUMPER_HXX #define INCLUDED_DRAWINGLAYER_XSHAPEDUMPER_HXX #include #include namespace com::sun::star::drawing { class XShape; } namespace com::sun::star::drawing { class XShapes; } namespace com::sun::star::uno { template class Reference; } struct DRAWINGLAYER_DLLPUBLIC XShapeDumper { XShapeDumper() = delete; static OUString dump(const css::uno::Reference& xPageShapes, bool bDumpInteropProperties=false); static OUString dump(const css::uno::Reference& xPageShapes, bool bDumpInteropProperties=false); }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-28loplugin:unusedfieldsNoel Grandin
2018-09-25loplugin:useuniqueptr in SvxRTFParserNoel Grandin
2018-04-11make EditPosition::Clone return std::unique_ptrNoel Grandin
2018-02-05loplugin:useuniqueptr in SvxRTFParserNoel Grandin
2018-02-05loplugin:useuniqueptr in SvxRTFItemStackTypeNoel Grandin
2017-11-30loplugin:unusedmethodsNoel Grandin
2017-11-29loplugin:unusedmethodsNoel Grandin
2017-07-26loplugin:unusedmethodsNoel Grandin
2017-07-26loplugin:unusedfieldsNoel Grandin
2017-07-25loplugin:unusedmethodsNoel Grandin
2017-07-22loplugin:unusedfields in editengNoel Grandin
2017-06-23loplugin:unusedfields in desktop..editengNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-01-24loplugin: unnecessary destructor cppcanvas..filterNoel Grandin
2016-12-05loplugin:countusersofdefaultparams in include/drawinglayer..i18nlangtagNoel Grandin
2016-10-21loplugin:expandablemethodds in include/editengNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-26reduce defines to boolJochen Nitschke
2016-07-15new loplugin unnecessary overrideNoel Grandin
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-06-24loplugin:singlevalfields in editengNoel Grandin
2016-04-06Avoid reserved identifiersStephan Bergmann
2016-03-18loplugin:constantfunction in editengNoel Grandin
2016-03-07loplugin:write only fieldsNoel Grandin
2016-03-03loplugin:unuseddefaultparams in editengNoel Grandin
2015-11-24loplugin:unusedfields in include/comphelper,include/editengNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-21com::sun::star->css in include/editengNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07loplugin:mergeclassesNoel Grandin
2015-10-07loplugin:mergeclassesNoel Grandin
2015-08-04include: inline some use-once typedefsNoel Grandin
2015-07-20editeng: need to prevent MSVC from generating SvxRTFParser copy tooMichael Stahl
2015-07-20editeng: try to prevent MSVC from generating copy assignmentMichael Stahl
2015-07-20editeng: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl
2015-07-20editeng: replace boost::ptr_map with std::map<std::unique_ptr>>Michael Stahl
2015-07-20editeng: replace boost::ptr_map with std::map<std::unique_ptr>>Michael Stahl
2015-07-16loplugin:unusedmethods editengNoel Grandin
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier