Home
last modified time | relevance | path

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

/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx739 sal_uInt16 nHiddenCols = 0; in PreExecuteColumnContextMenu() local
757 if (nHiddenCols < 16) in PreExecuteColumnContextMenu()
760 pShowColsMenu->InsertItem(nHiddenCols + 1, ::comphelper::getString(aName), 0, nHiddenCols); in PreExecuteColumnContextMenu()
763 ++nHiddenCols; in PreExecuteColumnContextMenu()
767 pShowColsMenu->EnableItem(SID_FM_SHOWCOLS_MORE, xCols.is() && (nHiddenCols > 16)); in PreExecuteColumnContextMenu()
768 pShowColsMenu->EnableItem(SID_FM_SHOWALLCOLS, xCols.is() && (nHiddenCols > 0)); in PreExecuteColumnContextMenu()
775 …bAllowHide = bAllowHide && (xCols->getCount()-nHiddenCols > 1); // AND there are at least two vis… in PreExecuteColumnContextMenu()

Completed in 15 milliseconds