Searched refs:WatchWindow (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/basctl/source/basicide/ |
H A D | baside2b.cxx | 1189 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 …]
|
H A D | baside2.hxx | 257 class WatchWindow : public BasicDockingWindow class 277 WatchWindow( Window* pParent ); 278 ~WatchWindow(); 456 WatchWindow aWatchWindow; 494 WatchWindow& GetWatchWindow() { return aWatchWindow; } in GetWatchWindow()
|
Completed in 28 milliseconds