Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/view/
H A Dviewfunc.cxx2398 sal_uInt16 nStepY = ScGlobal::nStdRowHeight; in ModifyCellSize() local
2510 nHeight = sal::static_int_cast<sal_uInt16>( nHeight + nStepY ); in ModifyCellSize()
2511 else if ( nHeight > nStepY ) in ModifyCellSize()
2512 nHeight = sal::static_int_cast<sal_uInt16>( nHeight - nStepY ); in ModifyCellSize()
2513 if ( nHeight < nStepY ) nHeight = nStepY; in ModifyCellSize()

Completed in 29 milliseconds