Searched refs:_nFeature (Results 1 – 5 of 5) sorted by relevance
267 switch ( _nFeature ) in getState()436 FeatureState aState( getState( _nFeature ) ); in isEnabled()445 return ( ( _nFeature == FormFeature::ReloadForm ) in lcl_needConfirmCommit()471 …if ( ( _nFeature != FormFeature::DeleteRecord ) && ( _nFeature != FormFeature::UndoRecordChanges )… in execute()483 if ( lcl_needConfirmCommit( _nFeature ) ) in execute()501 switch ( _nFeature ) in execute()713 if ( lcl_requiresArguments( _nFeature ) ) in execute()735 if ( !lcl_requiresArguments( _nFeature ) ) in executeWithArguments()737 execute( _nFeature ); in executeWithArguments()745 if ( !lcl_isExecutableFeature( _nFeature ) ) in executeWithArguments()[all …]
282 const sal_Int16 _nFeature, /* ignore for COMMIT_* */289 bool impl_operateForm_nothrow( const sal_Int16 _nFeature ) const in impl_operateForm_nothrow()291 …return impl_operateForm_nothrow( EXECUTE, _nFeature, ::com::sun::star::uno::Sequence< ::com::sun::… in impl_operateForm_nothrow()
411 …mControllerHelper::impl_operateForm_nothrow( const FormOperation _eWhat, const sal_Int16 _nFeature, in impl_operateForm_nothrow() argument436 m_xFormOperations->execute( _nFeature ); in impl_operateForm_nothrow()441 m_xFormOperations->executeWithArguments( _nFeature, _rArguments ); in impl_operateForm_nothrow()
345 void SetNewPosition( sal_Int32 _nFeature, Window* _pWin );392 sal_Int16 lcl_getGroup( sal_Int32 _nFeature ) in lcl_getGroup() argument394 if ( _nFeature >= ColorConfigEntryCount ) in lcl_getGroup()399 switch ( _nFeature ) in lcl_getGroup()1030 void ColorConfigWindow_Impl::SetNewPosition( sal_Int32 _nFeature, Window* _pWin ) in SetNewPosition() argument1036 sal_Int16 nGroup = lcl_getGroup( _nFeature ) - 1; in SetNewPosition()
504 CommandCollector( sal_uInt16 _nFeature, StringBag& _rFeatureCommands ) in CommandCollector()505 :m_nFeature ( _nFeature ) in CommandCollector()
Completed in 60 milliseconds