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
822pGradient = new XGradient( ( (XGradientEntry*) maGradientList->GetGradient( nPos ) )->GetGradient(… in IMPL_LINK()
831pGradient = new XGradient( ( ( const XFillGradientItem* ) pPoolItem )->GetGradientValue() ); in IMPL_LINK()
834 if( !pGradient ) in IMPL_LINK()
839pGradient = 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 …]
/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()
442 ::com::sun::star::awt::Gradient* pGradient = NULL; in CreateGradientProperties()
456 pGradient = (::com::sun::star::awt::Gradient*)aAny.getValue(); in CreateGradientProperties()
472pGradient->StartColor = ImplGetColor( *((sal_uInt32*)aAnyTemp.getValue()), sal_False ); in CreateGradientProperties()
473pGradient->EndColor = ImplGetColor( *((sal_uInt32*)aAnyTemp.getValue()), sal_False ); 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…