Lines Matching refs:i_xGraphName
253 const uno::Reference< rdf::XURI > & i_xGraphName,
261 const uno::Reference< rdf::XURI > & i_xGraphName,
270 const uno::Reference< rdf::XURI > & i_xGraphName)
274 const uno::Reference< rdf::XURI > & i_xGraphName)
278 const uno::Reference< rdf::XURI > & i_xGraphName)
886 const uno::Reference< rdf::XURI > & i_xGraphName, in importGraph()
905 if (!i_xGraphName.is()) { in importGraph()
910 if (i_xGraphName->getStringValue().matchAsciiL(s_nsOOo, sizeof(s_nsOOo)-1)) in importGraph()
929 const ::rtl::OUString contextU( i_xGraphName->getStringValue() ); 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()
1041 const ::rtl::OUString contextU( i_xGraphName->getStringValue() ); in exportGraph()
1160 librdf_Repository::getGraph(const uno::Reference< rdf::XURI > & i_xGraphName) in getGraph() argument
1165 if (!i_xGraphName.is()) { in getGraph()
1171 m_NamedGraphs.find(i_xGraphName->getStringValue()) ); in getGraph()
1180 librdf_Repository::createGraph(const uno::Reference< rdf::XURI > & i_xGraphName) in createGraph() argument
1185 if (!i_xGraphName.is()) { in createGraph()
1190 if (i_xGraphName->getStringValue().matchAsciiL(s_nsOOo, sizeof(s_nsOOo)-1)) in createGraph()
1200 const ::rtl::OUString contextU( i_xGraphName->getStringValue() ); in createGraph()
1207 new librdf_NamedGraph(this, i_xGraphName))); in createGraph()
1214 const uno::Reference< rdf::XURI > & i_xGraphName) in destroyGraph()
1219 const NamedGraphMap_t::iterator iter( clearGraph(i_xGraphName) ); in destroyGraph()
1654 const uno::Reference< rdf::XURI > & i_xGraphName, bool i_Internal) in clearGraph()
1658 if (!i_xGraphName.is()) { in clearGraph()
1664 const ::rtl::OUString contextU( i_xGraphName->getStringValue() ); in clearGraph()
1696 const uno::Reference< rdf::XURI > & i_xGraphName, in addStatementGraph()
1716 const ::rtl::OUString contextU( i_xGraphName->getStringValue() ); in addStatementGraph()
1764 const uno::Reference< rdf::XURI > & i_xGraphName) in removeStatementsGraph()
1776 const ::rtl::OUString contextU( i_xGraphName->getStringValue() ); in removeStatementsGraph()
1834 const uno::Reference< rdf::XURI > & i_xGraphName, in getStatementsGraph()
1853 const ::rtl::OUString contextU( i_xGraphName->getStringValue() ); in getStatementsGraph()