Searched refs:nCurrentRowHeight (Results 1 – 2 of 2) sorted by relevance
270 sal_Int32 nCurrentRowHeight = 0; in lcl_collectRowHeighs() local277 nCurrentRowHeight = ::std::max( nCurrentRowHeight, aTextSize.Height ); in lcl_collectRowHeighs()280 rRowHeights.push_back( nCurrentRowHeight ); in lcl_collectRowHeighs()
2190 long nCurrentRowHeight = 0; in CheckViewLayout() local2253 nCurrentRowHeight = Max( nCurrentRowHeight, nPageHeight ); in CheckViewLayout()2378 nCurrentRowHeight ); in CheckViewLayout()2422 nSumRowHeight = nSumRowHeight + nCurrentRowHeight; in CheckViewLayout()2425 nCurrentRowHeight = 0; in CheckViewLayout()
Completed in 40 milliseconds