Searched refs:_nFeature (Results 1 – 5 of 5) sorted by relevance
249 FeatureState SAL_CALL FormOperations::getState( ::sal_Int16 _nFeature ) throw (RuntimeException) in getState() argument267 switch ( _nFeature ) in getState()432 ::sal_Bool SAL_CALL FormOperations::isEnabled( ::sal_Int16 _nFeature ) throw (RuntimeException) in isEnabled() argument436 FeatureState aState( getState( _nFeature ) ); in isEnabled()443 static bool lcl_needConfirmCommit( sal_Int32 _nFeature ) in lcl_needConfirmCommit() argument445 return ( ( _nFeature == FormFeature::ReloadForm ) in lcl_needConfirmCommit()446 || ( _nFeature == FormFeature::RemoveFilterAndSort ) in lcl_needConfirmCommit()447 || ( _nFeature == FormFeature::ToggleApplyFilter ) in lcl_needConfirmCommit()448 || ( _nFeature == FormFeature::SortAscending ) in lcl_needConfirmCommit()449 || ( _nFeature == FormFeature::SortDescending ) in lcl_needConfirmCommit()[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()