/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: XMLStarBasicExportHandler.hxx,v $ * * $Revision: 1.6 $ * * last change: $Author: hr $ $Date: 2007-06-27 14:43:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. * * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2005 by Sun Microsystems, Inc. * 901 San Antonio Road, Palo Alto, CA 94303, USA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * ************************************************************************/ #ifndef _XMLOFF_XMLSTARBASICEXPORTHANDLER_HXX #define _XMLOFF_XMLSTARBASICEXPORTHANDLER_HXX #ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_ #include #endif #ifndef _COM_SUN_STAR_UNO_REFERENCE_HXX_ #include #endif #ifndef _RTL_USTRING_HXX_ #include #endif #ifndef _XMLOFF_XMLEVENT_HXX #include #endif #include class SvXMLExport; namespace com { namespace sun { namespace star { namespace beans { struct PropertyValue; } } } } class XMLStarBasicExportHandler : public XMLEventExportHandler { const ::rtl::OUString sStarBasic; const ::rtl::OUString sLibrary; const ::rtl::OUString sMacroName; const ::rtl::OUString sStarOffice; const ::rtl::OUString sApplication; public: XMLStarBasicExportHandler(); virtual ~XMLStarBasicExportHandler(); virtual void Export( SvXMLExport& rExport, const ::rtl::OUString& rEventName, ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue> & rValues, sal_Bool bUseWhitespace); }; #endif ight'>distro/collabora/co-22.05-testflight LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-15tdf#145759 Use symbolic constants instead of magic numerical constantsKunal Pawar
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-11-12coverity: annotate with markup so they will stay silencedCaolán McNamara
2021-11-10new loplugin:stringliteraldefineNoel Grandin
2021-11-03Prepare for removal of non-const operator[] from Sequence in testtoolsMike Kaganski
2021-08-31Fix UNOIDL identifiers that started with lowercase and contained underlinesStephan Bergmann
2021-08-02tdf#143450: Special integre+fp struct return case needs a fix too, of courseStephan Bergmann
2021-07-28tdf#143450: Fix special fp+integer struct return case for gcc_*_x86-64Stephan Bergmann
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-13Make bridgetest exercise parameter passing in the C++/UNO bridge harderTor Lillqvist
2020-11-12Cosmetic change to make it easier to see which parameter is the nthTor Lillqvist
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel
2020-09-02Fix typo in codeAndrea Gelmini
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: testtoolsStephan Bergmann
2020-06-05Upcoming loplugin:elidestringvar: testtoolsStephan Bergmann
2020-05-18use std::experimental::source_location in uno::ExceptionNoel Grandin
2020-05-10compact namespace in testtools..toolkitNoel Grandin
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-19loplugin:buriedassign in variousNoel Grandin
2020-04-07new loplugin:unusedvariableplusNoel Grandin
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin
2020-02-17Remove never-executed else-blockMuhammet Kara
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-13tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2019-12-23sal_Char->char in test..testtoolsNoel Grandin
2019-12-10Fix IdentationError and mixture of spaces and tabsJens Carl
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-08-20Fix typosAndrea Gelmini
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-08-12Fix typosAndrea Gelmini
2019-07-31Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): testtoolsStephan Bergmann
2019-07-30Fix typo in codeAndrea Gelmini
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov
2019-03-05re-land "new loplugin typedefparam""Noel Grandin