Searched refs:_nCommandId (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/dbaccess/inc/ |
H A D | IController.hxx | 70 …virtual void executeUnChecked(sal_uInt16 _nCommandId, const ::com::sun::star::uno::Sequence< ::com… 76 …virtual void executeChecked(sal_uInt16 _nCommandId, const ::com::sun::star::uno::Sequence< ::com::… 86 virtual sal_Bool isCommandEnabled(sal_uInt16 _nCommandId) const = 0;
|
H A D | genericcontroller.hxx | 443 …virtual void executeUnChecked(sal_uInt16 _nCommandId, const ::com::sun::star::uno::Sequence< ::com… 444 …virtual void executeChecked(sal_uInt16 _nCommandId, const ::com::sun::star::uno::Sequence< ::com::… 445 virtual sal_Bool isCommandEnabled(sal_uInt16 _nCommandId) const; 454 virtual sal_Bool isCommandChecked(sal_uInt16 _nCommandId) const;
|
/aoo42x/main/dbaccess/source/ui/browser/ |
H A D | genericcontroller.cxx | 1243 void OGenericUnoController::executeUnChecked(sal_uInt16 _nCommandId, const Sequence< PropertyValue … in executeUnChecked() argument 1245 Execute(_nCommandId, aArgs); in executeUnChecked() 1542 void OGenericUnoController::executeChecked(sal_uInt16 _nCommandId, const Sequence< PropertyValue >&… in executeChecked() argument 1544 if ( isCommandEnabled(_nCommandId) ) in executeChecked() 1545 Execute(_nCommandId, aArgs); in executeChecked() 1549 sal_Bool OGenericUnoController::isCommandEnabled(sal_uInt16 _nCommandId) const in isCommandEnabled() 1551 return GetState( _nCommandId ).bEnabled; in isCommandEnabled() 1607 sal_Bool OGenericUnoController::isCommandChecked(sal_uInt16 _nCommandId) const in isCommandChecked() 1609 FeatureState aState = GetState( _nCommandId ); in isCommandChecked()
|
/aoo42x/main/reportdesign/source/ui/dlg/ |
H A D | Condition.cxx | 377 void Condition::ApplyCommand( sal_uInt16 _nCommandId, const ::Color& _rColor) in ApplyCommand() argument 379 if ( _nCommandId == SID_ATTR_CHAR_COLOR2 ) in ApplyCommand() 381 else if ( _nCommandId == SID_BACKGROUND_COLOR ) in ApplyCommand() 384 m_rAction.applyCommand( m_nCondIndex, _nCommandId, _rColor ); in ApplyCommand()
|
H A D | CondFormat.cxx | 399 …void ConditionalFormattingDialog::applyCommand( size_t _nCondIndex, sal_uInt16 _nCommandId, const … in applyCommand() argument 401 … OSL_PRECOND( _nCommandId, "ConditionalFormattingDialog::applyCommand: illegal command id!" ); in applyCommand() 418 m_rController.executeUnChecked(_nCommandId,aArgs); in applyCommand()
|
H A D | Condition.hxx | 147 void ApplyCommand(sal_uInt16 _nCommandId, const ::Color& _aColor );
|
/aoo42x/main/reportdesign/source/ui/inc/ |
H A D | CondFormat.hxx | 59 …virtual void applyCommand( size_t _nCondIndex, sal_uInt16 _nCommandId, const ::Color _a… 108 … virtual void applyCommand( size_t _nCondIndex, sal_uInt16 _nCommandId, const ::Color _aColor );
|
/aoo42x/main/dbaccess/source/ui/app/ |
H A D | AppController.hxx | 516 …virtual void executeUnChecked(sal_uInt16 _nCommandId, const ::com::sun::star::uno::Sequence… 517 …virtual void executeChecked(sal_uInt16 _nCommandId, const ::com::sun::star::uno::Sequence< … 518 virtual sal_Bool isCommandEnabled(sal_uInt16 _nCommandId) const;
|
H A D | AppController.cxx | 2357 void OApplicationController::executeUnChecked(sal_uInt16 _nCommandId, const Sequence< PropertyValue… in executeUnChecked() argument 2359 OApplicationController_CBASE::executeUnChecked( _nCommandId, aArgs ); in executeUnChecked() 2363 void OApplicationController::executeChecked(sal_uInt16 _nCommandId, const Sequence< PropertyValue>&… in executeChecked() argument 2365 OApplicationController_CBASE::executeChecked( _nCommandId, aArgs ); in executeChecked() 2369 sal_Bool OApplicationController::isCommandEnabled(sal_uInt16 _nCommandId) const in isCommandEnabled() 2371 return OApplicationController_CBASE::isCommandEnabled( _nCommandId ); in isCommandEnabled()
|
Completed in 63 milliseconds