Searched refs:rxBitmap (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterBitmapContainer.cxx | 449 const css::uno::Reference<css::rendering::XBitmap>& rxBitmap) in SetBitmap() argument 455 mxNormalBitmap = rxBitmap; in SetBitmap() 465 mxMouseOverBitmap = rxBitmap; in SetBitmap() 469 mxButtonDownBitmap = rxBitmap; in SetBitmap() 473 mxDisabledBitmap = rxBitmap; in SetBitmap() 477 mxMaskBitmap = rxBitmap; in SetBitmap()
|
H A D | PresenterSlideSorter.cxx | 246 const css::uno::Reference<css::rendering::XBitmap>& rxBitmap, 252 const css::uno::Reference<css::rendering::XBitmap>& rxBitmap, 2239 const css::uno::Reference<css::rendering::XBitmap>& rxBitmap, in PaintBitmapOnce() argument 2246 if ( ! rxBitmap.is()) in PaintBitmapOnce() 2262 rxBitmap, in PaintBitmapOnce() 2271 const css::uno::Reference<css::rendering::XBitmap>& rxBitmap, in PaintBitmapTiled() argument 2280 if ( ! rxBitmap.is()) in PaintBitmapTiled() 2283 geometry::IntegerSize2D aSize (rxBitmap->getSize()); in PaintBitmapTiled() 2309 rxBitmap, in PaintBitmapTiled()
|
H A D | PresenterCanvasHelper.cxx | 205 const css::uno::Reference<css::rendering::XBitmap>& rxBitmap, in PaintBitmap() argument 216 if ( ! rxBitmap.is()) in PaintBitmap() 234 rxBitmap, in PaintBitmap()
|
H A D | PresenterCanvasHelper.hxx | 96 const css::uno::Reference<css::rendering::XBitmap>& rxBitmap,
|
H A D | PresenterBitmapContainer.hxx | 71 const css::uno::Reference<css::rendering::XBitmap>& rxBitmap);
|
/aoo41x/main/toolkit/source/helper/ |
H A D | vclunohelper.cxx | 78 …per::GetBitmap( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XBitmap>& rxBitmap ) in GetBitmap() argument 82 …::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > xGraphic( rxBitmap, ::com:… in GetBitmap() 88 else if ( rxBitmap.is() ) in GetBitmap() 90 VCLXBitmap* pVCLBitmap = VCLXBitmap::GetImplementation( rxBitmap ); in GetBitmap() 97 ::com::sun::star::uno::Sequence<sal_Int8> aBytes = rxBitmap->getDIB(); in GetBitmap() 102 ::com::sun::star::uno::Sequence<sal_Int8> aBytes = rxBitmap->getMaskDIB(); in GetBitmap()
|
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxdevice.cxx | 236 …nst ::com::sun::star::uno::Reference< ::com::sun::star::awt::XBitmap >& rxBitmap ) throw(::com::su… in createDisplayBitmap() argument 240 BitmapEx aBmp = VCLUnoHelper::GetBitmap( rxBitmap ); in createDisplayBitmap()
|
/aoo41x/main/toolkit/inc/toolkit/helper/ |
H A D | vclunohelper.hxx | 82 … GetBitmap( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XBitmap>& rxBitmap );
|
Completed in 51 milliseconds