Searched refs:OTableTreeListBox (Results 1 – 7 of 7) sorted by relevance
120 OTableTreeListBox::OTableTreeListBox( Window* pParent, const Reference< XMultiServiceFactory >& _rx… in OTableTreeListBox() function in dbaui::OTableTreeListBox129 OTableTreeListBox::OTableTreeListBox( Window* pParent, const Reference< XMultiServiceFactory >& _rx… in OTableTreeListBox() function in dbaui::OTableTreeListBox139 OTableTreeListBox::~OTableTreeListBox() in ~OTableTreeListBox()144 void OTableTreeListBox::implSetDefaultImages() in implSetDefaultImages()166 void OTableTreeListBox::notifyHiContrastChanged() in notifyHiContrastChanged()268 OTableTreeListBox::TNames::value_type aRet; in operator ()()280 void OTableTreeListBox::UpdateTableList( in UpdateTableList()417 void OTableTreeListBox::checkWildcard(SvLBoxEntry* _pEntry) in checkWildcard()424 SvLBoxEntry* OTableTreeListBox::getAllObjectsEntry() const in getAllObjectsEntry()498 SvLBoxEntry* OTableTreeListBox::implAddEntry( in implAddEntry()[all …]
481 OTableTreeListBox& rTableTree = dynamic_cast< OTableTreeListBox& >( *pList ); in describeCurrentSelectionForType()569 … const OTableTreeListBox& rTreeView = dynamic_cast< const OTableTreeListBox& >( *m_pLists[nPos] ); in getQualifiedName()698 OTableTreeListBox* pTreeView = new OTableTreeListBox(this in createTablesPage()716 static_cast<OTableTreeListBox*>(m_pLists[E_TABLE])->UpdateTableList(_xConnection); in createTablesPage()945 static_cast<OTableTreeListBox*>(pTreeView)->removedTable( _rOldName ); in elementReplaced()946 static_cast<OTableTreeListBox*>(pTreeView)->addedTable( _rNewName ); in elementReplaced()973 pRet = static_cast<OTableTreeListBox*>(pTreeView)->addedTable( _rName ); in elementAdded()1024 static_cast< OTableTreeListBox* >( pTreeView )->removedTable( _rName ); in elementRemoved()1388 … OTableTreeListBox* pTableTree = dynamic_cast< OTableTreeListBox* >( m_pLists[ E_TABLE ] ); in DataChanged()
62 class OTableTreeListBox : public OMarkableTreeListBox class73 OTableTreeListBox(79 OTableTreeListBox(85 ~OTableTreeListBox();
92 OTableTreeListBox m_aTableList;
77 OTableTreeListBox& m_rTableList;84 TableListFacade( OTableTreeListBox& _rTableList, const Reference< XConnection >& _rxConnection ) in TableListFacade()
64 OTableTreeListBox m_aTablesList;
682 _rControlList.push_back(new ODisableWrapper<OTableTreeListBox>(&m_aTablesList)); in fillWindows()
Completed in 36 milliseconds