Searched refs:i_xGraphName (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/unoxml/source/rdf/ |
H A D | librdf_repository.cxx | 886 const uno::Reference< rdf::XURI > & i_xGraphName, in importGraph() 905 if (!i_xGraphName.is()) { in importGraph() 989 new librdf_NamedGraph(this, i_xGraphName))); in importGraph() 998 return getGraph(i_xGraphName); in importGraph() 1004 const uno::Reference< rdf::XURI > & i_xGraphName, in exportGraph() 1023 if (!i_xGraphName.is()) { in exportGraph() 1165 if (!i_xGraphName.is()) { in getGraph() 1185 if (!i_xGraphName.is()) { in createGraph() 1207 new librdf_NamedGraph(this, i_xGraphName))); in createGraph() 1658 if (!i_xGraphName.is()) { in clearGraph() [all …]
|
/aoo41x/main/sfx2/source/doc/ |
H A D | DocumentMetadataAccess.cxx | 639 uno::Reference<rdf::XURI> const & i_xGraphName, in exportStream() argument 659 xOutStream, i_xGraphName, xBaseURI); in exportStream() 666 uno::Reference<rdf::XURI> const & i_xGraphName, in writeStream() argument 675 exportStream(i_rImpl, i_xStorage, i_xGraphName, i_rPath, in writeStream() 696 writeStream(i_rImpl, xDir, i_xGraphName, rest, in writeStream() 1032 const uno::Reference< rdf::XURI > & i_xGraphName) in removeMetadataFile() 1037 m_pImpl->m_xRepository->destroyGraph(i_xGraphName); in removeMetadataFile() 1047 removeFile(*m_pImpl, i_xGraphName.get()); in removeMetadataFile()
|
H A D | sfxbasemodel.cxx | 4333 const uno::Reference< rdf::XURI > & i_xGraphName) in removeMetadataFile() 4345 return xDMA->removeMetadataFile(i_xGraphName); in removeMetadataFile()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | DocumentMetadataAccess.hxx | 160 ::com::sun::star::rdf::XURI > & i_xGraphName)
|
H A D | sfxbasemodel.hxx | 1387 ::com::sun::star::rdf::XURI > & i_xGraphName)
|
Completed in 68 milliseconds