Home
last modified time | relevance | path

Searched refs:pGradient (Results 1 – 6 of 6) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dtpgradnt.cxx818 XGradient* pGradient = NULL; in IMPL_LINK() local
834 if( !pGradient ) in IMPL_LINK()
843 if( pGradient ) in IMPL_LINK()
845 XGradientStyle eXGS = pGradient->GetGradientStyle(); in IMPL_LINK()
861 aLbColorTo.SelectEntry( pGradient->GetEndColor() ); in IMPL_LINK()
866 aLbColorTo.SelectEntry( pGradient->GetEndColor() ); in IMPL_LINK()
870 aMtrBorder.SetValue( pGradient->GetBorder() ); in IMPL_LINK()
871 aMtrCenterX.SetValue( pGradient->GetXOffset() ); in IMPL_LINK()
872 aMtrCenterY.SetValue( pGradient->GetYOffset() ); in IMPL_LINK()
874 aMtrColorTo.SetValue( pGradient->GetEndIntens() ); in IMPL_LINK()
[all …]
/trunk/main/filter/source/msfilter/
H A Descherex.cxx360 const ::com::sun::star::awt::Gradient* pGradient, in GetGradientColor()
366 if ( pGradient ) in GetGradientColor()
370 nIntensity = pGradient->StartIntensity; in GetGradientColor()
371 aColor = pGradient->StartColor; in GetGradientColor()
375 nIntensity = pGradient->EndIntensity; in GetGradientColor()
376 aColor = pGradient->EndColor; in GetGradientColor()
493 if ( pGradient ) in CreateGradientProperties()
495 switch ( pGradient->Style ) in CreateGradientProperties()
501 nAngle = pGradient->Angle; in CreateGradientProperties()
508 ( pGradient->XOffset + pGradient->YOffset )/2 : -50; in CreateGradientProperties()
[all …]
/trunk/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx754 ::canvas::ParametricPolyPolygon* pGradient = in fillTexturedPolyPolygon()
757 if( pGradient && pGradient->getValues().maColors.getLength() ) in fillTexturedPolyPolygon()
762 pGradient->getValues() ); in fillTexturedPolyPolygon()
/trunk/main/canvas/source/directx/
H A Ddx_canvashelper_texturefill.cxx573 ::canvas::ParametricPolyPolygon* pGradient = in fillTexturedPolyPolygon()
576 if( pGradient ) in fillTexturedPolyPolygon()
579 pGradient->getValues() ); in fillTexturedPolyPolygon()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2530 internal::GradientAutoPtr pGradient( in createActions() local
2538 pGradient, in createActions()
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1224 …static sal_uInt32 GetGradientColor( const ::com::sun::star::awt::Gradient* pGradient, sal_uInt32 n…

Completed in 87 milliseconds