Lines Matching refs:OQueryContainer

109 DBG_NAME(OQueryContainer)  in DBG_NAME()  argument
111 OQueryContainer::OQueryContainer( in DBG_NAME()
121 DBG_CTOR(OQueryContainer, NULL); in DBG_NAME()
151 OQueryContainer::~OQueryContainer() in ~OQueryContainer()
153 DBG_DTOR(OQueryContainer, NULL); in ~OQueryContainer()
158 IMPLEMENT_FORWARD_XINTERFACE2( OQueryContainer,ODefinitionContainer,OQueryContainer_Base) in IMPLEMENT_FORWARD_XINTERFACE2() argument
161 IMPLEMENT_FORWARD_XTYPEPROVIDER2( OQueryContainer,ODefinitionContainer,OQueryContainer_Base) in IMPLEMENT_FORWARD_XINTERFACE2()
164 void OQueryContainer::disposing() in IMPLEMENT_FORWARD_XINTERFACE2()
190 IMPLEMENT_SERVICE_INFO2(OQueryContainer, "com.sun.star.sdb.dbaccess.OQueryContainer", SERVICE_SDBCX…
194 Reference< XPropertySet > SAL_CALL OQueryContainer::createDataDescriptor( ) throw(RuntimeException) in createDataDescriptor()
201 void SAL_CALL OQueryContainer::appendByDescriptor( const Reference< XPropertySet >& _rxDesc ) throw… in appendByDescriptor()
242 void SAL_CALL OQueryContainer::dropByName( const ::rtl::OUString& _rName ) throw(SQLException, NoSu… in dropByName()
257 void SAL_CALL OQueryContainer::dropByIndex( sal_Int32 _nIndex ) throw(SQLException, IndexOutOfBound… in dropByIndex()
274 void SAL_CALL OQueryContainer::elementInserted( const ::com::sun::star::container::ContainerEvent& … in elementInserted()
297 void SAL_CALL OQueryContainer::elementRemoved( const ::com::sun::star::container::ContainerEvent& _… in elementRemoved()
311 void SAL_CALL OQueryContainer::elementReplaced( const ::com::sun::star::container::ContainerEvent& … in elementReplaced()
332 Reference< XVeto > SAL_CALL OQueryContainer::approveInsertElement( const ContainerEvent& Event ) th… in approveInsertElement()
351 Reference< XVeto > SAL_CALL OQueryContainer::approveReplaceElement( const ContainerEvent& /*Event*/… in approveReplaceElement()
357 Reference< XVeto > SAL_CALL OQueryContainer::approveRemoveElement( const ContainerEvent& /*Event*/ … in approveRemoveElement()
363 void SAL_CALL OQueryContainer::disposing( const ::com::sun::star::lang::EventObject& _rSource ) thr… in disposing()
389 ::rtl::OUString OQueryContainer::determineContentType() const in determineContentType()
395 Reference< XContent > OQueryContainer::implCreateWrapper(const ::rtl::OUString& _rName) in implCreateWrapper()
402 Reference< XContent > OQueryContainer::implCreateWrapper(const Reference< XContent >& _rxCommandDes… in implCreateWrapper()
408 …xReturn = new OQueryContainer( xContainer, m_xConnection, m_aContext.getLegacyServiceFactory(), m_… in implCreateWrapper()
424 Reference< XContent > OQueryContainer::createObject( const ::rtl::OUString& _rName) in createObject()
429 sal_Bool OQueryContainer::checkExistence(const ::rtl::OUString& _rName) in checkExistence()
449 sal_Bool SAL_CALL OQueryContainer::hasElements( ) throw (RuntimeException) in hasElements()
455 sal_Int32 SAL_CALL OQueryContainer::getCount( ) throw(RuntimeException) in getCount()
461 Sequence< ::rtl::OUString > SAL_CALL OQueryContainer::getElementNames( ) throw(RuntimeException) in getElementNames()