Home
last modified time | relevance | path

Searched refs:SystemChildWindow (Results 1 – 17 of 17) sorted by relevance

/trunk/main/vcl/source/window/
H A Dsyschild.cxx64 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 Djavachild.cxx34 SystemChildWindow( pParent, nStyle ) in JavaChildWindow()
41 SystemChildWindow( pParent, rResId ) in JavaChildWindow()
55 return SystemChildWindow::GetParentWindowHandle( sal_True ); in getParentWindowHandleForJava()
H A Dwindow.cxx9814 const SystemChildWindow* pSysChild = dynamic_cast< const SystemChildWindow* >( this ); in ImplGetCanvas()
/trunk/main/vcl/inc/vcl/
H A Dsyschild.hxx38 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 Djavachild.hxx34 class VCL_DLLPUBLIC JavaChildWindow : public SystemChildWindow
H A Dwindow.hxx366 friend class SystemChildWindow;
/trunk/main/avmedia/source/gstreamer/
H A Dgstwindow.cxx44 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()
/trunk/main/avmedia/source/viewer/
H A Dmediawindow_impl.cxx93 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 Dmediawindow_impl.hxx60 class MediaChildWindow : public SystemChildWindow
/trunk/main/canvas/source/cairo/
H A Dcairo_cairo.cxx57 … const SystemChildWindow* pSysChild = dynamic_cast< const SystemChildWindow* >( pOutputWindow ); in GetSysData()
/trunk/main/slideshow/source/engine/shapes/
H A Dviewmediashape.cxx152 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 Dviewmediashape.hxx35 class SystemChildWindow;
154 ::std::auto_ptr< SystemChildWindow > mpMediaWindow;
/trunk/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionerImpl.cxx249 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()
/trunk/main/toolkit/source/awt/
H A Dvclxsystemdependentwindow.cxx87 const SystemEnvData* pSysData = ((SystemChildWindow *)pWindow)->GetSystemData();
H A Dvclxtoolkit.cxx914 pNewWindow = new SystemChildWindow( pParent, nWinBits ); in ImplCreateWindow()
/trunk/main/canvas/source/directx/
H A Ddx_9rm.cxx237 ::boost::scoped_ptr<SystemChildWindow> mpWindow;
682 new SystemChildWindow( in create()
H A Ddx_5rm.cxx644 ::boost::scoped_ptr<SystemChildWindow> mpWindow;
1103 new SystemChildWindow( in create()

Completed in 119 milliseconds