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()
154 bool OTableTreeListBox::isFolderEntry( const SvLBoxEntry* _pEntry ) const in isFolderEntry()
166 void OTableTreeListBox::notifyHiContrastChanged() in notifyHiContrastChanged()
208 void OTableTreeListBox::implOnNewConnection( const Reference< XConnection >& _rxConnection ) in implOnNewConnection()
215 void OTableTreeListBox::UpdateTableList( const Reference< XConnection >& _rxConnection ) throw(SQLE… in UpdateTableList()
260 struct OViewSetter : public ::std::unary_function< OTableTreeListBox::TNames::value_type, bool>
266 OTableTreeListBox::TNames::value_type operator() (const ::rtl::OUString& lhs) in operator ()()
[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()