Searched refs:_nRowHeightPixel (Results 1 – 1 of 1) sorted by relevance
903 …TableSize lcl_getRowsFittingInto( long _nOverallHeight, long _nRowHeightPixel, bool _bAcceptPartia… in lcl_getRowsFittingInto() argument906 ? ( _nOverallHeight + ( _nRowHeightPixel - 1 ) ) / _nRowHeightPixel in lcl_getRowsFittingInto()907 : _nOverallHeight / _nRowHeightPixel; in lcl_getRowsFittingInto()
Completed in 15 milliseconds