/* -*- 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_SVX_CLASSIFICATIONCOMMON_HXX #define INCLUDED_SVX_CLASSIFICATIONCOMMON_HXX #include #include #include #include #include #include namespace svx { namespace classification { SVX_DLLPUBLIC OUString convertClassificationResultToString(std::vector const& rResults); SVX_DLLPUBLIC OUString getProperty(css::uno::Reference const& rxPropertyContainer, OUString const& rName); SVX_DLLPUBLIC bool containsProperty(css::uno::Sequence const& rProperties, OUString const& rName); SVX_DLLPUBLIC void removeAllProperties(css::uno::Reference const& rxPropertyContainer); SVX_DLLPUBLIC bool addOrInsertDocumentProperty( css::uno::Reference const& rxPropertyContainer, OUString const& rsKey, OUString const& rsValue); SVX_DLLPUBLIC void insertFullTextualRepresentationAsDocumentProperty( css::uno::Reference const& rxPropertyContainer, sfx::ClassificationKeyCreator const& rKeyCreator, std::vector const& rResults); SVX_DLLPUBLIC void insertCreationOrigin(css::uno::Reference const& rxPropertyContainer, sfx::ClassificationKeyCreator const& rKeyCreator, sfx::ClassificationCreationOrigin eOrigin); } } // end svx::classification namespace #endif // INCLUDED_SVX_CLASSIFICATIONCOMMON_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ .1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 13:04:48 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 13:04:48 -0600
commit281b13ce89456aad156af3470cdc1b7b16ed279e (patch)
tree45e8b713a57e1e8c0579c6a1dd40b61687e807bf /dbaccess/inc
parentc10fb61c1ae03c955f8b3d54aca1b74bfdaabdea (diff)
remove include of pch header in dbaccess