Lines Matching refs:_nId

593 FeatureState OApplicationController::GetState(sal_uInt16 _nId) const  in GetState()
603 switch (_nId) in GetState()
620 …aReturn.bEnabled = aReturn.bEnabled && ( (ID_BROWSER_CUT == _nId && getContainer()->getElementType… in GetState()
751 if ( aReturn.bEnabled && SID_APP_NEW_REPORT_PRE_SEL == _nId ) in GetState()
766 …aReturn.bEnabled = isRenameDeleteAllowed(getContainer()->getElementType(), _nId == SID_DB_APP_DELE… in GetState()
770 aReturn.bEnabled = isRenameDeleteAllowed(E_TABLE, _nId == SID_DB_APP_TABLE_DELETE); in GetState()
774 aReturn.bEnabled = isRenameDeleteAllowed(E_QUERY, _nId == SID_DB_APP_QUERY_DELETE); in GetState()
778 aReturn.bEnabled = isRenameDeleteAllowed(E_FORM, _nId == SID_DB_APP_FORM_DELETE); in GetState()
782 aReturn.bEnabled = isRenameDeleteAllowed(E_REPORT, _nId == SID_DB_APP_REPORT_DELETE); in GetState()
973 aReturn = OApplicationController_CBASE::GetState(_nId); in GetState()
1015 void OApplicationController::Execute(sal_uInt16 _nId, const Sequence< PropertyValue >& aArgs) in Execute() argument
1020 if ( isUserDefinedFeature( _nId ) ) in Execute()
1022 OApplicationController_CBASE::Execute( _nId, aArgs ); in Execute()
1031 switch(_nId) in Execute()
1132 switch(_nId) in Execute()
1238 switch( _nId ) in Execute()
1298 … aCreationArgs.put( (::rtl::OUString)PROPERTY_GRAPHICAL_DESIGN, ID_NEW_VIEW_DESIGN == _nId ); in Execute()
1326 doAction( _nId, E_OPEN_DESIGN ); in Execute()
1333 doAction( _nId, E_OPEN_NORMAL ); in Execute()
1336 doAction( _nId, E_OPEN_NORMAL ); in Execute()
1427 doAction( _nId, E_OPEN_FOR_MAIL ); in Execute()
1435 InvalidateFeature(_nId); in Execute()