Home
last modified time | relevance | path

Searched refs:pTables (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/dbaccess/source/ui/browser/
H A DdsEntriesNoExp.cxx93 SvLBoxEntry* pTables = m_pTreeView->getListBox().GetEntry(pRootEntry, CONTAINER_TABLES); in getEntryType() local
98 if (pTables) sTest = m_pTreeView->getListBox().GetEntryText(pTables); in getEntryType()
105 if (pTables == _pEntry) in getEntryType()
111 if (pTables == pEntryParent) in getEntryType()
/aoo41x/main/connectivity/source/drivers/ado/
H A DAViews.cxx84 OTables* pTables = static_cast<OTables*>(static_cast<OCatalog&>(m_rParent).getPrivateTables()); in appendObject() local
85 if ( pTables ) in appendObject()
86 pTables->appendNew(sName); in appendObject()
/aoo41x/main/connectivity/source/drivers/mysql/
H A DYViews.cxx152 …OTables* pTables = static_cast<OTables*>(static_cast<OMySQLCatalog&>(m_rParent).getPrivateTables()… in createView() local
153 if ( pTables ) in createView()
156 pTables->appendNew(sName); in createView()
/aoo41x/main/sc/source/filter/html/
H A Dhtmlpars.cxx96 pTables( NULL ), in ScHTMLLayoutParser()
135 if ( pTables ) in ~ScHTMLLayoutParser()
137 for ( Table* pT = (Table*) pTables->First(); pT; pT = (Table*) pTables->Next() ) in ~ScHTMLLayoutParser()
139 delete pTables; in ~ScHTMLLayoutParser()
407 pTab = (pTables ? (Table*) pTables->Get( nTab ) : NULL); in Adjust()
431 pTab = (pTables ? (Table*) pTables->Get( nTab ) : NULL); in Adjust()
1170 if ( !pTables ) in TableOff()
1171 pTables = new Table; in TableOff()
1173 Table* pTab1 = (Table*) pTables->Get( nTab ); in TableOff()
1177 pTables->Insert( nTab, pTab1 ); in TableOff()
[all …]
/aoo41x/main/connectivity/source/drivers/hsqldb/
H A DHViews.cxx158 OTables* pTables = static_cast<OTables*>(static_cast<OHCatalog&>(m_rParent).getPrivateTables()); in createView() local
159 if ( pTables ) in createView()
162 pTables->appendNew(sName); in createView()
/aoo41x/main/connectivity/source/drivers/adabas/
H A DBViews.cxx182 …OTables* pTables = static_cast<OTables*>(static_cast<OAdabasCatalog&>(m_rParent).getPrivateTables(… in createView() local
183 if(pTables) in createView()
188 pTables->appendNew(sName); in createView()
/aoo41x/main/dbaccess/source/ui/dlg/
H A Dadtabdlg.cxx210 ::rtl::OUString* pTables = aTables.empty() ? 0 : &aTables[0]; in updateTableObjectList()
211 sTables = Sequence< ::rtl::OUString>(pTables, aTables.size()); in updateTableObjectList()
/aoo41x/main/sc/source/filter/inc/
H A Dhtmlpars.hxx134 Table* pTables; member in ScHTMLLayoutParser

Completed in 62 milliseconds