Home
last modified time | relevance | path

Searched refs:WatchWindow (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/basctl/source/basicide/
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()
H A Dbaside2b.cxx1189 WatchWindow::WatchWindow( Window* pParent ) : in WatchWindow() function in WatchWindow
1206 aTreeListBox.SetSelectHdl( LINK( this, WatchWindow, TreeListHdl ) ); in WatchWindow()
1239 aXEdit.SetAccHdl( LINK( this, WatchWindow, EditAccHdl ) ); 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()
1449 IMPL_LINK_INLINE_END( WatchWindow, ButtonHdl, ImageButton *, pButton ) in IMPL_LINK_INLINE_END() argument
1500 IMPL_LINK( WatchWindow, EditAccHdl, Accelerator *, pAcc ) in IMPL_LINK_INLINE_END()
[all …]

Completed in 35 milliseconds