Searched refs:getTransparency (Results 1 – 14 of 14) sorted by relevance
170 double SvtGraphicStroke::getTransparency() const in getTransparency() function in SvtGraphicStroke206 aStr += ::rtl::OString::valueOf( static_cast< double >(getTransparency()) ); in toString()427 double SvtGraphicFill::getTransparency() const in getTransparency() function in SvtGraphicFill500 aStr += ::rtl::OString::valueOf( static_cast< double >(getTransparency()) ); in toString()
578 double fTransparency( aStroke.getTransparency() ); in playMetafile()660 double fTransparency = aFill.getTransparency(); in playMetafile()
203 … rPropMap.setProperty( SHAPEPROP_FillTransparency, maFillColor.getTransparency() ); in pushToPropMap()320 … rPropMap.setProperty( SHAPEPROP_FillTransparency, aColor.getTransparency() ); in pushToPropMap()356 sal_Int16 nToTransparence = maBlipProps.maColorChangeTo.getTransparency(); in pushToPropMap()
414 rPropMap.setProperty( SHAPEPROP_LineTransparency, aLineColor.getTransparency() ); in pushToPropMap()
516 sal_Int16 Color::getTransparency() const in getTransparency() function in oox::drawingml::Color
141 double getTransparency () const;335 double getTransparency () const;
1257 if( 0.0 != rStroke.getTransparency() ) in Impl_writeStroke()1258 …arency( sal::static_int_cast<sal_uInt8>( MinMax( (long int)( rStroke.getTransparency() * 0xff ), 0… in Impl_writeStroke()1287 if( 0.0 != rFilling.getTransparency() ) in Impl_writeFilling()1288 …rency( sal::static_int_cast<sal_uInt8>( MinMax( (long int)( rFilling.getTransparency() * 0xff ) , … in Impl_writeFilling()
94 sal_Int16 getTransparency() const;
56 virtual double SAL_CALL getTransparency() throw (css::uno::RuntimeException);
66 virtual double SAL_CALL getTransparency() throw (css::uno::RuntimeException);
110 ScVbaFillFormat::getTransparency() throw (uno::RuntimeException) in getTransparency() function in ScVbaFillFormat
263 ScVbaLineFormat::getTransparency() throw (uno::RuntimeException) in getTransparency() function in ScVbaLineFormat
1503 …urShape->maShapeFillColor.SetTransparency( (sal_uInt8) FRound( 255.0 * aFill.getTransparency() ) ); in ImplWriteActions()1592 …Shape->maShapeLineColor.SetTransparency( (sal_uInt8) FRound( aStroke.getTransparency() * 255.0 ) ); in ImplWriteActions()
1838 aTexture.Alpha = 1.0 - aFill.getTransparency(); in createActions()
Completed in 127 milliseconds