Searched refs:pGradient (Results 1 – 6 of 6) sorted by relevance
818 XGradient* pGradient = NULL; in IMPL_LINK() local834 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 …]
360 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 …]
573 ::canvas::ParametricPolyPolygon* pGradient = in fillTexturedPolyPolygon()576 if( pGradient ) in fillTexturedPolyPolygon()579 pGradient->getValues() ); in fillTexturedPolyPolygon()
754 ::canvas::ParametricPolyPolygon* pGradient = in fillTexturedPolyPolygon()757 if( pGradient && pGradient->getValues().maColors.getLength() ) in fillTexturedPolyPolygon()762 pGradient->getValues() ); in fillTexturedPolyPolygon()
2530 internal::GradientAutoPtr pGradient( in createActions() local2538 pGradient, in createActions()
1224 …static sal_uInt32 GetGradientColor( const ::com::sun::star::awt::Gradient* pGradient, sal_uInt32 n…
Completed in 102 milliseconds