Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dtabview2.cxx621 sal_uInt16 nColTwips = pDoc->GetColWidth( nCol, nTab ); in lcl_FitsInWindow() local
622 if (nColTwips) in lcl_FitsInWindow()
624 nBlockX += (long)(nColTwips * fScaleX); in lcl_FitsInWindow()
631 sal_uInt16 nColTwips = pDoc->GetColWidth( nCol, nTab ); in lcl_FitsInWindow() local
632 if (nColTwips) in lcl_FitsInWindow()
634 nBlockX += (long)(nColTwips * fScaleX); in lcl_FitsInWindow()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx3770 sal_uInt16 nColTwips = 0; in getColumnWidth() local
3776 nColTwips = nCurTwips; in getColumnWidth()
3777 if ( nColTwips != nCurTwips ) in getColumnWidth()
3780 nColWidth = lcl_TwipsToPoints( nColTwips ); in getColumnWidth()

Completed in 43 milliseconds