Home
last modified time | relevance | path

Searched refs:WatchWindow (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/basctl/source/basicide/
H A Dbaside2b.cxx1189 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()
[all …]
H A Dbaside2.hxx257 class WatchWindow : public BasicDockingWindow class
277 WatchWindow( Window* pParent );
278 ~WatchWindow();
456 WatchWindow aWatchWindow;
494 WatchWindow& GetWatchWindow() { return aWatchWindow; } in GetWatchWindow()