Searched refs:OTableContainer (Results 1 – 6 of 6) sorted by relevance
/trunk/main/dbaccess/source/core/api/ |
H A D | tablecontainer.cxx | 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() 269 Reference< XPropertySet > OTableContainer::createDescriptor() in createDescriptor() 383 void OTableContainer::dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName) in dropObject() 485 void SAL_CALL OTableContainer::disposing() in disposing() [all …]
|
H A D | RowSet.hxx | 72 class OTableContainer; 107 OTableContainer* m_pTables;
|
H A D | RowSet.cxx | 2259 …m_pTables = new OTableContainer(*this,m_aMutex,m_xActiveConnection,bCase,NULL,NULL,NULL,m_nInAppen… in impl_getTables_throw()
|
/trunk/main/dbaccess/source/core/inc/ |
H A D | tablecontainer.hxx | 84 class OTableContainer; 87 class OTableContainer : public OFilteredContainer, class 130 OTableContainer( ::cppu::OWeakObject& _rParent, 140 virtual ~OTableContainer();
|
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | connection.hxx | 112 OTableContainer* m_pTables;
|
H A D | connection.cxx | 370 …m_pTables = new OTableContainer( *this, m_aMutex, this, bCase, xTableDefinitions, this, &m_aWarnin… in DBG_NAME()
|
Completed in 49 milliseconds