Home
last modified time | relevance | path

Searched refs:rxDevice (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterGeometryHelper.cxx252 const Reference<rendering::XGraphicDevice>& rxDevice) in CreatePolygon() argument
254 if ( ! rxDevice.is()) in CreatePolygon()
264 rxDevice->createCompatibleLinePolyPolygon(aPoints)); in CreatePolygon()
277 const Reference<rendering::XGraphicDevice>& rxDevice) in CreatePolygon() argument
279 if ( ! rxDevice.is()) in CreatePolygon()
289 rxDevice->createCompatibleLinePolyPolygon(aPoints)); in CreatePolygon()
302 const Reference<rendering::XGraphicDevice>& rxDevice) in CreatePolygon() argument
304 if ( ! rxDevice.is()) in CreatePolygon()
320 rxDevice->createCompatibleLinePolyPolygon(aPoints)); in CreatePolygon()
H A DPresenterGeometryHelper.hxx105 const css::uno::Reference<css::rendering::XGraphicDevice>& rxDevice);
109 const css::uno::Reference<css::rendering::XGraphicDevice>& rxDevice);
113 const css::uno::Reference<css::rendering::XGraphicDevice>& rxDevice);
/trunk/main/toolkit/inc/toolkit/helper/
H A Dvclunohelper.hxx92 …tOutputDevice( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XDevice>& rxDevice );
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx170 …etOutputDevice( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XDevice>& rxDevice ) in GetOutputDevice() argument
173 VCLXDevice* pDev = VCLXDevice::GetImplementation( rxDevice ); in GetOutputDevice()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx2253 …t ::com::sun::star::uno::Reference< ::com::sun::star::awt::XGraphics >& rxDevice ) throw(::com::su… in setGraphics() argument
2257 if ( VCLUnoHelper::GetOutputDevice( rxDevice ) ) in setGraphics()
2258 mpImpl->mxViewGraphics = rxDevice; in setGraphics()

Completed in 39 milliseconds