/* -*- 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_XMLOFF_GRADIENTSTYLE_HXX #define INCLUDED_XMLOFF_GRADIENTSTYLE_HXX #include #include #include #include class SvXMLImport; class SvXMLExport; namespace com::sun::star { namespace uno { template class Reference; } namespace xml::sax { class XFastAttributeList; } namespace uno { class Any; } namespace awt { struct ColorStop; } } class XMLOFF_DLLPUBLIC XMLGradientStyleImport { SvXMLImport& m_rImport; public: XMLGradientStyleImport( SvXMLImport& rImport ); void importXML( const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList, css::uno::Any& rValue, OUString& rStrName ); }; class XMLOFF_DLLPUBLIC XMLGradientStopContext final : public SvXMLImportContext { public: XMLGradientStopContext( SvXMLImport& rImport, sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList, std::vector& rColorStopVec); virtual ~XMLGradientStopContext() override; }; class XMLOFF_DLLPUBLIC XMLGradientStyleExport { SvXMLExport& m_rExport; public: XMLGradientStyleExport( SvXMLExport& rExport ); void exportXML( const OUString& rStrName, const css::uno::Any& rValue ); }; #endif // INCLUDED_XMLOFF_GRADIENTSTYLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ alue='distro/collabora/co-22.05'>distro/collabora/co-22.05 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-21related: tdf#90362: remove option from Formatting AidsMike Kaganski
2016-09-07loplugin:constantparam in swNoel Grandin
2016-08-17convert SvxTabAdjust to scoped enumNoel Grandin
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin
2016-03-31tdf#84938 convert VIEWOPT_ constants to scoped enumNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09formatting improvements in sw/Noel Grandin
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin
2015-10-19cleanup some local var declarationsNoel Grandin
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-22sw: prefix members of SwModuleMiklos Vajna
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-07tdf#90362 sw: config option for ignoring protected areasMiklos Vajna
2015-03-18convert DocumentSettingId to an enum classNoel Grandin
2014-12-02loplugin: cstylecastNoel Grandin
2014-11-25loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-03Changed DocumentDeviceManager includes to IDocumentDeviceAccess.Valentin Kettner
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner
2014-05-27sw: move sw/source/core/uibase to sw/source/uibaseMichael Stahl