/* -*- 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 #include #include #include #include #include class SvXMLAutoStylePoolP; struct XMLAutoStyleFamily; enum class XmlStyleFamily; // Properties of a pool class XMLAutoStylePoolProperties { OUString msName; ::std::vector< XMLPropertyState > maProperties; sal_uInt32 mnPos; public: XMLAutoStylePoolProperties( XMLAutoStyleFamily& rFamilyData, std::vector< XMLPropertyState >&& rProperties, OUString const & rParentname ); const OUString& GetName() const { return msName; } const ::std::vector< XMLPropertyState >& GetProperties() const { return maProperties; } sal_uInt32 GetPos() const { return mnPos; } void SetName( const OUString& rNew ) { msName = rNew; } }; // Parents of AutoStylePool's class XMLAutoStylePoolParent { public: typedef std::vector PropertiesListType; private: OUString msParent; PropertiesListType m_PropertiesList; public: explicit XMLAutoStylePoolParent( OUString aParent ) : msParent(std::move( aParent )) { } ~XMLAutoStylePoolParent(); bool Add( XMLAutoStyleFamily& rFamilyData, std::vector< XMLPropertyState >&& rProperties, OUString& rName, bool bDontSeek ); bool AddNamed( XMLAutoStyleFamily& rFamilyData, std::vector< XMLPropertyState >&& rProperties, const OUString& rName ); OUString Find( const XMLAutoStyleFamily& rFamilyData, const ::std::vector< XMLPropertyState >& rProperties ) const; const OUString& GetParent() const { return msParent; } const PropertiesListType& GetPropertiesList() const { return m_PropertiesList; } bool operator< (const XMLAutoStylePoolParent& rOther) const; }; // Implementationclass for stylefamily-information struct XMLAutoStyleFamily { typedef std::set ParentSetType; XmlStyleFamily mnFamily; OUString maStrFamilyName; rtl::Reference mxMapper; ParentSetType m_ParentSet; std::set maNameSet; std::set maReservedNameSet; sal_uInt32 mnCount; sal_uInt32 mnName; OUString maStrPrefix; bool mbAsFamily; XMLAutoStyleFamily( XmlStyleFamily nFamily, OUString aStrName, rtl::Reference xMapper, OUString aStrPrefix, bool bAsFamily ); explicit XMLAutoStyleFamily( XmlStyleFamily nFamily ); XMLAutoStyleFamily(const XMLAutoStyleFamily&) = delete; XMLAutoStyleFamily& operator=(const XMLAutoStyleFamily&) = delete; friend bool operator<(const XMLAutoStyleFamily& r1, const XMLAutoStyleFamily& r2); void ClearEntries(); }; // Implementationclass of SvXMLAutoStylePool class SvXMLAutoStylePoolP_Impl { // A set that finds and sorts based only on mnFamily typedef std::set FamilySetType; SvXMLExport& rExport; FamilySetType m_FamilySet; public: explicit SvXMLAutoStylePoolP_Impl( SvXMLExport& rExport ); ~SvXMLAutoStylePoolP_Impl(); SvXMLExport& GetExport() const { return rExport; } void AddFamily( XmlStyleFamily nFamily, const OUString& rStrName, const rtl::Reference < SvXMLExportPropertyMapper > & rMapper, const OUString& rStrPrefix, bool bAsFamily ); void SetFamilyPropSetMapper( XmlStyleFamily nFamily, const rtl::Reference < SvXMLExportPropertyMapper > & rMapper ); void RegisterName( XmlStyleFamily nFamily, const OUString& rName ); void RegisterDefinedName( XmlStyleFamily nFamily, const OUString& rName ); void GetRegisteredNames( css::uno::Sequence& aFamilies, css::uno::Sequence& aNames ); bool Add( OUString& rName, XmlStyleFamily nFamily, const OUString& rParentName, std::vector< XMLPropertyState >&& rProperties, bool bDontSeek = false ); bool AddNamed( const OUString& rName, XmlStyleFamily nFamily, const OUString& rParentName, std::vector< XMLPropertyState >&& rProperties ); OUString Find( XmlStyleFamily nFamily, const OUString& rParent, const ::std::vector< XMLPropertyState >& rProperties ) const; void exportXML( XmlStyleFamily nFamily, const SvXMLAutoStylePoolP *pAntiImpl) const; void ClearEntries(); std::vector GetAutoStyleEntries() const; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ .1'>distro/collabora/lov-6.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-05INTEGRATION: CWS native133 (1.25.30); FILE MERGEDKurt Zenker
2007-11-06INTEGRATION: CWS execshellmacrogone (1.23.32); FILE MERGEDRüdiger Timm
2007-11-06INTEGRATION: CWS native112 (1.23.34); FILE MERGEDRüdiger Timm
2007-06-27INTEGRATION: CWS pmladek05 (1.22.6); FILE MERGEDJens-Heiner Rechtien
2007-05-10INTEGRATION: CWS nativebroffice_SRC680 (1.18.2.1.4); FILE MERGEDKurt Zenker
2007-02-19INTEGRATION: CWS native77 (1.18.14); FILE MERGEDRüdiger Timm
2007-01-25INTEGRATION: CWS ause069 (1.15.8); FILE MERGEDOliver Bolte
2007-01-22INTEGRATION: CWS native76 (1.18.8); FILE MERGEDOliver Bolte
2006-12-19INTEGRATION: CWS native72 (1.15.20); FILE MERGEDIvo Hinkelmann
2006-12-18INTEGRATION: CWS jl46 (1.15.2); FILE MERGEDIvo Hinkelmann
2006-11-22INTEGRATION: CWS pj67_SRC680 (1.15.16); FILE MERGEDVladimir Glazounov
2006-10-05INTEGRATION: CWS native61 (1.14.12); FILE MERGEDKurt Zenker
2006-07-05INTEGRATION: CWS native51 (1.13.10); FILE MERGEDKurt Zenker
2006-05-18INTEGRATION: CWS sysui203 (1.12.40); FILE MERGEDVladimir Glazounov
2006-01-13INTEGRATION: CWS sysui12 (1.8.2); FILE MERGEDRüdiger Timm
2006-01-06INTEGRATION: CWS native34 (1.10.2); FILE MERGEDKurt Zenker
2005-11-30INTEGRATION: CWS native31 (1.9.12); FILE MERGEDKurt Zenker
2005-10-13INTEGRATION: CWS merge20to201v2 (1.8.4); FILE MERGEDOliver Bolte
2005-09-26INTEGRATION: CWS merge20to201 (1.7.8); FILE MERGEDJens-Heiner Rechtien
2005-09-09INTEGRATION: CWS ooo19126 (1.6.64); FILE MERGEDRüdiger Timm
2005-03-08INTEGRATION: CWS sysui05 (1.5.12); FILE MERGEDVladimir Glazounov
2005-01-21INTEGRATION: CWS sysui03 (1.4.4); FILE MERGEDKurt Zenker
2004-11-18INTEGRATION: CWS nativefixer1 (1.3.22); FILE MERGEDOliver Bolte
2004-07-29#i32283# new package naming conventionsOliver Braun