Home
last modified time | relevance | path

Searched refs:SC_SIZE_DIRECT (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/sc/source/ui/view/
H A Dcellsh3.cxx536 pTabViewShell->SetMarkedWidthOrHeight( sal_False, SC_SIZE_DIRECT, in Execute()
570 pTabViewShell->SetMarkedWidthOrHeight( sal_False, SC_SIZE_DIRECT, (sal_uInt16)nVal ); in Execute()
642 pTabViewShell->SetMarkedWidthOrHeight( sal_True, SC_SIZE_DIRECT, in Execute()
676 pTabViewShell->SetMarkedWidthOrHeight( sal_True, SC_SIZE_DIRECT, (sal_uInt16)nVal ); in Execute()
746 pTabViewShell->SetMarkedWidthOrHeight( sal_False, SC_SIZE_DIRECT, 0 ); in Execute()
754 pTabViewShell->SetMarkedWidthOrHeight( sal_True, SC_SIZE_DIRECT, 0 ); in Execute()
H A Dcolrowba.cxx114 ScSizeMode eMode = SC_SIZE_DIRECT; in SetEntrySize()
169 pViewData->GetView()->SetWidthOrHeight( sal_True, 1, nRange, SC_SIZE_DIRECT, 0 ); in HideEntries()
281 ScSizeMode eMode = SC_SIZE_DIRECT; in SetEntrySize()
336 pViewData->GetView()->SetWidthOrHeight( sal_False, 1, nRange, SC_SIZE_DIRECT, 0 ); in HideEntries()
H A Dviewfunc.cxx2170 sal_Bool bShow = nSizeTwips > 0 || eMode != SC_SIZE_DIRECT; in SetWidthOrHeight()
2230 else if ( eMode==SC_SIZE_DIRECT ) in SetWidthOrHeight()
2483 SetWidthOrHeight( sal_True, 1, nRange, SC_SIZE_DIRECT, nWidth ); in ModifyCellSize()
2508 eMode = SC_SIZE_DIRECT; in ModifyCellSize()
H A Dpreview.cxx1241 …aFunc.SetWidthOrHeight( sal_True, 1,nCols, nTab, SC_SIZE_DIRECT, (sal_uInt16)nNewColWidth, sal_Tru… in MouseButtonUp()
/aoo4110/main/sc/inc/
H A Dglobal.hxx376 SC_SIZE_DIRECT, // set size or hide if value is 0 enumerator
/aoo4110/main/sc/source/ui/unoobj/
H A Ddocuno.cxx3060 ScSizeMode eMode = bVis ? SC_SIZE_SHOW : SC_SIZE_DIRECT; in setPropertyValue()
3310 ScSizeMode eMode = bVis ? SC_SIZE_SHOW : SC_SIZE_DIRECT; in setPropertyValue()
H A Dcellsuno.cxx8940 ScSizeMode eMode = bVis ? SC_SIZE_SHOW : SC_SIZE_DIRECT; in SetOnePropertyValue()
9085 ScSizeMode eMode = bVis ? SC_SIZE_SHOW : SC_SIZE_DIRECT; in SetOnePropertyValue()
/aoo4110/main/sc/source/ui/docshell/
H A Ddocfunc.cxx3175 sal_Bool bShow = nSizeTwips > 0 || eMode != SC_SIZE_DIRECT; in SetWidthOrHeight()
3214 else if ( eMode==SC_SIZE_DIRECT || eMode==SC_SIZE_ORIGINAL ) in SetWidthOrHeight()
/aoo4110/main/sc/source/ui/vba/
H A Dvbarange.cxx3818 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()

Completed in 233 milliseconds