|
LibreOffice Module sfx2 (master) 1
|
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 |
Definition at line 921 of file Metadatable.cxx.
|
inline |
Definition at line 923 of file Metadatable.cxx.
| Metadatable * sfx2::XmlIdRegistryClipboard::XmlIdRegistry_Impl::LookupElement | ( | std::u16string_view | i_rStreamName, |
| const OUString & | i_rIdref | ||
| ) | const |
Definition at line 990 of file Metadatable.cxx.
| 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().
| 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.
| 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().
| ClipboardXmlIdMap_t sfx2::XmlIdRegistryClipboard::XmlIdRegistry_Impl::m_XmlIdMap |
Definition at line 938 of file Metadatable.cxx.
| ClipboardXmlIdReverseMap_t sfx2::XmlIdRegistryClipboard::XmlIdRegistry_Impl::m_XmlIdReverseMap |
Definition at line 939 of file Metadatable.cxx.