Searched refs:xBmp (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/vcl/test/ |
H A D | canvasbitmaptest.cxx | 166 BitmapEx aContainedBmpEx( xBmp->getBitmapEx() ); in checkCanvasBitmap() 179 test( xBmp->getSize().Width == 200 && xBmp->getSize().Height == 200, in checkCanvasBitmap() 182 test( xBmp->hasAlpha() == aContainedBmpEx.IsTransparent(), in checkCanvasBitmap() 294 aPixel3 = xBmp->convertIntegerFromARGB( aARGBColor ); in checkCanvasBitmap() 301 aPixel3 = xBmp->convertIntegerFromRGB( aRGBColor ); in checkCanvasBitmap() 317 BitmapEx aContainedBmpEx( xBmp->getBitmapEx() ); in checkBitmapImport() 330 test( xBmp->getSize().Width == 200 && xBmp->getSize().Height == 200, in checkBitmapImport() 333 test( xBmp->hasAlpha() == aContainedBmpEx.IsTransparent(), in checkBitmapImport() 445 aPixel3 = xBmp->convertIntegerFromARGB( aARGBColor ); in checkBitmapImport() 452 aPixel3 = xBmp->convertIntegerFromRGB( aRGBColor ); in checkBitmapImport() [all …]
|
/aoo4110/main/svx/source/xoutdev/ |
H A D | xattrbmp.cxx | 322 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XBitmap > xBmp; in QueryValue() 342 xBmp.set(VCLUnoHelper::CreateBitmap(GetGraphicObject().GetGraphic().GetBitmapEx())); in QueryValue() 350 rVal <<= xBmp; in QueryValue() 362 aPropSeq[2].Value = uno::makeAny( xBmp ); in QueryValue() 378 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XBitmap > xBmp; in PutValue() 391 bSetBitmap = (rVal >>= xBmp); in PutValue() 408 bSetBitmap = (aPropSeq[n].Value >>= xBmp); in PutValue() 429 if(xBmp.is()) in PutValue() 431 maGraphicObject = Graphic(VCLUnoHelper::GetBitmap(xBmp)); in PutValue()
|
/aoo4110/main/toolkit/source/awt/ |
H A D | vclxdevice.cxx | 224 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XBitmap > xBmp; in createBitmap() 231 xBmp = pBmp; in createBitmap() 233 return xBmp; in createBitmap()
|
/aoo4110/main/editeng/source/uno/ |
H A D | unonrule.cxx | 379 Reference< awt::XBitmap > xBmp; in setNumberingRuleByIndex() local 380 if( aVal >>= xBmp ) in setNumberingRuleByIndex() 382 Graphic aGraf( VCLUnoHelper::GetBitmap( xBmp ) ); in setNumberingRuleByIndex()
|
/aoo4110/main/toolkit/source/helper/ |
H A D | vclunohelper.cxx | 115 …::com::sun::star::uno::Reference< ::com::sun::star::awt::XBitmap> xBmp( aGraphic.GetXGraphic(), ::… in CreateBitmap() 116 return xBmp; in CreateBitmap()
|
/aoo4110/main/svx/source/unodraw/ |
H A D | unoshap2.cxx | 1680 Reference< awt::XBitmap > xBmp( rValue, UNO_QUERY ); in setPropertyValueImpl() local 1681 if( xBmp.is() ) in setPropertyValueImpl() 1684 Graphic aGraphic(VCLUnoHelper::GetBitmap( xBmp )); in setPropertyValueImpl()
|
H A D | unoshape.cxx | 772 Reference< awt::XBitmap > xBmp( aGraph.GetXGraphic(), UNO_QUERY ); in GetBitmap() local 773 aAny <<= xBmp; in GetBitmap() 2820 Reference< awt::XBitmap > xBmp( VCLUnoHelper::CreateBitmap( aBmp ) ); in getPropertyValueImpl() local 2822 rValue <<= xBmp; in getPropertyValueImpl()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unosett.cxx | 1652 uno::Reference<awt::XBitmap> xBmp = VCLUnoHelper::CreateBitmap( pGraphic->GetBitmapEx() ); in GetNumberingRuleByIndex() local 1653 pData = new PropValData((void*)&xBmp, SW_PROP_NAME_STR(UNO_NAME_GRAPHIC_BITMAP), in GetNumberingRuleByIndex()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | escherex.cxx | 1511 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XBitmap > xBmp; in CreateGraphicProperties() 1512 if ( aAny >>= xBmp ) in CreateGraphicProperties() 1514 BitmapEx aBitmapEx( VCLUnoHelper::GetBitmap( xBmp ) ); in CreateGraphicProperties()
|
/aoo4110/main/sw/source/ui/uno/ |
H A D | unotxdoc.cxx | 3928 Reference<awt::XBitmap> xBmp = VCLUnoHelper::CreateBitmap( aBitmap ); in lcl_GetDisplayBitmap() local 3929 aRet.setValue( &xBmp, ::getCppuType((Reference<awt::XBitmap>*)0) ); in lcl_GetDisplayBitmap()
|
Completed in 437 milliseconds