Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx2397 sal_uInt16 nStepX = STD_COL_WIDTH / 5; in ModifyCellSize() local
2476 nWidth = sal::static_int_cast<sal_uInt16>( nWidth + nStepX ); in ModifyCellSize()
2477 else if ( nWidth > nStepX ) in ModifyCellSize()
2478 nWidth = sal::static_int_cast<sal_uInt16>( nWidth - nStepX ); in ModifyCellSize()
2479 if ( nWidth < nStepX ) nWidth = nStepX; in ModifyCellSize()

Completed in 33 milliseconds