Searched refs:nRowTwips (Results 1 – 2 of 2) sorted by relevance
647 sal_uInt16 nRowTwips = pDoc->GetRowHeight(nRow, nTab); in lcl_FitsInWindow() local648 if (nRowTwips) in lcl_FitsInWindow()650 nBlockY += (long)(nRowTwips * fScaleY); in lcl_FitsInWindow()657 sal_uInt16 nRowTwips = pDoc->GetRowHeight(nRow, nTab); in lcl_FitsInWindow() local658 if (nRowTwips) in lcl_FitsInWindow()660 nBlockY += (long)(nRowTwips * fScaleY); in lcl_FitsInWindow()
3934 sal_uInt16 nRowTwips = 0; in getRowHeight() local3947 nRowTwips = nCurTwips; in getRowHeight()3948 if ( nRowTwips != nCurTwips ) in getRowHeight()3952 double nHeight = lcl_Round2DecPlaces( lcl_TwipsToPoints( nRowTwips ) ); in getRowHeight()
Completed in 72 milliseconds