Home
last modified time | relevance | path

Searched refs:DBTreeListBox (Results 1 – 11 of 11) sorted by relevance

/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx95 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 Dmarktree.cxx50 : 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 DAppDetailPageHelper.cxx184 …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 DAppDetailPageHelper.hxx76 class DBTreeListBox;
110 DBTreeListBox* m_pLists[ELEMENT_COUNT];
177DBTreeListBox* createTree( DBTreeListBox* _pTreeView, const Image& _rImage, const Image& _rImageHC…
189DBTreeListBox* 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 Ddbtreelistbox.hxx54 class DBTreeListBox :public SvTreeListBox class
90 DBTreeListBox( Window* pParent
94 DBTreeListBox( Window* pParent
98 ~DBTreeListBox();
H A Dmarktree.hxx45 class OMarkableTreeListBox : public DBTreeListBox
H A DUITools.hxx102 class DBTreeListBox;
/trunk/main/dbaccess/source/ui/browser/
H A Ddbtreeview.hxx39 class DBTreeListBox;
47 DBTreeListBox* m_pTreeListBox;
71 DBTreeListBox& getListBox() const { return *m_pTreeListBox; } in getListBox()
H A Ddbtreeview.cxx59 …m_pTreeListBox = new DBTreeListBox(this, _rxORB ,WB_HASLINES | WB_SORT | WB_HASBUTTONS | WB_HSCROL… in DBG_NAME()
H A Dunodatbr.cxx2798 DBTreeListBox& rListBox = m_pTreeView->getListBox(); in getEntryFromContainer()
/trunk/main/dbaccess/source/ui/misc/
H A DWNameMatch.cxx410 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()