Home
last modified time | relevance | path

Searched refs:mpGradient (Results 1 – 5 of 5) sorted by relevance

/AOO42X/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 >>()
139 rImplWallpaper.mpGradient = new Gradient; in operator >>()
140 rIStm >> *rImplWallpaper.mpGradient; in operator >>()
165 sal_Bool bGrad = ( rImplWallpaper.mpGradient != NULL ); in operator <<()
[all …]
/AOO42X/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()
138 mpGradient->XOffset = ( (sal_uInt16)nHorzOfs & 0x7f ); in SetGradientOffset()
139 mpGradient->YOffset = ( (sal_uInt16)nVertOfs & 0x7f ); in SetGradientOffset()
146 if ( !mpGradient ) in SetGradientAngle()
147 mpGradient = new awt::Gradient; in SetGradientAngle()
148 mpGradient->Angle = sal::static_int_cast< sal_Int16 >(nAngle); in SetGradientAngle()
[all …]
H A Doutact.hxx63 ::com::sun::star::awt::Gradient* mpGradient;
H A Dactimpr.cxx296 aAny <<= *mpGradient; in ImplSetFillBundle()
/AOO42X/main/vcl/inc/
H A Dwall2.hxx36 Gradient* mpGradient; member in ImplWallpaper