Searched refs:nStepX (Results 1 – 1 of 1) sorted by relevance
2397 sal_uInt16 nStepX = STD_COL_WIDTH / 5; in ModifyCellSize() local2476 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 66 milliseconds