Searched refs:WatchWindow (Results 1 – 2 of 2) sorted by relevance
1189 WatchWindow::WatchWindow( Window* pParent ) : in WatchWindow() function in WatchWindow1206 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()[all …]
257 class WatchWindow : public BasicDockingWindow class277 WatchWindow( Window* pParent );278 ~WatchWindow();456 WatchWindow aWatchWindow;494 WatchWindow& GetWatchWindow() { return aWatchWindow; } in GetWatchWindow()