Searched refs:SC_SIZE_VISOPT (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 2167 if ( eMode==SC_SIZE_OPTIMAL || eMode==SC_SIZE_VISOPT ) in SetWidthOrHeight() 2187 if ( eMode==SC_SIZE_OPTIMAL || eMode==SC_SIZE_VISOPT ) in SetWidthOrHeight() 2248 if ( eMode != SC_SIZE_VISOPT || !pDoc->ColHidden(nCol, nTab) ) in SetWidthOrHeight() 2252 if ( eMode==SC_SIZE_OPTIMAL || eMode==SC_SIZE_VISOPT ) in SetWidthOrHeight()
|
H A D | viewfun2.cxx | 1582 SetMarkedWidthOrHeight( sal_True, SC_SIZE_VISOPT, STD_EXTRA_WIDTH, sal_False, sal_False ); in AutoFormat() 1583 SetMarkedWidthOrHeight( sal_False, SC_SIZE_VISOPT, 0, sal_False, sal_False ); in AutoFormat()
|
/aoo41x/main/sc/inc/ |
H A D | global.hxx | 379 SC_SIZE_VISOPT, // set optimal size only if visible enumerator
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 3186 if ( eMode==SC_SIZE_OPTIMAL || eMode==SC_SIZE_VISOPT ) in SetWidthOrHeight() 3234 if ( eMode != SC_SIZE_VISOPT || !pDoc->ColHidden(nCol, nTab, nLastCol) ) in SetWidthOrHeight() 3238 if ( eMode==SC_SIZE_OPTIMAL || eMode==SC_SIZE_VISOPT ) in SetWidthOrHeight() 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()
|
Completed in 58 milliseconds