/* -*- 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_IMAGESTYLE_HXX #define INCLUDED_XMLOFF_IMAGESTYLE_HXX #include #include #include namespace com::sun::star::uno { class Any; } namespace com::sun::star::uno { template class Reference; } namespace com::sun::star::xml::sax { class XFastAttributeList; } class SvXMLExport; class SvXMLImport; namespace XMLImageStyle { XMLOFF_DLLPUBLIC void exportXML(OUString const & rStrName, css::uno::Any const & rValue, SvXMLExport& rExport); XMLOFF_DLLPUBLIC bool importXML(css::uno::Reference const & xAttrList, css::uno::Any& rValue, OUString& rStrName, SvXMLImport& rImport); } #endif // INCLUDED_XMLOFF_IMAGESTYLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-17Remove empty docpp doxygen comments around namespacesMiklos Vajna
2021-07-28Just to fix a warningJulien Nabet
2021-02-02tdf#130978 Added comment to all published APImsrijita18
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer
2020-09-12Replace remaining uses of sal_CharJulien Nabet
2020-08-24Fix typosAndrea Gelmini
2019-08-30new loplugin:noexceptmoveNoel Grandin
2019-07-20Fix typosAndrea Gelmini
2019-07-20Fix typosAndrea Gelmini
2019-05-10an uno -> a unoCaolán McNamara
2019-04-30improve loplugin:stringconstantNoel Grandin
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann
2017-06-27Fix typosAndrea Gelmini
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-03-19Fix typosAndrea Gelmini
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-16cppuhelper: mark these with SAL_DEPRECATEDMichael Stahl
2016-09-23cid#1371232: Add move semanticsStephan Bergmann
2016-09-23cid#1371196: Add move semanticsStephan Bergmann
2016-09-23cid#1371304: Add move semanticsStephan Bergmann
2016-09-23These functions wouldn't be implicitly declared/defined, anywayStephan Bergmann
2016-04-22Fix typosAndrea Gelmini
2016-04-20Remove redundant comparison against sal_FalseStephan Bergmann
2016-01-10Fix typosAndrea Gelmini
2015-11-10Missing includes (for NULL)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-23com::sun::star->css in include/ucbhelper to include/xmlscriptNoel Grandin
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-06-23Drop duplicate #includesTakeshi Abe
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann
2015-01-20Some more loplugin:cstylecast: cppuStephan Bergmann
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-02optimise UNO Sequence destructorNoel Grandin
2014-09-17cppu and cppuhelper: loplugin: cstylecastNoel Grandin
2014-06-06fixincludeguards: fix include guardsThomas Arnhold