Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/table/
H A Dtablecontrol_impl.cxx903 …TableSize lcl_getRowsFittingInto( long _nOverallHeight, long _nRowHeightPixel, bool _bAcceptPartia… in lcl_getRowsFittingInto() argument
906 ? ( _nOverallHeight + ( _nRowHeightPixel - 1 ) ) / _nRowHeightPixel in lcl_getRowsFittingInto()
907 : _nOverallHeight / _nRowHeightPixel; in lcl_getRowsFittingInto()

Completed in 14 milliseconds