Home
last modified time | relevance | path

Searched refs:OTableContainer (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/dbaccess/source/core/api/
H A Dtablecontainer.cxx111 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()
[all …]
H A DRowSet.hxx72 class OTableContainer;
107 OTableContainer* m_pTables;
H A DRowSet.cxx2259 …m_pTables = new OTableContainer(*this,m_aMutex,m_xActiveConnection,bCase,NULL,NULL,NULL,m_nInAppen… in impl_getTables_throw()
/AOO41X/main/dbaccess/source/core/inc/
H A Dtablecontainer.hxx84 class OTableContainer;
87 class OTableContainer : public OFilteredContainer, class
130 OTableContainer( ::cppu::OWeakObject& _rParent,
140 virtual ~OTableContainer();
/AOO41X/main/dbaccess/source/core/dataaccess/
H A Dconnection.hxx112 OTableContainer* m_pTables;
H A Dconnection.cxx366 …m_pTables = new OTableContainer( *this, m_aMutex, this, bCase, xTableDefinitions, this, &m_aWarnin… in DBG_NAME()