/* -*- 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 . */ #pragma once #include #include #include #include namespace com::sun::star { namespace rdf { class XBlankNode; } namespace rdf { class XMetadatable; } namespace rdf { class XDocumentRepository; } } class SvXMLExport; namespace xmloff { class RDFaExportHelper { private: SvXMLExport & m_rExport; css::uno::Reference m_xRepository; typedef ::std::map< OUString, OUString > BlankNodeMap_t; BlankNodeMap_t m_BlankNodeMap; tools::Long m_Counter; OUString LookupBlankNode( css::uno::Reference const & i_xBlankNode); public: RDFaExportHelper(SvXMLExport & i_rExport); void AddRDFa(css::uno::Reference const & i_xMetadatable); }; } // namespace xmloff /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ b/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-26Access2Base - (access2base.py) FIX remove duplicateJean-Pierre Ledure
2022-04-22Access2Base - (access2base.py) Don't use bare except: statementJean-Pierre Ledure
2022-04-18ScriptForge - (SF_Calc) new CreatePivotTable() methodJean-Pierre Ledure
2022-04-13Update remaining DevGuide wiki links.Ilmari Lauhakangas
2022-04-10ScriptForge - (SF_Calc) new CompactUp() and CompactLeft() methodsJean-Pierre Ledure
2022-04-05Fix typosAndrea Gelmini
2022-04-05ScriptForge - (SF_Utils) new _VarTypeObj() methodJean-Pierre Ledure
2022-04-05Fix typosAndrea Gelmini
2022-04-01ScriptForge - (SF_Dialog) new Resize() and Center() methodsJean-Pierre Ledure
2022-03-24Fix typosAndrea Gelmini
2022-03-24ScriptForge - (SF_Region) new service in the core libraryJean-Pierre Ledure
2022-03-16ScriptForge - (SF_Form) fix use of BaseFormJean-Pierre Ledure
2022-03-13ScriptForge - (UI) size and position of the active windowJean-Pierre Ledure
2022-03-10ScriptForge - (SF_Root) differ loading of the localized interfaceJean-Pierre Ledure
2022-03-10ScriptForge - Console + progress bar receive a Close iconJean-Pierre Ledure
2022-03-08ScriptForge - 'SF_Root) load user interface from code when locale=enJean-Pierre Ledure
2022-03-07ScriptForge - (SF_Document) new Import/ExportFilters propertiesJean-Pierre Ledure
2022-03-02ScriptForge - (SF_Calc) new ExportRangeToFile() methodJean-Pierre Ledure
2022-02-27ScriptForge - (SF_Platform) add the FilterNames propertyJean-Pierre Ledure
2022-02-17ScriptForge - (L10N): add new arguments to the service creationJean-Pierre Ledure
2022-02-17ScriptForge - (SF_UI) Fix omission of ServiceNameJean-Pierre Ledure
2022-02-15ScriptForge - (scriptforge.py) get lists of properties and methodsJean-Pierre Ledure
2022-02-10ScriptForge - (SF_Utils) review optional argument of _Repr()Jean-Pierre Ledure
2022-02-09Fix typosAndrea Gelmini
2022-02-07ScriptForge - (SF_Platform,SF_FileSystem) Manage extensionsJean-Pierre Ledure
2022-02-04ScriptForge - (SF_UI) Import RunCommand() from SF_SessionJean-Pierre Ledure
2022-02-03ScriptForge - (SF_Calc) FIX range parsing error when leading $Jean-Pierre Ledure
2022-02-01ScriptForge - (SF_Platform) refine localesJean-Pierre Ledure
2022-02-01ScriptForge - (SF_Exception) error messages give access to help pageJean-Pierre Ledure
2022-01-31Fix typoAndrea Gelmini
2022-01-30ScriptForge - (SF_Session, SF_Document) add arguments to RunCommand()Jean-Pierre Ledure