LibreOffice Module sfx2 (master) 1
Public Member Functions | Public Attributes | List of all members
sfx2::XmlIdRegistryClipboard::XmlIdRegistry_Impl Struct Reference

Public Member Functions

 XmlIdRegistry_Impl ()
 
bool TryInsertMetadatable (Metadatable &i_xObject, std::u16string_view i_rStream, const OUString &i_rIdref)
 
bool LookupXmlId (const Metadatable &i_xObject, OUString &o_rStream, OUString &o_rIdref, MetadatableClipboard const *&o_rpLink) const
 
Metadatable * LookupElement (std::u16string_view i_rStreamName, const OUString &i_rIdref) const
 
Metadatable *const * LookupEntry (std::u16string_view i_rStreamName, const OUString &i_rIdref) const
 

Public Attributes

ClipboardXmlIdMap_t m_XmlIdMap
 
ClipboardXmlIdReverseMap_t m_XmlIdReverseMap
 

Detailed Description

Definition at line 921 of file Metadatable.cxx.

Constructor & Destructor Documentation

◆ XmlIdRegistry_Impl()

sfx2::XmlIdRegistryClipboard::XmlIdRegistry_Impl::XmlIdRegistry_Impl ( )
inline

Definition at line 923 of file Metadatable.cxx.

Member Function Documentation

◆ LookupElement()

Metadatable * sfx2::XmlIdRegistryClipboard::XmlIdRegistry_Impl::LookupElement ( std::u16string_view  i_rStreamName,
const OUString &  i_rIdref 
) const

Definition at line 990 of file Metadatable.cxx.

◆ LookupEntry()

Metadatable *const * sfx2::XmlIdRegistryClipboard::XmlIdRegistry_Impl::LookupEntry ( std::u16string_view  i_rStreamName,
const OUString &  i_rIdref 
) const

Definition at line 965 of file Metadatable.cxx.

References sfx2::isContentFile(), and sfx2::isValidXmlId().

◆ LookupXmlId()

bool sfx2::XmlIdRegistryClipboard::XmlIdRegistry_Impl::LookupXmlId ( const Metadatable &  i_xObject,
OUString &  o_rStream,
OUString &  o_rIdref,
MetadatableClipboard const *&  o_rpLink 
) const

Definition at line 999 of file Metadatable.cxx.

◆ TryInsertMetadatable()

bool sfx2::XmlIdRegistryClipboard::XmlIdRegistry_Impl::TryInsertMetadatable ( Metadatable &  i_xObject,
std::u16string_view  i_rStream,
const OUString &  i_rIdref 
)

Definition at line 1024 of file Metadatable.cxx.

References sfx2::isContentFile(), and sfx2::isStylesFile().

Member Data Documentation

◆ m_XmlIdMap

ClipboardXmlIdMap_t sfx2::XmlIdRegistryClipboard::XmlIdRegistry_Impl::m_XmlIdMap

Definition at line 938 of file Metadatable.cxx.

◆ m_XmlIdReverseMap

ClipboardXmlIdReverseMap_t sfx2::XmlIdRegistryClipboard::XmlIdRegistry_Impl::m_XmlIdReverseMap

Definition at line 939 of file Metadatable.cxx.


The documentation for this struct was generated from the following file: