Lines Matching refs:WatchWindow

1189 WatchWindow::WatchWindow( Window* pParent ) :  in WatchWindow()  function in WatchWindow
1206 aTreeListBox.SetSelectHdl( LINK( this, WatchWindow, TreeListHdl ) ); in WatchWindow()
1212 aHeaderBar.SetEndDragHdl( LINK( this, WatchWindow, implEndDragHdl ) ); in WatchWindow()
1239 aXEdit.SetAccHdl( LINK( this, WatchWindow, EditAccHdl ) ); in WatchWindow()
1246 aRemoveWatchButton.SetClickHdl( LINK( this, WatchWindow, ButtonHdl ) ); in WatchWindow()
1264 __EXPORT WatchWindow::~WatchWindow() in ~WatchWindow()
1271 void __EXPORT WatchWindow::Paint( const Rectangle& ) in Paint()
1279 void __EXPORT WatchWindow::Resize() in Resize()
1398 void WatchWindow::AddWatch( const String& rVName ) in AddWatch()
1415 sal_Bool WatchWindow::RemoveSelectedWatch() in RemoveSelectedWatch()
1435 IMPL_LINK_INLINE_START( WatchWindow, ButtonHdl, ImageButton *, pButton ) in IMPL_LINK_INLINE_START() argument
1449 IMPL_LINK_INLINE_END( WatchWindow, ButtonHdl, ImageButton *, pButton ) in IMPL_LINK_INLINE_END() argument
1453 IMPL_LINK_INLINE_START( WatchWindow, TreeListHdl, SvTreeListBox *, EMPTYARG ) in IMPL_LINK_INLINE_END()
1461 IMPL_LINK_INLINE_END( WatchWindow, TreeListHdl, SvTreeListBox *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
1464 IMPL_LINK_INLINE_START( WatchWindow, implEndDragHdl, HeaderBar *, pBar ) in IMPL_LINK_INLINE_END()
1497 IMPL_LINK_INLINE_END( WatchWindow, implEndDragHdl, HeaderBar *, pBar ) in IMPL_LINK_INLINE_END() argument
1500 IMPL_LINK( WatchWindow, EditAccHdl, Accelerator *, pAcc ) in IMPL_LINK_INLINE_END()
1527 void WatchWindow::UpdateWatches( bool bBasicStopped ) in UpdateWatches()