/aoo42x/main/vcl/source/window/ |
H A D | syschild.cxx | 64 SystemChildWindow* pWindow = (SystemChildWindow*)pInst; in ImplSysChildProc() 119 void SystemChildWindow::ImplInitSysChild( Window* pParent, WinBits nStyle, SystemWindowData *pData,… in ImplInitSysChild() 136 SystemChildWindow::SystemChildWindow( Window* pParent, WinBits nStyle ) : in SystemChildWindow() function in SystemChildWindow 144 SystemChildWindow::SystemChildWindow( Window* pParent, WinBits nStyle, SystemWindowData *pData, sal… in SystemChildWindow() function in SystemChildWindow 152 SystemChildWindow::SystemChildWindow( Window* pParent, const ResId& rResId ) : in SystemChildWindow() function in SystemChildWindow 166 SystemChildWindow::~SystemChildWindow() in ~SystemChildWindow() 178 const SystemEnvData* SystemChildWindow::GetSystemData() const in GetSystemData() 188 void SystemChildWindow::EnableEraseBackground( sal_Bool bEnable ) in EnableEraseBackground() 196 sal_Bool SystemChildWindow::IsEraseBackgroundEnabled() in IsEraseBackgroundEnabled() 206 void SystemChildWindow::ImplTestJavaException( void* pEnv ) in ImplTestJavaException() [all …]
|
H A D | javachild.cxx | 34 SystemChildWindow( pParent, nStyle ) in JavaChildWindow() 41 SystemChildWindow( pParent, rResId ) in JavaChildWindow() 55 return SystemChildWindow::GetParentWindowHandle( sal_True ); in getParentWindowHandleForJava()
|
H A D | window.cxx | 9814 const SystemChildWindow* pSysChild = dynamic_cast< const SystemChildWindow* >( this ); in ImplGetCanvas()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | syschild.hxx | 38 class VCL_DLLPUBLIC SystemChildWindow : public Window class 46 SAL_DLLPRIVATE SystemChildWindow (const SystemChildWindow &); 47 SAL_DLLPRIVATE SystemChildWindow & operator= (const SystemChildWindow &); 50 explicit SystemChildWindow( Window* pParent, WinBits nStyle = 0 ); 52 …explicit SystemChildWindow( Window* pParent, WinBits nStyle, SystemWindowData* pData, sal_Bool … 53 explicit SystemChildWindow( Window* pParent, const ResId& ); 54 virtual ~SystemChildWindow();
|
H A D | javachild.hxx | 34 class VCL_DLLPUBLIC JavaChildWindow : public SystemChildWindow
|
H A D | window.hxx | 366 friend class SystemChildWindow;
|
/aoo42x/main/avmedia/source/gstreamer/ |
H A D | gstwindow.cxx | 44 class PlayerChildWindow : public SystemChildWindow 64 SystemChildWindow( pParent, WB_CLIPCHILDREN ) in PlayerChildWindow() 81 SystemChildWindow::MouseMove( rMEvt ); in MouseMove() 92 SystemChildWindow::MouseButtonDown( rMEvt ); in MouseButtonDown() 103 SystemChildWindow::MouseButtonUp( rMEvt ); in MouseButtonUp() 111 SystemChildWindow::KeyInput( rKEvt ); in KeyInput() 119 SystemChildWindow::KeyUp( rKEvt ); in KeyUp() 130 SystemChildWindow::Command( rCEvt ); in Command() 257 SystemChildWindow* pParentWindow = NULL; in create() 266 pParentWindow = reinterpret_cast< SystemChildWindow* >( pIntPtr ); in create()
|
/aoo42x/main/avmedia/source/viewer/ |
H A D | mediawindow_impl.cxx | 93 SystemChildWindow( pParent, WB_CLIPCHILDREN ) in MediaChildWindow() 110 SystemChildWindow::MouseMove( rMEvt ); in MouseMove() 121 SystemChildWindow::MouseButtonDown( rMEvt ); in MouseButtonDown() 132 SystemChildWindow::MouseButtonUp( rMEvt ); in MouseButtonUp() 140 SystemChildWindow::KeyInput( rKEvt ); in KeyInput() 148 SystemChildWindow::KeyUp( rKEvt ); in KeyUp() 159 SystemChildWindow::Command( rCEvt ); in Command()
|
H A D | mediawindow_impl.hxx | 60 class MediaChildWindow : public SystemChildWindow
|
/aoo42x/main/canvas/source/cairo/ |
H A D | cairo_cairo.cxx | 57 … const SystemChildWindow* pSysChild = dynamic_cast< const SystemChildWindow* >( pOutputWindow ); in GetSysData()
|
/aoo42x/main/slideshow/source/engine/shapes/ |
H A D | viewmediashape.cxx | 152 mpMediaWindow = ::std::auto_ptr< SystemChildWindow >(); in endMedia() 436 mpMediaWindow = ::std::auto_ptr< SystemChildWindow >( new in implInitializeVCLBasedPlayerWindow() 437 SystemChildWindow( pWindow, WB_CLIPCHILDREN ) ); in implInitializeVCLBasedPlayerWindow()
|
H A D | viewmediashape.hxx | 35 class SystemChildWindow; 154 ::std::auto_ptr< SystemChildWindow > mpMediaWindow;
|
/aoo42x/main/slideshow/source/engine/OGLTrans/ |
H A D | OGLTrans_TransitionerImpl.cxx | 249 class SystemChildWindow* pWindow; 521 pWindow=new SystemChildWindow(pPWindow, 0, &winData, sal_False); in createWindow() 541 pWindow=new SystemChildWindow(pPWindow, 0, &winData, sal_False); in createWindow()
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxsystemdependentwindow.cxx | 87 const SystemEnvData* pSysData = ((SystemChildWindow *)pWindow)->GetSystemData();
|
H A D | vclxtoolkit.cxx | 914 pNewWindow = new SystemChildWindow( pParent, nWinBits ); in ImplCreateWindow()
|
/aoo42x/main/canvas/source/directx/ |
H A D | dx_9rm.cxx | 237 ::boost::scoped_ptr<SystemChildWindow> mpWindow; 682 new SystemChildWindow( in create()
|
H A D | dx_5rm.cxx | 644 ::boost::scoped_ptr<SystemChildWindow> mpWindow; 1103 new SystemChildWindow( in create()
|