Lines Matching refs:OTableContainer

111 DBG_NAME(OTableContainer)  in DBG_NAME()  argument
113 OTableContainer::OTableContainer(::cppu::OWeakObject& _rParent, in DBG_NAME()
126 DBG_CTOR(OTableContainer, NULL); in DBG_NAME()
130 OTableContainer::~OTableContainer() in ~OTableContainer()
134 DBG_DTOR(OTableContainer, NULL); in ~OTableContainer()
138 void OTableContainer::removeMasterContainerListener() in removeMasterContainerListener()
153 ::rtl::OUString OTableContainer::getTableTypeRestriction() const in getTableTypeRestriction()
162 IMPLEMENT_SERVICE_INFO2(OTableContainer, "com.sun.star.sdb.dbaccess.OTableContainer", SERVICE_SDBCX…
197 connectivity::sdbcx::ObjectType OTableContainer::createObject(const ::rtl::OUString& _rName) in createObject()
269 Reference< XPropertySet > OTableContainer::createDescriptor() in createDescriptor()
295 ObjectType OTableContainer::appendObject( const ::rtl::OUString& _rForName, const Reference< XPrope… in appendObject()
383 void OTableContainer::dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName) in dropObject()
448 void SAL_CALL OTableContainer::elementInserted( const ContainerEvent& Event ) throw (RuntimeExcepti… in elementInserted()
467 void SAL_CALL OTableContainer::elementRemoved( const ContainerEvent& /*Event*/ ) throw (RuntimeExce… in elementRemoved()
472 void SAL_CALL OTableContainer::elementReplaced( const ContainerEvent& Event ) throw (RuntimeExcepti… in elementReplaced()
485 void SAL_CALL OTableContainer::disposing() in disposing()
494 void SAL_CALL OTableContainer::disposing( const ::com::sun::star::lang::EventObject& /*Source*/ ) t… in disposing()
500 void OTableContainer::addMasterContainerListener() in addMasterContainerListener()