Home
last modified time | relevance | path

Searched refs:OTableTreeListBox (Results 1 – 7 of 7) sorted by relevance

/trunk/main/dbaccess/source/ui/control/
H A Dtabletree.cxx120 OTableTreeListBox::OTableTreeListBox( Window* pParent, const Reference< XMultiServiceFactory >& _rx… in OTableTreeListBox() function in dbaui::OTableTreeListBox
129 OTableTreeListBox::OTableTreeListBox( Window* pParent, const Reference< XMultiServiceFactory >& _rx… in OTableTreeListBox() function in dbaui::OTableTreeListBox
139 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 …]
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.cxx481 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()
1388OTableTreeListBox* pTableTree = dynamic_cast< OTableTreeListBox* >( m_pLists[ E_TABLE ] ); in DataChanged()
/trunk/main/dbaccess/source/ui/inc/
H A Dtabletree.hxx62 class OTableTreeListBox : public OMarkableTreeListBox class
73 OTableTreeListBox(
79 OTableTreeListBox(
85 ~OTableTreeListBox();
H A Dadtabdlg.hxx92 OTableTreeListBox m_aTableList;
/trunk/main/dbaccess/source/ui/dlg/
H A Dadtabdlg.cxx77 OTableTreeListBox& m_rTableList;
84 TableListFacade( OTableTreeListBox& _rTableList, const Reference< XConnection >& _rxConnection ) in TableListFacade()
H A Dtablespage.hxx64 OTableTreeListBox m_aTablesList;
H A Dtablespage.cxx680 _rControlList.push_back(new ODisableWrapper<OTableTreeListBox>(&m_aTablesList)); in fillWindows()

Completed in 31 milliseconds