Home
last modified time | relevance | path

Searched refs:nTransparence (Results 1 – 10 of 10) sorted by relevance

/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx232 if(nTransparence > 100) in createNewSdrLineAttribute()
234 nTransparence = 100; in createNewSdrLineAttribute()
237 if(100 != nTransparence) in createNewSdrLineAttribute()
349 if(nTransparence > 100) in createNewSdrShadowAttribute()
351 nTransparence = 100; in createNewSdrShadowAttribute()
354 if(nTransparence) in createNewSdrShadowAttribute()
369 nTransparence = 0; in createNewSdrShadowAttribute()
373 if(100 != nTransparence) in createNewSdrShadowAttribute()
395 if(nTransparence > 100) in createNewSdrFillAttribute()
397 nTransparence = 100; in createNewSdrFillAttribute()
[all …]
/trunk/main/vbahelper/source/vbahelper/
H A Dvbafillformat.cxx112 sal_Int16 nTransparence = 0; in getTransparency() local
114 …rtySet->getPropertyValue( rtl::OUString::createFromAscii( "FillTransparence" ) ) >>= nTransparence; in getTransparency()
115 dTransparence = static_cast<double>( nTransparence ); in getTransparency()
123 sal_Int16 nTransparence = static_cast< sal_Int16 >( _transparency * 100 ); in setTransparency() local
124 …opertyValue( rtl::OUString::createFromAscii( "FillTransparence" ), uno::makeAny( nTransparence ) ); in setTransparency()
/trunk/main/svx/source/sdr/attribute/
H A Dsdrformtextoutlineattribute.cxx50 sal_uInt8 nTransparence) in ImpSdrFormTextOutlineAttribute() argument
54 mnTransparence(nTransparence) in ImpSdrFormTextOutlineAttribute()
93 sal_uInt8 nTransparence) in SdrFormTextOutlineAttribute() argument
95 rLineAttribute, rStrokeAttribute, nTransparence)) in SdrFormTextOutlineAttribute()
H A Dsdrformtextattribute.cxx204 const sal_uInt8 nTransparence(impGetStrokeTransparence(false, rSet)); in ImpSdrFormTextAttribute() local
207 aLineAttribute, aStrokeAttribute, nTransparence); in ImpSdrFormTextAttribute()
214 const sal_uInt8 nTransparence(impGetStrokeTransparence(true, rSet)); in ImpSdrFormTextAttribute() local
217 aLineAttribute, aStrokeAttribute, nTransparence); in ImpSdrFormTextAttribute()
/trunk/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx438 const sal_uInt16 nTransparence(0x0100 - nOpacity); in processLineSpan() local
439 …rDest.setRed((sal_uInt8)(((rDest.getRed() * nTransparence) + ((sal_uInt16)(255.0 * aNewColor.getRe… in processLineSpan()
440 …rDest.setGreen((sal_uInt8)(((rDest.getGreen() * nTransparence) + ((sal_uInt16)(255.0 * aNewColor.g… in processLineSpan()
441 …rDest.setBlue((sal_uInt8)(((rDest.getBlue() * nTransparence) + ((sal_uInt16)(255.0 * aNewColor.get… in processLineSpan()
/trunk/main/sw/source/ui/docvw/
H A DOverlayRanges.cxx86 … const sal_uInt16 nTransparence( aSvtOptionsDrawinglayer.GetTransparentSelectionPercent() ); in createOverlayObjectPrimitive2DSequence() local
87 const double fTransparence( nTransparence / 100.0 ); in createOverlayObjectPrimitive2DSequence()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx295 …itePolyPolygon( const PolyPolygon& rPolyPoly, sal_Bool bFilled, sal_uInt8 nTransparence /* = 0 */ ) in Impl_writePolyPolygon() argument
299 aLineColor.SetTransparency( nTransparence ); in Impl_writePolyPolygon()
302 aFillColor.SetTransparency( nTransparence ); in Impl_writePolyPolygon()
1610 sal_uInt8 nTransparence = (sal_uInt8) MinMax( FRound( pA->GetTransparence() * 2.55 ), 0, 255 ); in Impl_writeActions() local
1611 Impl_writePolyPolygon( rPolyPoly, sal_True, nTransparence ); in Impl_writeActions()
H A Dswfwriter.hxx367 …mpl_writePolyPolygon( const PolyPolygon& rPolyPoly, sal_Bool bFilled, sal_uInt8 nTransparence = 0);
/trunk/main/svx/inc/svx/sdr/attribute/
H A Dsdrformtextoutlineattribute.hxx54 sal_uInt8 nTransparence);
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx2851 const sal_uInt16 nTransparence(pA->GetTransparence()); in interpretMetafile() local
2853 if(0 == nTransparence) in interpretMetafile()
2858 else if(nTransparence >= 100) in interpretMetafile()
2880 nTransparence * 0.01)); in interpretMetafile()

Completed in 57 milliseconds