Searched refs:_space (Results 1 – 1 of 1) sorted by relevance
248 void SAL_CALL SwVbaParagraphFormat::setSpaceBefore( float _space ) throw (uno::RuntimeException) in setSpaceBefore() argument250 sal_Int32 nSpace = Millimeter::getInHundredthsOfOneMillimeter( _space ); in setSpaceBefore()261 void SAL_CALL SwVbaParagraphFormat::setSpaceAfter( float _space ) throw (uno::RuntimeException) in setSpaceAfter() argument263 sal_Int32 nSpace = Millimeter::getInHundredthsOfOneMillimeter( _space ); in setSpaceAfter()
Completed in 10 milliseconds