Searched refs:nExecId (Results 1 – 2 of 2) sorted by relevance
301 sal_uInt16 nExecId = USHRT_MAX; in Execute() local305 case SID_WIN_FULLSCREEN : nExecId = SID_WIN_FULLSCREEN; break; in Execute()310 case MN_READONLY_EDITDOC: nExecId = SID_EDITDOC; break; in Execute()317 case MN_READONLY_BROWSE_BACKWARD: nExecId = SID_BROWSE_BACKWARD;break; in Execute()318 case MN_READONLY_BROWSE_FORWARD: nExecId = SID_BROWSE_FORWARD; break; in Execute()319 case MN_READONLY_SOURCEVIEW: nExecId = SID_SOURCEVIEW; break; in Execute()351 case MN_READONLY_GRAPHICOFF: nExecId = FN_VIEW_GRAPHIC; break; in Execute()353 case MN_READONLY_PLUGINOFF: nExecId = SID_PLUGINS_ACTIVE; break; in Execute()363 nExecId = nId; in Execute()365 if( USHRT_MAX != nExecId ) in Execute()[all …]
4823 sal_uInt16 nExecId = ((PopupMenu*)pMenu)->Execute(this, aPixPos); in Command() local4824 … if( !::ExecuteMenuCommand( *static_cast<PopupMenu*>(pMenu), *rView.GetViewFrame(), nExecId )) in Command()4825 pROPopup->Execute(this, nExecId); in Command()
Completed in 92 milliseconds