Home
last modified time | relevance | path

Searched refs:i_xPart (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sfx2/source/doc/
H A DDocumentMetadataAccess.cxx380 uno::Reference<rdf::XURI> const& i_xPart) in removeFile() argument
382 if (!i_xPart.is()) throw uno::RuntimeException(); in removeFile()
386 i_xPart.get()); in removeFile()
387 i_rImpl.m_xManifest->removeStatements(i_xPart.get(), in removeFile()
429 uno::Reference<rdf::XURI> const & i_xPart, in isPartOfType() argument
432 if (!i_xPart.is() || !i_xType.is()) throw uno::RuntimeException(); in isPartOfType()
435 i_rImpl.m_xManifest->getStatements(i_xPart.get(), in isPartOfType()

Completed in 15 milliseconds