Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/vba/
H A Dvbaparagraphformat.cxx248 void SAL_CALL SwVbaParagraphFormat::setSpaceBefore( float _space ) throw (uno::RuntimeException) in setSpaceBefore() argument
250 sal_Int32 nSpace = Millimeter::getInHundredthsOfOneMillimeter( _space ); in setSpaceBefore()
261 void SAL_CALL SwVbaParagraphFormat::setSpaceAfter( float _space ) throw (uno::RuntimeException) in setSpaceAfter() argument
263 sal_Int32 nSpace = Millimeter::getInHundredthsOfOneMillimeter( _space ); in setSpaceAfter()

Completed in 14 milliseconds