Searched refs:SC_SIZE_OPTIMAL (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sc/source/ui/undo/ |
H A D | undoblk2.cxx | 97 ( ( eMode == SC_SIZE_OPTIMAL )? in GetComment() 101 ( ( eMode == SC_SIZE_OPTIMAL )? in GetComment() 115 if (eMode==SC_SIZE_OPTIMAL) in Undo() 167 if (eMode==SC_SIZE_OPTIMAL) in Redo()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | cellsh3.cxx | 589 pTabViewShell->SetMarkedWidthOrHeight( sal_False, SC_SIZE_OPTIMAL, in Execute() 622 pTabViewShell->SetMarkedWidthOrHeight( sal_False, SC_SIZE_OPTIMAL, (sal_uInt16)nVal ); in Execute() 695 pTabViewShell->SetMarkedWidthOrHeight( sal_True, SC_SIZE_OPTIMAL, in Execute() 728 pTabViewShell->SetMarkedWidthOrHeight( sal_True, SC_SIZE_OPTIMAL, (sal_uInt16)nVal ); in Execute() 741 pTabViewShell->SetMarkedWidthOrHeight( sal_True, SC_SIZE_OPTIMAL, STD_EXTRA_WIDTH ); in Execute()
|
H A D | colrowba.cxx | 120 eMode = SC_SIZE_OPTIMAL; in SetEntrySize() 287 eMode = SC_SIZE_OPTIMAL; in SetEntrySize()
|
H A D | viewfunc.cxx | 2120 if ( eMode == SC_SIZE_OPTIMAL ) in SetWidthOrHeight() 2167 if ( eMode==SC_SIZE_OPTIMAL || eMode==SC_SIZE_VISOPT ) in SetWidthOrHeight() 2187 if ( eMode==SC_SIZE_OPTIMAL || eMode==SC_SIZE_VISOPT ) in SetWidthOrHeight() 2189 sal_Bool bAll = ( eMode==SC_SIZE_OPTIMAL ); in SetWidthOrHeight() 2252 if ( eMode==SC_SIZE_OPTIMAL || eMode==SC_SIZE_VISOPT ) in SetWidthOrHeight() 2503 eMode = SC_SIZE_OPTIMAL; in ModifyCellSize()
|
/aoo41x/main/sc/inc/ |
H A D | global.hxx | 377 SC_SIZE_OPTIMAL, // set optimal size for everything enumerator
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 3142 if ( eMode == SC_SIZE_OPTIMAL ) in SetWidthOrHeight() 3186 if ( eMode==SC_SIZE_OPTIMAL || eMode==SC_SIZE_VISOPT ) in SetWidthOrHeight() 3188 sal_Bool bAll = ( eMode==SC_SIZE_OPTIMAL ); in SetWidthOrHeight() 3238 if ( eMode==SC_SIZE_OPTIMAL || eMode==SC_SIZE_VISOPT ) in SetWidthOrHeight()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 3069 SC_SIZE_OPTIMAL, STD_EXTRA_WIDTH, sal_True, sal_True ); in setPropertyValue() 3293 … aFunc.SetWidthOrHeight( sal_False, 1, nRowArr, nTab, SC_SIZE_OPTIMAL, 0, sal_True, sal_True ); in setPropertyValue()
|
H A D | cellsuno.cxx | 8949 SC_SIZE_OPTIMAL, STD_EXTRA_WIDTH, sal_True, sal_True ); in SetOnePropertyValue() 9101 aFunc.SetWidthOrHeight( sal_False, 1, nRowArr, nTab, SC_SIZE_OPTIMAL, 0, sal_True, sal_True ); in SetOnePropertyValue()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 4719 aFunc.SetWidthOrHeight( bDirection, 1, nColArr, thisAddress.Sheet, SC_SIZE_OPTIMAL, in Autofit()
|
Completed in 173 milliseconds