Lines Matching refs:LookupXmlId

209     virtual bool LookupXmlId(const Metadatable& i_xObject,
249 virtual bool LookupXmlId(const Metadatable& i_xObject,
339 virtual bool LookupXmlId(const Metadatable& i_xObject,
386 if (LookupXmlId(i_rObject, path, idref)) in GetXmlIdForElement()
450 bool LookupXmlId(const Metadatable& i_xObject,
545 XmlIdRegistryDocument::XmlIdRegistry_Impl::LookupXmlId( in LookupXmlId() function in sfx2::XmlIdRegistryDocument::XmlIdRegistry_Impl
659 XmlIdRegistryDocument::LookupXmlId( in LookupXmlId() function in sfx2::XmlIdRegistryDocument
663 return m_pImpl->LookupXmlId(i_rObject, o_rStream, o_rIdref); in LookupXmlId()
702 m_pImpl->LookupXmlId(i_rObject, old_path, old_idref); in TryRegisterMetadatable()
742 m_pImpl->LookupXmlId(i_rObject, old_path, old_idref); in RegisterMetadatableAndCreateID()
776 if (!m_pImpl->LookupXmlId(i_rObject, path, idref)) in UnregisterMetadatable()
819 if (!m_pImpl->LookupXmlId( i_rSource, path, idref )) in RegisterCopy()
882 if (m_pImpl->LookupXmlId(i_rMerged, path, idref)) in JoinMetadatables()
939 bool LookupXmlId(const Metadatable& i_xObject,
1021 XmlIdRegistryClipboard::XmlIdRegistry_Impl::LookupXmlId( in LookupXmlId() function in sfx2::XmlIdRegistryClipboard::XmlIdRegistry_Impl
1092 XmlIdRegistryClipboard::LookupXmlId( in LookupXmlId() function in sfx2::XmlIdRegistryClipboard
1097 return m_pImpl->LookupXmlId(i_rObject, o_rStream, o_rIdref, pLink); in LookupXmlId()
1137 m_pImpl->LookupXmlId(i_rObject, old_path, old_idref, pLink); in TryRegisterMetadatable()
1177 LookupXmlId(i_rObject, old_path, old_idref); in RegisterMetadatableAndCreateID()
1203 if (!m_pImpl->LookupXmlId(i_rObject, path, idref, pLink)) in UnregisterMetadatable()
1285 m_pImpl->LookupXmlId(i_rObject, path, idref, pLink); in SourceLink()
1427 pSourceRegDoc->LookupXmlId(i_rSource, in RegisterAsCopyOf()