Lines Matching refs:nSizeTwips
2071 ScSizeMode eMode, sal_uInt16 nSizeTwips, in SetWidthOrHeight() argument
2170 sal_Bool bShow = nSizeTwips > 0 || eMode != SC_SIZE_DIRECT; in SetWidthOrHeight()
2222 pDoc->SetOptimalHeight( nStartNo, nEndNo, nTab, nSizeTwips, aProv.GetDevice(), in SetWidthOrHeight()
2232 if (nSizeTwips) in SetWidthOrHeight()
2234 pDoc->SetRowHeightRange( nStartNo, nEndNo, nTab, nSizeTwips ); in SetWidthOrHeight()
2237 pDoc->ShowRows( nStartNo, nEndNo, nTab, nSizeTwips != 0 ); in SetWidthOrHeight()
2250 sal_uInt16 nThisSize = nSizeTwips; in SetWidthOrHeight()
2253 nThisSize = nSizeTwips + GetOptimalColWidth( nCol, nTab, bFormula ); in SetWidthOrHeight()
2289 pUndoTab, eMode, nSizeTwips, bWidth ) ); in SetWidthOrHeight()
2362 void ScViewFunc::SetMarkedWidthOrHeight( sal_Bool bWidth, ScSizeMode eMode, sal_uInt16 nSizeTwips, in SetMarkedWidthOrHeight() argument
2387 SetWidthOrHeight( bWidth, nRangeCnt, pRanges, eMode, nSizeTwips, bRecord, bPaint ); in SetMarkedWidthOrHeight()