| H A D | escherex.cxx | 193 void EscherPropertyContainer::AddOpt( sal_uInt16 nPropID, sal_uInt32 nPropValue, sal_Bool bBlib ) in AddOpt() function in EscherPropertyContainer 195 AddOpt( nPropID, bBlib, nPropValue, NULL, 0 ); in AddOpt() 198 void EscherPropertyContainer::AddOpt( sal_uInt16 nPropID, const rtl::OUString& rString ) in AddOpt() function in EscherPropertyContainer 210 AddOpt( nPropID, sal_True, nLen, pBuf, nLen ); in AddOpt() 213 void EscherPropertyContainer::AddOpt( sal_uInt16 nPropID, sal_Bool bBlib, sal_uInt32 nPropValue, sa… in AddOpt() function in EscherPropertyContainer 424 AddOpt( ESCHER_Prop_fillType, nFillType ); in CreateGradientProperties() 425 AddOpt( ESCHER_Prop_fillAngle, nAngle ); in CreateGradientProperties() 426 AddOpt( ESCHER_Prop_fillColor, GetGradientColor( &rGradient, nFirstColor ) ); in CreateGradientProperties() 427 AddOpt( ESCHER_Prop_fillBackColor, GetGradientColor( &rGradient, nFirstColor ^ 1 ) ); in CreateGradientProperties() 428 AddOpt( ESCHER_Prop_fillFocus, nFillFocus ); in CreateGradientProperties() [all …]
|