Searched refs:pTables (Results 1 – 8 of 8) sorted by relevance
93 SvLBoxEntry* pTables = m_pTreeView->getListBox().GetEntry(pRootEntry, CONTAINER_TABLES); in getEntryType() local98 if (pTables) sTest = m_pTreeView->getListBox().GetEntryText(pTables); in getEntryType()105 if (pTables == _pEntry) in getEntryType()111 if (pTables == pEntryParent) in getEntryType()
84 OTables* pTables = static_cast<OTables*>(static_cast<OCatalog&>(m_rParent).getPrivateTables()); in appendObject() local85 if ( pTables ) in appendObject()86 pTables->appendNew(sName); in appendObject()
96 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 …]
152 …OTables* pTables = static_cast<OTables*>(static_cast<OMySQLCatalog&>(m_rParent).getPrivateTables()… in createView() local153 if ( pTables ) in createView()156 pTables->appendNew(sName); in createView()
158 OTables* pTables = static_cast<OTables*>(static_cast<OHCatalog&>(m_rParent).getPrivateTables()); in createView() local159 if ( pTables ) in createView()162 pTables->appendNew(sName); in createView()
182 …OTables* pTables = static_cast<OTables*>(static_cast<OAdabasCatalog&>(m_rParent).getPrivateTables(… in createView() local183 if(pTables) in createView()188 pTables->appendNew(sName); in createView()
210 ::rtl::OUString* pTables = aTables.empty() ? 0 : &aTables[0]; in updateTableObjectList()211 sTables = Sequence< ::rtl::OUString>(pTables, aTables.size()); in updateTableObjectList()
134 Table* pTables; member in ScHTMLLayoutParser
Completed in 131 milliseconds