| /AOO41X/main/vcl/workben/ |
| H A D | svpclient.cxx | 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() [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 …]
|
| /AOO41X/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() 158 void MyWin::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown() 165 void MyWin::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp() 172 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput() 179 void MyWin::KeyUp( const KeyEvent& rKEvt ) in KeyUp() [all …]
|
| /AOO41X/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 228 maCryptoCheckBox.SetClickHdl( LINK( this, MyWin, CryptoCheckBoxHdl ) ); in MyWin() 279 maSignButton.SetClickHdl( LINK( this, MyWin, SignButtonHdl ) ); in MyWin() 284 maVerifyButton.SetClickHdl( LINK( this, MyWin, VerifyButtonHdl ) ); in MyWin() 309 maDigitalSignaturesButton.SetClickHdl( LINK( this, MyWin, DigitalSignaturesWithServiceHdl ) ); in MyWin() 314 maVerifyDigitalSignaturesButton.SetClickHdl( LINK( this, MyWin, VerifyDigitalSignaturesHdl ) ); in MyWin() 349 IMPL_LINK( MyWin, CryptoCheckBoxHdl, CheckBox*, EMPTYARG ) in IMPL_LINK() argument [all …]
|
| /AOO41X/main/soldep/source/ |
| H A D | depapp.cxx | 36 MyWin aMainWin( NULL, WB_APP | WB_STDWORK ); in Main() 57 MyWin::MyWin( Window* pParent, WinBits nWinStyle ) : in MyWin() function in MyWin 72 void MyWin::MouseMove( const MouseEvent& rMEvt ) in MouseMove() 79 void MyWin::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown() 86 void MyWin::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp() 93 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput() 100 void MyWin::KeyUp( const KeyEvent& rKEvt ) in KeyUp() 107 void MyWin::Paint( const Rectangle& rRect ) in Paint() 114 void MyWin::Resize() in Resize()
|
| H A D | depapp.hxx | 55 class MyWin; 62 MyWin* pAppWindow; 74 MyWin* GetAppWin() { return pAppWindow; } in GetAppWin() 80 class MyWin : public WorkWindow class 89 MyWin( Window* pParent, WinBits nWinStyle );
|
| /AOO41X/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()
|
| /AOO41X/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 …]
|
| /AOO41X/main/svtools/workben/ |
| H A D | svdem.cxx | 187 class MyWin : public WorkWindow class 213 MyWin( Window* pParent, WinBits aWinStyle ); 214 ~MyWin(); 247 MyWin aMainWin( NULL, WinBits( WB_APP | WB_STDWORK | WB_CLIPCHILDREN ) ); in Main() 687 MyWin::MyWin( Window* pParent, WinBits aWinStyle ) : in MyWin() function in MyWin 742 aHeadBar.SetSelectHdl( LINK( this, MyWin, SelectHdl ) ); in MyWin() 767 aColorList.SetSelectHdl( LINK( this, MyWin, SelectHdl ) ); in MyWin() 812 aValueSet.SetSelectHdl( LINK( this, MyWin, SelectHdl ) ); in MyWin() 819 aCalendarField.SetSelectHdl( LINK( this, MyWin, CalSelectHdl ) ); in MyWin() 882 aFontBtn.SetClickHdl( LINK( this, MyWin, Test ) ); in MyWin() [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()
|
| /AOO41X/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()
|
| /AOO41X/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 …]
|