Searched refs:DBTreeListBox (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/dbaccess/source/ui/control/ |
H A D | dbtreelistbox.cxx | 95 DBG_NAME(DBTreeListBox) in DBG_NAME() argument 109 DBG_CTOR(DBTreeListBox,NULL); in DBG_NAME() 121 DBG_CTOR(DBTreeListBox,NULL); in DBTreeListBox() 125 void DBTreeListBox::init() in init() 143 DBTreeListBox::~DBTreeListBox() in ~DBTreeListBox() 145 DBG_DTOR(DBTreeListBox,NULL); in ~DBTreeListBox() 205 void DBTreeListBox::implStopSelectionTimer() in implStopSelectionTimer() 212 void DBTreeListBox::implStartSelectionTimer() in implStartSelectionTimer() 220 void DBTreeListBox::DeselectHdl() in DeselectHdl() 227 void DBTreeListBox::SelectHdl() in SelectHdl() [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()
|
/aoo42x/main/dbaccess/source/ui/app/ |
H A D | AppDetailPageHelper.cxx | 347 ::std::auto_ptr<DBTreeListBox> aTemp(m_pLists[i]); in ~OAppDetailPageHelper() 418 DBTreeListBox& rTree = *m_pLists[nPos]; in getSelectionElementNames() 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() 886 DBTreeListBox* OAppDetailPageHelper::createTree( DBTreeListBox* _pTreeView, const Image& _rImage, c… in createTree() 937 DBTreeListBox* pTreeView = getCurrentView(); in elementReplaced() 970 DBTreeListBox* pTreeView = m_pLists[_eType]; in elementAdded() [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()
|
/aoo42x/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;
|
/aoo42x/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()
|
/aoo42x/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()
|
Completed in 67 milliseconds