Searched refs:pGradient (Results 1 – 6 of 6) sorted by relevance
818 XGradient* pGradient = NULL; in IMPL_LINK() local822 …pGradient = new XGradient( ( (XGradientEntry*) maGradientList->GetGradient( nPos ) )->GetGradient(… in IMPL_LINK()831 … pGradient = new XGradient( ( ( const XFillGradientItem* ) pPoolItem )->GetGradientValue() ); in IMPL_LINK()834 if( !pGradient ) in IMPL_LINK()839 …pGradient = new XGradient( ( (XGradientEntry*) maGradientList->GetGradient( nPos ) )->GetGradient(… in IMPL_LINK()843 if( pGradient ) in IMPL_LINK()845 XGradientStyle eXGS = pGradient->GetGradientStyle(); in IMPL_LINK()852 aLbColorFrom.SelectEntry( pGradient->GetStartColor() ); in IMPL_LINK()856 aLbColorFrom.InsertEntry( pGradient->GetStartColor(), in IMPL_LINK()858 aLbColorFrom.SelectEntry( pGradient->GetStartColor() ); 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()442 ::com::sun::star::awt::Gradient* pGradient = NULL; in CreateGradientProperties()456 pGradient = (::com::sun::star::awt::Gradient*)aAny.getValue(); in CreateGradientProperties()472 … pGradient->StartColor = ImplGetColor( *((sal_uInt32*)aAnyTemp.getValue()), sal_False ); in CreateGradientProperties()473 … pGradient->EndColor = ImplGetColor( *((sal_uInt32*)aAnyTemp.getValue()), sal_False ); in CreateGradientProperties()[all …]
754 ::canvas::ParametricPolyPolygon* pGradient = in fillTexturedPolyPolygon()757 if( pGradient && pGradient->getValues().maColors.getLength() ) in fillTexturedPolyPolygon()762 pGradient->getValues() ); in fillTexturedPolyPolygon()
573 ::canvas::ParametricPolyPolygon* pGradient = in fillTexturedPolyPolygon()576 if( pGradient ) in fillTexturedPolyPolygon()579 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…