Searched refs:SC_SIZE_DIRECT (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sc/source/ui/view/ |
H A D | cellsh3.cxx | 536 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 D | colrowba.cxx | 114 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 D | viewfunc.cxx | 2170 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 D | preview.cxx | 1241 …aFunc.SetWidthOrHeight( sal_True, 1,nCols, nTab, SC_SIZE_DIRECT, (sal_uInt16)nNewColWidth, sal_Tru… in MouseButtonUp()
|
/aoo41x/main/sc/inc/ |
H A D | global.hxx | 376 SC_SIZE_DIRECT, // set size or hide if value is 0 enumerator
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 3060 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 D | cellsuno.cxx | 8940 ScSizeMode eMode = bVis ? SC_SIZE_SHOW : SC_SIZE_DIRECT; in SetOnePropertyValue() 9085 ScSizeMode eMode = bVis ? SC_SIZE_SHOW : SC_SIZE_DIRECT; in SetOnePropertyValue()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 3175 sal_Bool bShow = nSizeTwips > 0 || eMode != SC_SIZE_DIRECT; in SetWidthOrHeight() 3214 else if ( eMode==SC_SIZE_DIRECT || eMode==SC_SIZE_ORIGINAL ) in SetWidthOrHeight()
|
/aoo41x/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()
|
Completed in 125 milliseconds