Searched refs:fSpacing (Results 1 – 1 of 1) sorted by relevance
2898 double fSpacing = *( (sal_uInt32*)mAny.getValue() ) + ( 2540.0 / 576.0 ) - 1; in ImplGetParagraphValues() local2899 mnLineSpacingBottom = (sal_Int16)(-( fSpacing * 576.0 / 2540.0 ) ); in ImplGetParagraphValues()2905 double fSpacing = *( (sal_uInt32*)mAny.getValue() ) + ( 2540.0 / 576.0 ) - 1; in ImplGetParagraphValues() local2906 mnLineSpacingTop = (sal_Int16)(-( fSpacing * 576.0 / 2540.0 ) ); in ImplGetParagraphValues()
Completed in 31 milliseconds