Searched refs:DBTreeListBox (Results 1 – 11 of 11) sorted by relevance
| /trunk/main/dbaccess/source/ui/control/ |
| H A D | dbtreelistbox.cxx | 95 DBG_NAME(DBTreeListBox) in DBG_NAME() argument 101 DBTreeListBox::DBTreeListBox( Window* pParent, const Reference< XMultiServiceFactory >& _rxORB, Win… in DBG_NAME() 109 DBG_CTOR(DBTreeListBox,NULL); in DBG_NAME() 113 DBTreeListBox::DBTreeListBox( Window* pParent, const Reference< XMultiServiceFactory >& _rxORB, con… in DBTreeListBox() function in dbaui::DBTreeListBox 121 DBG_CTOR(DBTreeListBox,NULL); in DBTreeListBox() 125 void DBTreeListBox::init() in init() 131 m_aTimer.SetTimeoutHdl(LINK(this, DBTreeListBox, OnTimeOut)); in init() 133 m_aScrollHelper.setUpScrollMethod( LINK(this, DBTreeListBox, ScrollUpHdl) ); in init() 134 m_aScrollHelper.setDownScrollMethod( LINK(this, DBTreeListBox, ScrollDownHdl) ); in init() 143 DBTreeListBox::~DBTreeListBox() in ~DBTreeListBox() [all …]
|
| H A D | marktree.cxx | 50 : DBTreeListBox(pParent,_rxORB,nWinStyle) in DBG_NAME() 58 : DBTreeListBox(pParent,_rxORB,rResId) in OMarkableTreeListBox() 83 DBTreeListBox::Paint(_rRect); in Paint() 87 DBTreeListBox::Paint(_rRect); in Paint() 113 DBTreeListBox::KeyInput(rKEvt); in KeyInput() 116 DBTreeListBox::KeyInput(rKEvt); in KeyInput()
|
| /trunk/main/dbaccess/source/ui/app/ |
| H A D | AppDetailPageHelper.cxx | 184 …SvLBoxEntry* lcl_findEntry_impl(DBTreeListBox& rTree,const ::rtl::OUString& _rName,SvLBoxEntry* _p… in lcl_findEntry_impl() 211 …SvLBoxEntry* lcl_findEntry(DBTreeListBox& rTree,const ::rtl::OUString& _rName,SvLBoxEntry* _pFirst) in lcl_findEntry() 347 ::std::auto_ptr<DBTreeListBox> aTemp(m_pLists[i]); in ~OAppDetailPageHelper() 418 DBTreeListBox& rTree = *m_pLists[nPos]; in getSelectionElementNames() 465 DBTreeListBox* pList = ( _eType < E_ELEMENT_TYPE_COUNT ) ? m_pLists[ _eType ] : NULL; in describeCurrentSelectionForType() 536 DBTreeListBox& rTree = *m_pLists[nPos]; in selectElements() 558 DBTreeListBox& rTree = *m_pLists[nPos]; in getQualifiedName() 598 DBTreeListBox& rTree = *m_pLists[nPos]; in getSelectionCount() 672 DBTreeListBox& rTree = *m_pLists[nPos]; in isALeafSelected() 840 DBTreeListBox* pList = m_pLists[ _eType ]; in fillNames() [all …]
|
| H A D | AppDetailPageHelper.hxx | 76 class DBTreeListBox; 110 DBTreeListBox* m_pLists[ELEMENT_COUNT]; 177 …DBTreeListBox* createTree( DBTreeListBox* _pTreeView, const Image& _rImage, const Image& _rImageHC… 189 …DBTreeListBox* createSimpleTree( const rtl::OString& _sHelpId, const Image& _rImage, const Image& … 237 inline DBTreeListBox* getCurrentView() const in getCurrentView()
|
| /trunk/main/dbaccess/source/ui/inc/ |
| H A D | dbtreelistbox.hxx | 54 class DBTreeListBox :public SvTreeListBox class 90 DBTreeListBox( Window* pParent 94 DBTreeListBox( Window* pParent 98 ~DBTreeListBox();
|
| H A D | marktree.hxx | 45 class OMarkableTreeListBox : public DBTreeListBox
|
| H A D | UITools.hxx | 102 class DBTreeListBox;
|
| /trunk/main/dbaccess/source/ui/browser/ |
| H A D | dbtreeview.hxx | 39 class DBTreeListBox; 47 DBTreeListBox* m_pTreeListBox; 71 DBTreeListBox& getListBox() const { return *m_pTreeListBox; } in getListBox()
|
| H A D | dbtreeview.cxx | 59 …m_pTreeListBox = new DBTreeListBox(this, _rxORB ,WB_HASLINES | WB_SORT | WB_HASBUTTONS | WB_HSCROL… in DBG_NAME()
|
| H A D | unodatbr.cxx | 2798 DBTreeListBox& rListBox = m_pTreeView->getListBox(); in getEntryFromContainer()
|
| /trunk/main/dbaccess/source/ui/misc/ |
| H A D | WNameMatch.cxx | 410 DBTreeListBox::InitEntry( pEntry, rStr, rImg1, rImg2, eButtonKind ); in InitEntry() 422 bSelect = DBTreeListBox::Select( pEntry,bSelect ); in Select() 425 bSelect = DBTreeListBox::Select( pEntry,bSelect ); in Select()
|