Home
last modified time | relevance | path

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

/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx772 sal_Bool bAllowHide = bMarked; // a column is marked in PreExecuteColumnContextMenu() local
773bAllowHide = bAllowHide || (!bDesignMode && (nPos != (sal_uInt16)-1)); // OR we are in alive mode … in PreExecuteColumnContextMenu()
774 bAllowHide = bAllowHide && xCols.is(); // AND we have a column container in PreExecuteColumnContextMenu()
775bAllowHide = bAllowHide && (xCols->getCount()-nHiddenCols > 1); // AND there are at least two vis… in PreExecuteColumnContextMenu()
776 rMenu.EnableItem(SID_FM_HIDECOL, bAllowHide); in PreExecuteColumnContextMenu()

Completed in 18 milliseconds