Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/view/
H A Dtabview2.cxx647 sal_uInt16 nRowTwips = pDoc->GetRowHeight(nRow, nTab); in lcl_FitsInWindow() local
648 if (nRowTwips) in lcl_FitsInWindow()
650 nBlockY += (long)(nRowTwips * fScaleY); in lcl_FitsInWindow()
657 sal_uInt16 nRowTwips = pDoc->GetRowHeight(nRow, nTab); in lcl_FitsInWindow() local
658 if (nRowTwips) in lcl_FitsInWindow()
660 nBlockY += (long)(nRowTwips * fScaleY); in lcl_FitsInWindow()
/aoo42x/main/sc/source/ui/vba/
H A Dvbarange.cxx3934 sal_uInt16 nRowTwips = 0; in getRowHeight() local
3947 nRowTwips = nCurTwips; in getRowHeight()
3948 if ( nRowTwips != nCurTwips ) in getRowHeight()
3952 double nHeight = lcl_Round2DecPlaces( lcl_TwipsToPoints( nRowTwips ) ); in getRowHeight()

Completed in 46 milliseconds