Lines Matching refs:BitmapEx
78 BitmapEx* mpBitmapEx;
79 BitmapEx* mpBitmapExHC;
269 sal_Bool Button::SetModeBitmap( const BitmapEx& rBitmap, BmpColorMode eMode ) in SetModeBitmap()
276 mpButtonData->mpBitmapEx = new BitmapEx( rBitmap ); in SetModeBitmap()
281 mpButtonData->mpBitmapExHC = new BitmapEx( rBitmap ); in SetModeBitmap()
292 BitmapEx Button::GetModeBitmap( BmpColorMode eMode ) const in GetModeBitmap()
294 BitmapEx aBmp; in GetModeBitmap()
417 BitmapEx *pBitmapEx = mpButtonData->mpBitmapEx; in ImplDrawAlignedImage()
4298 rCtrlData.mpDisclosurePlus = new Image( BitmapEx( VclResId( SV_DISCLOSURE_PLUS ) ) ); in ImplDrawCheckBoxState()
4300 … rCtrlData.mpDisclosurePlusHC = new Image( BitmapEx( VclResId( SV_DISCLOSURE_PLUS_HC ) ) ); in ImplDrawCheckBoxState()
4302 rCtrlData.mpDisclosureMinus = new Image( BitmapEx( VclResId( SV_DISCLOSURE_MINUS ) ) ); in ImplDrawCheckBoxState()
4304 … rCtrlData.mpDisclosureMinusHC = new Image( BitmapEx( VclResId( SV_DISCLOSURE_MINUS_HC ) ) ); in ImplDrawCheckBoxState()