Home
last modified time | relevance | path

Searched refs:rxBitmap (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterBitmapContainer.cxx449 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 DPresenterSlideSorter.cxx246 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 DPresenterCanvasHelper.cxx205 const css::uno::Reference<css::rendering::XBitmap>& rxBitmap, in PaintBitmap() argument
216 if ( ! rxBitmap.is()) in PaintBitmap()
234 rxBitmap, in PaintBitmap()
H A DPresenterCanvasHelper.hxx96 const css::uno::Reference<css::rendering::XBitmap>& rxBitmap,
H A DPresenterBitmapContainer.hxx71 const css::uno::Reference<css::rendering::XBitmap>& rxBitmap);
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx78 …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()
/trunk/main/toolkit/source/awt/
H A Dvclxdevice.cxx236 …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()
/trunk/main/toolkit/inc/toolkit/helper/
H A Dvclunohelper.hxx82 … GetBitmap( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XBitmap>& rxBitmap );

Completed in 54 milliseconds