/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org 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 version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #ifndef _XMLOFF_PROPERTYHANDLER_ESCAPETYPES_HXX #define _XMLOFF_PROPERTYHANDLER_ESCAPETYPES_HXX #include /** PropertyHandler for the XML-data-type: */ class XMLEscapementPropHdl : public XMLPropertyHandler { public: virtual ~XMLEscapementPropHdl(); virtual sal_Bool importXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; virtual sal_Bool exportXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; }; class XMLEscapementHeightPropHdl : public XMLPropertyHandler { public: virtual ~XMLEscapementHeightPropHdl(); virtual sal_Bool importXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; virtual sal_Bool exportXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; }; #endif // _XMLOFF_PROPERTYHANDLER_ESCAPETYPES_HXX -3.2'>distro/collabora/cd-5.3-3.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-09enable unchecked lint for our java codeNoel Grandin
2023-11-02'new Character' is deprecated in JavaNoel Grandin
2023-11-02'new Double' is deprecated in JavaNoel Grandin
2023-11-02'new Float' is deprecated in JavaNoel Grandin
2023-10-02drop use of urp: followed by newline of spaceCaolán McNamara
2023-09-30cid#1545655 Dm: Dubious method usedCaolán McNamara
2023-09-30cid#1545766 silence Unguarded readCaolán McNamara
2023-09-29cid#1546393 SBSC: String concatenation in loop using + operatorCaolán McNamara
2023-09-05call WebSocketClient.close from XConnection.closeCaolán McNamara
2023-09-05websocket URP flush hangs with large bufferCaolán McNamara
2023-09-03each websocket URP message is taking a full secondCaolán McNamara
2023-09-01prefix the UNO-Url example with recommended 'uno:'Caolán McNamara
2023-09-01Fix typoAndrea Gelmini
2023-09-01Add a FunctionBasedURPConnection and a websocket URP connectorSkyler Grey
2023-09-01tdf#149069 Revert "ridljar: check UnoClassLoader used for NativeLibraryLoader"Hossein
2023-02-28InputStreamToXInputStreamAdapter.readBytes() should read...Damjan Jovanovic
2023-02-28Fix the java.lang.NullPointerException in readBytes() and readSomeBytes()...Damjan Jovanovic
2023-02-28fix up misleading mismatching indent and add mode linesCaolán McNamara
2022-08-13warning: empty <p> tagCaolán McNamara
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann
2021-08-19ridljar: check that UnoClassLoader is used for NativeLibraryLoaderMichael Stahl