Home
last modified time | relevance | path

Searched refs:mpGradient (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dwall.cxx45 mpGradient = NULL; in DBG_NAME()
66 if ( rImplWallpaper.mpGradient ) in ImplWallpaper()
67 mpGradient = new Gradient( *rImplWallpaper.mpGradient ); in ImplWallpaper()
69 mpGradient = NULL; in ImplWallpaper()
82 delete mpGradient; in ~ImplWallpaper()
114 delete rImplWallpaper.mpGradient; in operator >>()
115 rImplWallpaper.mpGradient = NULL; in operator >>()
405 if ( mpImplWallpaper->mpGradient ) in SetGradient()
420 if ( mpImplWallpaper->mpGradient ) in SetGradient()
612 if ( mpImplWallpaper->mpGradient != rWallpaper.mpImplWallpaper->mpGradient in operator ==()
[all …]
/trunk/main/vcl/inc/
H A Dwall2.hxx36 Gradient* mpGradient; member in ImplWallpaper
/trunk/main/filter/source/graphicfilter/icgm/
H A Doutact.cxx44 mpGradient = NULL; in CGMOutAct()
55 if ( mpGradient ) in ~CGMOutAct()
56 delete mpGradient; in ~CGMOutAct()
136 if ( !mpGradient ) in SetGradientOffset()
137 mpGradient = new awt::Gradient; in SetGradientOffset()
146 if ( !mpGradient ) in SetGradientAngle()
147 mpGradient = new awt::Gradient; in SetGradientAngle()
155 if ( !mpGradient ) in SetGradientDescriptor()
156 mpGradient = new awt::Gradient; in SetGradientDescriptor()
158 mpGradient->EndColor = nColorTo; in SetGradientDescriptor()
[all …]
H A Doutact.hxx63 ::com::sun::star::awt::Gradient* mpGradient;
H A Dactimpr.cxx296 aAny <<= *mpGradient; in ImplSetFillBundle()

Completed in 25 milliseconds