Lines Matching refs:DBTreeListBox

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()
145 DBG_DTOR(DBTreeListBox,NULL); in ~DBTreeListBox()
149 SvLBoxEntry* DBTreeListBox::GetEntryPosByName( const String& aName, SvLBoxEntry* pStart, const IEnt… in GetEntryPosByName()
175 void DBTreeListBox::EnableExpandHandler(SvLBoxEntry* _pEntry) in EnableExpandHandler()
177 LINK(this, DBTreeListBox, OnResetEntry).Call(_pEntry); in EnableExpandHandler()
181 void DBTreeListBox::RequestingChilds( SvLBoxEntry* pParent ) in RequestingChilds()
190 PostUserEvent(LINK(this, DBTreeListBox, OnResetEntry), pParent); in RequestingChilds()
196 void DBTreeListBox::InitEntry( SvLBoxEntry* _pEntry, const XubString& aStr, const Image& _rCollEntr… in InitEntry()
205 void DBTreeListBox::implStopSelectionTimer() in implStopSelectionTimer()
212 void DBTreeListBox::implStartSelectionTimer() in implStartSelectionTimer()
220 void DBTreeListBox::DeselectHdl() in DeselectHdl()
227 void DBTreeListBox::SelectHdl() in SelectHdl()
235 void DBTreeListBox::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
245 IMPL_LINK(DBTreeListBox, OnResetEntry, SvLBoxEntry*, pEntry) in IMPL_LINK() argument
254 void DBTreeListBox::ModelHasEntryInvalidated( SvListEntry* _pEntry ) in ModelHasEntryInvalidated()
270 void DBTreeListBox::ModelHasRemoved( SvListEntry* _pEntry ) in ModelHasRemoved()
281 sal_Int8 DBTreeListBox::AcceptDrop( const AcceptDropEvent& _rEvt ) in AcceptDrop()
322 sal_Int8 DBTreeListBox::ExecuteDrop( const ExecuteDropEvent& _rEvt ) in ExecuteDrop()
331 void DBTreeListBox::StartDrag( sal_Int8 _nAction, const Point& _rPosPixel ) in StartDrag()
347 void DBTreeListBox::RequestHelp( const HelpEvent& rHEvt ) in RequestHelp()
378 void DBTreeListBox::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
443 sal_Bool DBTreeListBox::EditingEntry( SvLBoxEntry* pEntry, Selection& /*_aSelection*/) in EditingEntry()
448 sal_Bool DBTreeListBox::EditedEntry( SvLBoxEntry* pEntry, const XubString& rNewText ) in EditedEntry()
464 sal_Bool DBTreeListBox::DoubleClickHdl() in DoubleClickHdl()
472 void scrollWindow(DBTreeListBox* _pListBox, const Point& _rPos,sal_Bool _bUp) in scrollWindow()
481 IMPL_LINK( DBTreeListBox, ScrollUpHdl, SvTreeListBox*, /*pBox*/ )
488 IMPL_LINK( DBTreeListBox, ScrollDownHdl, SvTreeListBox*, /*pBox*/ )
647 PopupMenu* DBTreeListBox::CreateContextMenu( void ) in CreateContextMenu()
732 void DBTreeListBox::ExcecuteContextMenuAction( sal_uInt16 _nSelectedPopupEntry ) in ExcecuteContextMenuAction()
739 IMPL_LINK(DBTreeListBox, OnTimeOut, void*, /*EMPTY_ARG*/)
747 void DBTreeListBox::StateChanged( StateChangedType nStateChange ) in StateChanged()