Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableDesignControl.cxx161 long nSelectRowCount = GetSelectRowCount(); in Command() local
162 aContextMenu.EnableItem( SID_CUT, nSelectRowCount != 0); in Command()
163 aContextMenu.EnableItem( SID_COPY, nSelectRowCount != 0); in Command()
165 aContextMenu.EnableItem( SID_DELETE, IsUpdatable() && nSelectRowCount != 0 ); in Command()

Completed in 7 milliseconds