Home
last modified time | relevance | path

Searched refs:COMReference (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sal/qa/systools/
H A Dtest_comtools.cxx77 sal::systools::COMReference<IUnknown> comObjectSource() in comObjectSource()
79 return sal::systools::COMReference<IUnknown>(new COMObject); in comObjectSource()
84 r = sal::systools::COMReference<IUnknown>(); in comObjectSink()
109 sal::systools::COMReference<IUnknown> r; in TEST_F()
117 sal::systools::COMReference<IUnknown> r(p, false); in TEST_F()
123 sal::systools::COMReference<IUnknown> r(comObjectSource()); in TEST_F()
129 sal::systools::COMReference<IUnknown> r; in TEST_F()
140 sal::systools::COMReference<IUnknown> r2 = r1; in TEST_F()
146 sal::systools::COMReference<IUnknown> r; in TEST_F()
165 sal::systools::COMReference<IUnknown> r; in TEST_F()
[all …]
/trunk/main/sal/inc/systools/win32/
H A Dcomtools.hxx62 class COMReference class
65 COMReference() : in COMReference() function in sal::systools::COMReference
70 explicit COMReference(T* comptr) : in COMReference() function in sal::systools::COMReference
77 COMReference(T* comptr, bool bAddRef) : in COMReference() function in sal::systools::COMReference
84 COMReference(const COMReference<T>& other) : in COMReference() function in sal::systools::COMReference
90 COMReference<T>& operator=(const COMReference<T>& other) in operator =()
99 COMReference<T>& operator=(T* comptr) in operator =()
107 ~COMReference() in ~COMReference()
115 COMReference<InterfaceType> ip; in QueryInterface()
150 COMReference<T>& clear() in clear()
[all …]
/trunk/main/canvas/source/directx/
H A Ddx_winstuff.hxx121 template< typename T > class COMReference class
126 COMReference() : in COMReference() function in dxcanvas::COMReference
147 explicit COMReference( T* p ) : in COMReference() function in dxcanvas::COMReference
152 COMReference( const COMReference& rNew ) : in COMReference() function in dxcanvas::COMReference
163 COMReference& operator=( const COMReference& rRHS ) in operator =()
165 COMReference aTmp(rRHS); in operator =()
171 ~COMReference() in ~COMReference()
196 template<class T> inline T * get_pointer(COMReference<T> const& p) in get_pointer()
H A Ddx_9rm.cxx161 COMReference<IDirect3DTexture9> getTexture() const;
176 COMReference<IDirect3DTexture9> mpTexture;
196 virtual COMReference<IDirect3DSurface9>
232 COMReference<IDirect3DDevice9> mpDevice;
344 mpTexture=COMReference<IDirect3DTexture9>(pTexture); in DXSurface()
639 mpVertexBuffer=COMReference<IDirect3DVertexBuffer9>(pVB); in DXRenderModule()
722 mpDirect3D9 = COMReference<IDirect3D9>( in create()
872 mpDevice=COMReference<IDirect3DDevice9>(pDevice); in createDevice()
877 mpSwapChain=COMReference<IDirect3DSwapChain9>(pSwapChain); in createDevice()
902 return COMReference<IDirect3DSurface9>(NULL); in createSystemMemorySurface()
[all …]
H A Ddx_5rm.cxx539 COMReference<IDirectDrawSurface> mpSurface;
540 COMReference<IDirect3DTexture2> mpTexture;
558 virtual COMReference<IDirectDrawSurface>
651 COMReference<IDirectDraw2> mpDirectDraw;
655 COMReference< IDirect3D2 > mpDirect3D;
789 mpSurface=COMReference<IDirectDrawSurface>(pSurface); in DXSurface()
790 mpTexture=COMReference<IDirect3DTexture2>(pTexture); in DXSurface()
1143 mpDirectDraw = COMReference<IDirectDraw2>( in create()
1355 mpDirect3D = COMReference< IDirect3D2 >(pDirect3D); in setup3DDevice()
1697 return COMReference<IDirectDrawSurface>(NULL); in createSystemMemorySurface()
[all …]
H A Ddx_surfacegraphics.cxx38 COMReference<surface_type> mpSurface;
41 GraphicsDeleter(const COMReference<surface_type>& rSurface, HDC hdc) : in GraphicsDeleter()
60 GraphicsSharedPtr createSurfaceGraphics(const COMReference<surface_type>& rSurface ) in createSurfaceGraphics()
H A Ddx_surfacebitmap.hxx53 COMReference<surface_type> getSurface() const { return mpSurface; } in getSurface()
118 COMReference<surface_type> mpSurface;
H A Ddx_surfacegraphics.hxx38 GraphicsSharedPtr createSurfaceGraphics(const COMReference<surface_type>& rSurface );
H A Ddx_rendermodule.hxx69 virtual COMReference<surface_type>
H A Ddx_surfacebitmap.cxx59 DXColorBuffer( const COMReference<surface_type>& rSurface, in DXColorBuffer()
85 mutable COMReference<surface_type> mpSurface;
/trunk/main/dtrans/source/win32/dtobj/
H A DFmtFilter.cxx439 sal::systools::COMReference<IShellLinkA> pIShellLink; in getShellLinkTarget()
445 sal::systools::COMReference<IPersistFile> pIPersistFile = in getShellLinkTarget()
/trunk/main/fpicker/source/win32/folderpicker/
H A DMtaFop.cxx48 typedef sal::systools::COMReference<IMalloc> IMallocPtr;
49 typedef sal::systools::COMReference<IShellFolder> IShellFolderPtr;

Completed in 152 milliseconds