Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Descherex.cxx392 sal_uInt32 nFillTB = 0; in CreateGradientProperties() local
413 nFillTB = (rGradient.YOffset * 0x10000) / 100; in CreateGradientProperties()
414 if ( ((nFillLR > 0) && (nFillLR < 0x10000)) || ((nFillTB > 0) && (nFillTB < 0x10000)) ) in CreateGradientProperties()
432 AddOpt( ESCHER_Prop_fillToTop, nFillTB ); in CreateGradientProperties()
434 AddOpt( ESCHER_Prop_fillToBottom, nFillTB ); in CreateGradientProperties()
448 sal_uInt32 nFillTB = 0; in CreateGradientProperties() local
522 nFillTB = (pGradient->YOffset * 0x10000) / 100; in CreateGradientProperties()
523 if ( ((nFillLR > 0) && (nFillLR < 0x10000)) || ((nFillTB > 0) && (nFillTB < 0x10000)) ) in CreateGradientProperties()
548 if(nFillTB) in CreateGradientProperties()
550 AddOpt( ESCHER_Prop_fillToTop, nFillTB ); in CreateGradientProperties()
[all …]

Completed in 57 milliseconds