Searched refs:bAllowHide (Results 1 – 1 of 1) sorted by relevance
772 sal_Bool bAllowHide = bMarked; // a column is marked in PreExecuteColumnContextMenu() local773 …bAllowHide = 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()775 …bAllowHide = 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