Lines Matching refs:librdf_Repository

88 class librdf_Repository;
187 librdf_Repository &i_rRep) in librdf_TypeConverter()
217 librdf_Repository & m_rRep;
225 class librdf_Repository: class
235 explicit librdf_Repository(
237 virtual ~librdf_Repository();
409 librdf_GraphResult(librdf_Repository *i_pRepository, in librdf_GraphResult()
435 ::rtl::Reference< librdf_Repository > m_xRep;
513 librdf_QuerySelectResult(librdf_Repository *i_pRepository, in librdf_QuerySelectResult()
543 ::rtl::Reference< librdf_Repository > m_xRep;
631 librdf_NamedGraph(librdf_Repository * i_pRep, in librdf_NamedGraph()
679 librdf_Repository *m_pRep;
777 boost::shared_ptr<librdf_world> librdf_Repository::m_pWorld;
778 sal_uInt32 librdf_Repository::m_NumInstances = 0;
779 osl::Mutex librdf_Repository::m_aMutex;
781 librdf_Repository::librdf_Repository( in librdf_Repository() function in __anon694bc58f0111::librdf_Repository
798 librdf_Repository::~librdf_Repository() in ~librdf_Repository()
816 ::rtl::OUString SAL_CALL librdf_Repository::getImplementationName() in getImplementationName()
822 ::sal_Bool SAL_CALL librdf_Repository::supportsService( in supportsService()
835 librdf_Repository::getSupportedServiceNames() throw (uno::RuntimeException) in getSupportedServiceNames()
841 uno::Reference< rdf::XBlankNode > SAL_CALL librdf_Repository::createBlankNode() in createBlankNode()
884 librdf_Repository::importGraph(::sal_Int16 i_Format, in importGraph()
1002 librdf_Repository::exportGraph(::sal_Int16 i_Format, in exportGraph()
1147 librdf_Repository::getGraphNames() in getGraphNames()
1160 librdf_Repository::getGraph(const uno::Reference< rdf::XURI > & i_xGraphName) in getGraph()
1180 librdf_Repository::createGraph(const uno::Reference< rdf::XURI > & i_xGraphName) in createGraph()
1213 librdf_Repository::destroyGraph( in destroyGraph()
1231 librdf_Repository::getStatements( in getStatements()
1268 librdf_Repository::querySelect(const ::rtl::OUString & i_rQuery) in querySelect()
1318 librdf_Repository::queryConstruct(const ::rtl::OUString & i_rQuery) in queryConstruct()
1355 librdf_Repository::queryAsk(const ::rtl::OUString & i_rQuery) in queryAsk()
1384 void SAL_CALL librdf_Repository::setStatementRDFa( in setStatementRDFa()
1496 ::boost::bind( &librdf_Repository::addStatementGraph, in setStatementRDFa()
1500 void SAL_CALL librdf_Repository::removeStatementRDFa( in removeStatementRDFa()
1533 librdf_Repository::getStatementRDFa( in getStatementRDFa()
1595 librdf_Repository::getStatementsRDFa( in getStatementsRDFa()
1638 void SAL_CALL librdf_Repository::initialize( in initialize()
1653 const NamedGraphMap_t::iterator SAL_CALL librdf_Repository::clearGraph( in clearGraph()
1692 void SAL_CALL librdf_Repository::addStatementGraph( in addStatementGraph()
1760 void SAL_CALL librdf_Repository::removeStatementsGraph( in removeStatementsGraph()
1830 librdf_Repository::getStatementsGraph( in getStatementsGraph()
2242 return static_cast< ::cppu::OWeakObject * >(new librdf_Repository(context)); in _create()