Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/inc/
H A DIController.hxx70 …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 Dgenericcontroller.hxx443 …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;
/aoo41x/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx1243 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()
/aoo41x/main/reportdesign/source/ui/dlg/
H A DCondition.cxx377 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 DCondFormat.cxx399 …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 DCondition.hxx147 void ApplyCommand(sal_uInt16 _nCommandId, const ::Color& _aColor );
/aoo41x/main/reportdesign/source/ui/inc/
H A DCondFormat.hxx59 …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 );
/aoo41x/main/dbaccess/source/ui/app/
H A DAppController.hxx516 …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 DAppController.cxx2357 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 81 milliseconds