Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx2898 double fSpacing = *( (sal_uInt32*)mAny.getValue() ) + ( 2540.0 / 576.0 ) - 1; in ImplGetParagraphValues() local
2899 mnLineSpacingBottom = (sal_Int16)(-( fSpacing * 576.0 / 2540.0 ) ); in ImplGetParagraphValues()
2905 double fSpacing = *( (sal_uInt32*)mAny.getValue() ) + ( 2540.0 / 576.0 ) - 1; in ImplGetParagraphValues() local
2906 mnLineSpacingTop = (sal_Int16)(-( fSpacing * 576.0 / 2540.0 ) ); in ImplGetParagraphValues()

Completed in 31 milliseconds