Searched refs:nColTwips (Results 1 – 2 of 2) sorted by relevance
621 sal_uInt16 nColTwips = pDoc->GetColWidth( nCol, nTab ); in lcl_FitsInWindow() local622 if (nColTwips) in lcl_FitsInWindow()624 nBlockX += (long)(nColTwips * fScaleX); in lcl_FitsInWindow()631 sal_uInt16 nColTwips = pDoc->GetColWidth( nCol, nTab ); in lcl_FitsInWindow() local632 if (nColTwips) in lcl_FitsInWindow()634 nBlockX += (long)(nColTwips * fScaleX); in lcl_FitsInWindow()
3770 sal_uInt16 nColTwips = 0; in getColumnWidth() local3776 nColTwips = nCurTwips; in getColumnWidth()3777 if ( nColTwips != nCurTwips ) in getColumnWidth()3780 nColWidth = lcl_TwipsToPoints( nColTwips ); in getColumnWidth()
Completed in 45 milliseconds