/trunk/main/vcl/workben/ |
H A D | svpclient.cxx | 122 class MyWin : public WorkWindow class 153 MyWin aMainWin( NULL, WB_STDWORK ); in Main() 162 MyWin::MyWin( Window* pParent, WinBits nWinStyle ) : in MyWin() function in MyWin 188 sal_Bool MyWin::Close() in Close() 256 IMPL_LINK( MyWin, ListHdl, Button*, ) 262 IMPL_LINK( MyWin, QuitHdl, Button*, ) 268 IMPL_LINK( MyWin, SelectHdl, ListBox*, ) 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() [all …]
|
H A D | svdem.cxx | 65 class MyWin : public WorkWindow class 68 MyWin( Window* pParent, WinBits nWinStyle ); 83 MyWin aMainWin( NULL, WB_APP | WB_STDWORK ); in Main() 92 MyWin::MyWin( Window* pParent, WinBits nWinStyle ) : in MyWin() function in MyWin 99 void MyWin::MouseMove( const MouseEvent& rMEvt ) in MouseMove() 106 void MyWin::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown() 113 void MyWin::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp() 120 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput() 127 void MyWin::KeyUp( const KeyEvent& rKEvt ) in KeyUp() 134 void MyWin::Paint( const Rectangle& rRect ) in Paint() [all …]
|
H A D | vcldemo.cxx | 70 class MyWin : public WorkWindow class 73 MyWin( Window* pParent, WinBits nWinStyle ); 95 MyWin aMainWin( NULL, WB_APP | WB_STDWORK ); in Main() 109 MyWin::MyWin( Window* pParent, WinBits nWinStyle ) : in MyWin() function in MyWin 116 void MyWin::MouseMove( const MouseEvent& rMEvt ) in MouseMove() 123 void MyWin::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown() 133 void MyWin::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp() 140 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput() 147 void MyWin::KeyUp( const KeyEvent& rKEvt ) in KeyUp() 154 void MyWin::Paint( const Rectangle& rRect ) in Paint() [all …]
|
H A D | svptest.cxx | 71 class MyWin : public WorkWindow class 75 MyWin( Window* pParent, WinBits nWinStyle ); 90 MyWin aMainWin( NULL, WB_APP | WB_STDWORK ); in Main() 99 MyWin::MyWin( Window* pParent, WinBits nWinStyle ) : in MyWin() function in MyWin 126 void MyWin::MouseMove( const MouseEvent& rMEvt ) in MouseMove() 133 void MyWin::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown() 140 void MyWin::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp() 147 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput() 154 void MyWin::KeyUp( const KeyEvent& rKEvt ) in KeyUp() 234 void MyWin::Paint( const Rectangle& rRect ) in Paint() [all …]
|
/trunk/main/fpicker/test/ |
H A D | svdem.cxx | 107 class MyWin : public WorkWindow class 110 MyWin( Window* pParent, WinBits nWinStyle ); 131 MyWin aMainWin( NULL, WB_APP | WB_STDWORK ); in Main() 140 MyWin::MyWin( Window* pParent, WinBits nWinStyle ) in MyWin() function in MyWin 145 aOKBtn.SetClickHdl( LINK( this, MyWin, Test ) ); in MyWin() 151 void MyWin::MouseMove( const MouseEvent& rMEvt ) in MouseMove() 172 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput() 179 void MyWin::KeyUp( const KeyEvent& rKEvt ) in KeyUp() 186 void MyWin::Paint( const Rectangle& rRect ) in Paint() 193 void MyWin::Resize() in Resize() [all …]
|
/trunk/main/xmlsecurity/workben/ |
H A D | signaturetest.cxx | 134 class MyWin : public WorkWindow class 167 MyWin( Window* pParent, WinBits nWinStyle ); 175 MyWin aMainWin( NULL, WB_APP | WB_STDWORK | WB_3DLOOK); in Main() 183 MyWin::MyWin( Window* pParent, WinBits nWinStyle ) : in MyWin() function in MyWin 279 maSignButton.SetClickHdl( LINK( this, MyWin, SignButtonHdl ) ); in MyWin() 284 maVerifyButton.SetClickHdl( LINK( this, MyWin, VerifyButtonHdl ) ); in MyWin() 349 IMPL_LINK( MyWin, CryptoCheckBoxHdl, CheckBox*, EMPTYARG ) in IMPL_LINK() argument 379 IMPL_LINK( MyWin, VerifyDigitalSignaturesHdl, Button*, EMPTYARG ) in IMPL_LINK() argument 436 IMPL_LINK( MyWin, SignButtonHdl, Button*, EMPTYARG ) in IMPL_LINK() argument 498 IMPL_LINK( MyWin, VerifyButtonHdl, Button*, EMPTYARG ) in IMPL_LINK() argument [all …]
|
/trunk/main/svtools/workben/ |
H A D | svdem.cxx | 187 class MyWin : public WorkWindow class 213 MyWin( Window* pParent, WinBits aWinStyle ); 214 ~MyWin(); 687 MyWin::MyWin( Window* pParent, WinBits aWinStyle ) : in MyWin() function in MyWin 904 MyWin::~MyWin() in ~MyWin() 920 IMPL_LINK( MyWin, Test, PushButton*, pBtn ) in IMPL_LINK() argument 957 IMPL_LINK( MyWin, SelectHdl, Window*, pCtrl ) in IMPL_LINK() argument 1014 void MyWin::ContextMenu( const Point& rPos ) in ContextMenu() 1067 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput() 1090 void MyWin::Paint( const Rectangle& rRect ) in Paint() [all …]
|
H A D | urange.cxx | 170 class MyWin : public WorkWindow class 173 MyWin( Window* pParent, WinBits aWinStyle ) : in MyWin() function in MyWin 190 MyWin aMainWin( NULL, WB_APP | WB_STDWORK ); in Main() 207 void MyWin::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
|
/trunk/main/toolkit/workben/ |
H A D | controls.cxx | 65 class MyWin : public WorkWindow class 75 MyWin( Window* pParent, WinBits nWinStyle ); 76 ~MyWin(); 89 MyWin aMainWin( NULL, WB_APP | WB_STDWORK ); in Main() 97 MyWin::MyWin( Window* pParent, WinBits nWinStyle ) : in MyWin() function in MyWin 103 MyWin::~MyWin() in ~MyWin() 113 void MyWin::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown() 429 void MyWin::Resize() in Resize() 434 void MyWin::Paint( const Rectangle& r ) in Paint()
|
H A D | unodialog.cxx | 138 class MyWin : public WorkWindow class 144 MyWin() : WorkWindow( NULL, WB_APP|WB_STDWORK ) {;} in MyWin() function in MyWin 214 MyWin * pWindow; in Main() 216 pWindow = new MyWin(); in Main() 259 void MyWin::Paint( const Rectangle& r ) in Paint()
|
/trunk/main/vcl/test/ |
H A D | dndtest.cxx | 68 class MyWin : public WorkWindow class 71 MyWin( Window* pParent, WinBits nWinStyle ); 191 MyWin aMainWin( NULL, WB_APP | WB_STDWORK ); in Main() 223 MyWin::MyWin( Window* pParent, WinBits nWinStyle ) : in MyWin() function in MyWin 242 void MyWin::MouseMove( const MouseEvent& rMEvt ) in MouseMove() 249 void MyWin::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown() 256 void MyWin::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp() 263 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput() 270 void MyWin::KeyUp( const KeyEvent& rKEvt ) in KeyUp() 277 void MyWin::Paint( const Rectangle& rRect ) in Paint() [all …]
|
/trunk/main/sw/source/filter/ww8/dump/ |
H A D | dump8.cxx | 60 class MyWin : public WorkWindow class 64 MyWin( Window* pParent, WinBits aWinStyle, String& rMess ) : in MyWin() function in MyWin 116 MyWin aMainWin( NULL, WB_APP | WB_STDWORK, aMess ); in Main() 130 void MyWin::Paint( const Rectangle& ) in Paint() 148 void MyWin::Resize() in Resize() 155 void MyWin::MouseButtonDown( const MouseEvent& ) in MouseButtonDown() 161 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
|
/trunk/main/ucb/workben/ucb/ |
H A D | ucbdemo.cxx | 1803 class MyWin : public WorkWindow class 1818 MyWin( Window *pParent, WinBits nWinStyle, 1822 virtual ~MyWin(); 1832 MyWin::MyWin( Window *pParent, WinBits nWinStyle, in MyWin() function in MyWin 2080 m_pTool->SetSelectHdl( LINK( this, MyWin, ToolBarHandler ) ); in MyWin() 2100 MyWin::~MyWin() in ~MyWin() 2114 void MyWin::Resize() in Resize() 2130 void MyWin::print( const sal_Char* pText ) in print() 2136 void MyWin::print( const UniString& rText ) in print() 2148 IMPL_LINK( MyWin, ToolBarHandler, ToolBox*, pToolBox ) in IMPL_LINK() argument [all …]
|