/aoo42x/main/sc/source/ui/view/ |
H A D | colrowba.cxx | 160 pViewData->GetView()->SetWidthOrHeight( sal_True, nRangeCnt, pRanges, eMode, nSizeTwips ); in SetEntrySize() 169 pViewData->GetView()->SetWidthOrHeight( sal_True, 1, nRange, SC_SIZE_DIRECT, 0 ); in HideEntries() 327 pViewData->GetView()->SetWidthOrHeight( sal_False, nRangeCnt, pRanges, eMode, nSizeTwips ); in SetEntrySize() 336 pViewData->GetView()->SetWidthOrHeight( sal_False, 1, nRange, SC_SIZE_DIRECT, 0 ); in HideEntries()
|
H A D | viewfunc.cxx | 2070 void ScViewFunc::SetWidthOrHeight( sal_Bool bWidth, SCCOLROW nRangeCnt, SCCOLROW* pRanges, in SetWidthOrHeight() function in ScViewFunc 2387 SetWidthOrHeight( bWidth, nRangeCnt, pRanges, eMode, nSizeTwips, bRecord, bPaint ); in SetMarkedWidthOrHeight() 2483 SetWidthOrHeight( sal_True, 1, nRange, SC_SIZE_DIRECT, nWidth ); in ModifyCellSize() 2518 SetWidthOrHeight( sal_False, 1, nRange, eMode, nHeight ); in ModifyCellSize()
|
H A D | preview.cxx | 1238 …aFunc.SetWidthOrHeight( sal_True, 1,nCols, nTab, SC_SIZE_DIRECT, (sal_uInt16)nNewColWidth, sal_Tru… in MouseButtonUp()
|
/aoo42x/main/sc/source/ui/undo/ |
H A D | undoblk2.cxx | 183 …pViewShell->SetWidthOrHeight( bWidth, nRangeCnt, pRanges, eMode, nNewSize, sal_False, sal_True, &a… in Redo()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 3054 aFunc.SetWidthOrHeight( sal_True, 1, nColArr, nTab, SC_SIZE_ORIGINAL, in setPropertyValue() 3061 aFunc.SetWidthOrHeight( sal_True, 1, nColArr, nTab, eMode, 0, sal_True, sal_True ); in setPropertyValue() 3068 aFunc.SetWidthOrHeight( sal_True, 1, nColArr, nTab, in setPropertyValue() 3293 … aFunc.SetWidthOrHeight( sal_False, 1, nRowArr, nTab, SC_SIZE_OPTIMAL, 0, sal_True, sal_True ); in setPropertyValue() 3304 aFunc.SetWidthOrHeight( sal_False, 1, nRowArr, nTab, SC_SIZE_ORIGINAL, in setPropertyValue() 3311 aFunc.SetWidthOrHeight( sal_False, 1, nRowArr, nTab, eMode, 0, sal_True, sal_True ); in setPropertyValue()
|
H A D | cellsuno.cxx | 8933 aFunc.SetWidthOrHeight( sal_True, 1, nColArr, nTab, SC_SIZE_ORIGINAL, in SetOnePropertyValue() 8941 aFunc.SetWidthOrHeight( sal_True, 1, nColArr, nTab, eMode, 0, sal_True, sal_True ); in SetOnePropertyValue() 8948 aFunc.SetWidthOrHeight( sal_True, 1, nColArr, nTab, in SetOnePropertyValue() 9078 aFunc.SetWidthOrHeight( sal_False, 1, nRowArr, nTab, SC_SIZE_ORIGINAL, in SetOnePropertyValue() 9086 aFunc.SetWidthOrHeight( sal_False, 1, nRowArr, nTab, eMode, 0, sal_True, sal_True ); in SetOnePropertyValue() 9101 aFunc.SetWidthOrHeight( sal_False, 1, nRowArr, nTab, SC_SIZE_OPTIMAL, 0, sal_True, sal_True ); in SetOnePropertyValue() 9106 …aFunc.SetWidthOrHeight( sal_False, 1, nRowArr, nTab, SC_SIZE_ORIGINAL, nHeight, sal_True, sal_True… in SetOnePropertyValue()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | docfunc.hxx | 127 SC_DLLPUBLIC sal_Bool SetWidthOrHeight( sal_Bool bWidth, SCCOLROW nRangeCnt, SCCOLROW* pRanges,
|
H A D | viewfunc.hxx | 208 void SetWidthOrHeight( sal_Bool bWidth, SCCOLROW nRangeCnt, SCCOLROW* pRanges,
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 3116 sal_Bool ScDocFunc::SetWidthOrHeight( sal_Bool bWidth, SCCOLROW nRangeCnt, SCCOLROW* pRanges, SCTAB… in SetWidthOrHeight() function in ScDocFunc 3761 … SetWidthOrHeight( sal_True, 1,nCols, nTab, SC_SIZE_VISOPT, STD_EXTRA_WIDTH, sal_False, sal_True); in AutoFormat() 3762 … SetWidthOrHeight( sal_False,1,nRows, nTab, SC_SIZE_VISOPT, 0, sal_False, sal_False); in AutoFormat()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 3818 aFunc.SetWidthOrHeight( sal_True, 1, nColArr, thisAddress.Sheet, SC_SIZE_DIRECT, in setColumnWidth() 3982 aFunc.SetWidthOrHeight( sal_False, 1, nRowArr, thisAddress.Sheet, SC_SIZE_DIRECT, in setRowHeight() 4719 aFunc.SetWidthOrHeight( bDirection, 1, nColArr, thisAddress.Sheet, SC_SIZE_OPTIMAL, in Autofit()
|