/* -*- 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_INC_TRANSGRADIENTSTYLE_HXX #define INCLUDED_XMLOFF_INC_TRANSGRADIENTSTYLE_HXX #include #include class SvXMLImport; class SvXMLExport; namespace com { namespace sun { namespace star { namespace uno { template class Reference; } namespace xml { namespace sax { class XAttributeList; } } namespace uno { class Any; } } } } class XMLTransGradientStyleImport { SvXMLImport& rImport; public: XMLTransGradientStyleImport( SvXMLImport& rImport ); ~XMLTransGradientStyleImport(); void importXML( const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList, css::uno::Any& rValue, OUString& rStrName ); }; class XMLTransGradientStyleExport { SvXMLExport& rExport; public: XMLTransGradientStyleExport( SvXMLExport& rExport ); ~XMLTransGradientStyleExport(); void exportXML( const OUString& rStrName, const css::uno::Any& rValue ); }; #endif // INCLUDED_XMLOFF_INC_TRANSGRADIENTSTYLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ tion value='distro/collabora/cp-4.4'>distro/collabora/cp-4.4 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-06-13 17:03:18 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-06-13 17:10:45 +0200
commit47d2e3a3e6f9d4e2b17ff79b3a9cbdbe4619af16 (patch)
treed47b1de8842b7ec33fc0d74aae950c5a6265eb08
parent9b5d7036b809fb61a73e6a5b86bd3fcfbcda81f7 (diff)
update translations for 7.2.0 beta1 libreoffice-7-2-branch-point
and force-fix errors using pocheck Change-Id: I7ed5a77fb3ccb004ba1b79c55ae56a84c82f2803