Home
last modified time | relevance | path

Searched refs:nSizeTwips (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dcolrowba.cxx113 sal_uInt16 nSizeTwips; in SetEntrySize() local
119 nSizeTwips = STD_EXTRA_WIDTH; in SetEntrySize()
123 nSizeTwips = (sal_uInt16) ( nNewSize / pViewData->GetPPTX() ); in SetEntrySize()
160 pViewData->GetView()->SetWidthOrHeight( sal_True, nRangeCnt, pRanges, eMode, nSizeTwips ); in SetEntrySize()
280 sal_uInt16 nSizeTwips; in SetEntrySize() local
286 nSizeTwips = 0; in SetEntrySize()
290 nSizeTwips = (sal_uInt16) ( nNewSize / pViewData->GetPPTY() ); in SetEntrySize()
327 pViewData->GetView()->SetWidthOrHeight( sal_False, nRangeCnt, pRanges, eMode, nSizeTwips ); in SetEntrySize()
H A Dviewfunc.cxx2071 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
[all …]
/trunk/main/sc/source/ui/inc/
H A Dviewfunc.hxx209 ScSizeMode eMode, sal_uInt16 nSizeTwips,
212 void SetMarkedWidthOrHeight( sal_Bool bWidth, ScSizeMode eMode, sal_uInt16 nSizeTwips,
H A Ddocfunc.hxx128 SCTAB nTab, ScSizeMode eMode, sal_uInt16 nSizeTwips,
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx3117 ScSizeMode eMode, sal_uInt16 nSizeTwips, in SetWidthOrHeight() argument
3175 sal_Bool bShow = nSizeTwips > 0 || eMode != SC_SIZE_DIRECT; in SetWidthOrHeight()
3216 if (nSizeTwips) in SetWidthOrHeight()
3218 pDoc->SetRowHeightRange( nStartNo, nEndNo, nTab, nSizeTwips ); in SetWidthOrHeight()
3222 pDoc->ShowRows( nStartNo, nEndNo, nTab, nSizeTwips != 0 ); in SetWidthOrHeight()
3236 sal_uInt16 nThisSize = nSizeTwips; in SetWidthOrHeight()
3239 nThisSize = nSizeTwips + in SetWidthOrHeight()
3277 pUndoTab, eMode, nSizeTwips, bWidth ) ); in SetWidthOrHeight()

Completed in 53 milliseconds