Searched refs:i_xURI (Results 1 – 6 of 6) sorted by relevance
68 uno::Reference<rdf::XURI> const & i_xURI) in makeCURIE() argument70 OSL_ENSURE(i_xURI.is(), "makeCURIE: null URI"); in makeCURIE()71 if (!i_xURI.is()) throw uno::RuntimeException(); in makeCURIE()73 const ::rtl::OUString Namespace( i_xURI->getNamespace() ); in makeCURIE()81 buf.append( i_xURI->getLocalName() ); in makeCURIE()
894 const uno::Reference< rdf::XURI > & i_xURI ) in getElementByURI()897 if (!i_xURI.is()) { in getElementByURI()903 const ::rtl::OUString name( i_xURI->getStringValue() ); in getElementByURI()
4296 SfxBaseModel::getElementByURI(const uno::Reference< rdf::XURI > & i_xURI) in getElementByURI() argument4307 return xDMA->getElementByURI(i_xURI); in getElementByURI()
123 ::com::sun::star::rdf::XURI > & i_xURI)
1350 ::com::sun::star::rdf::XURI > & i_xURI)
197 const uno::Reference< rdf::XURI > & i_xURI) const;1959 const uno::Reference< rdf::XURI > & i_xURI) const in mkURI()1962 ::rtl::OUStringToOString(i_xURI->getStringValue(), in mkURI()
Completed in 68 milliseconds