Lines Matching refs:MyWin
122 class MyWin : public WorkWindow class
129 MyWin( Window* pParent, WinBits nWinStyle );
153 MyWin aMainWin( NULL, WB_STDWORK ); in Main()
162 MyWin::MyWin( Window* pParent, WinBits nWinStyle ) : in MyWin() function in MyWin
171 m_aListButton.SetClickHdl( LINK( this, MyWin, ListHdl ) ); in MyWin()
175 m_aSvpBitmaps.SetSelectHdl( LINK( this, MyWin, SelectHdl ) ); in MyWin()
184 m_aQuitButton.SetClickHdl( LINK( this, MyWin, QuitHdl ) ); in MyWin()
188 sal_Bool MyWin::Close() in Close()
196 void MyWin::parseList( const rtl::OString& rList ) in parseList()
220 rtl::OString MyWin::processCommand( const rtl::OString& rCommand ) in processCommand()
256 IMPL_LINK( MyWin, ListHdl, Button*, )
262 IMPL_LINK( MyWin, QuitHdl, Button*, )
268 IMPL_LINK( MyWin, SelectHdl, ListBox*, )
297 void MyWin::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
304 void MyWin::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
311 void MyWin::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp()
318 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
325 void MyWin::KeyUp( const KeyEvent& rKEvt ) in KeyUp()
332 void MyWin::Paint( const Rectangle& rRect ) in Paint()
339 void MyWin::Resize() in Resize()