Home
last modified time | relevance | path

Searched refs:_nFeature (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/forms/source/runtime/
H A Dformoperations.cxx249 FeatureState SAL_CALL FormOperations::getState( ::sal_Int16 _nFeature ) throw (RuntimeException) in getState() argument
267 switch ( _nFeature ) in getState()
432 ::sal_Bool SAL_CALL FormOperations::isEnabled( ::sal_Int16 _nFeature ) throw (RuntimeException) in isEnabled() argument
436 FeatureState aState( getState( _nFeature ) ); in isEnabled()
443 static bool lcl_needConfirmCommit( sal_Int32 _nFeature ) in lcl_needConfirmCommit() argument
445 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 …]
/AOO41X/main/svx/source/inc/
H A Dformcontrolling.hxx282 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()
/AOO41X/main/svx/source/form/
H A Dformcontrolling.cxx411 …mControllerHelper::impl_operateForm_nothrow( const FormOperation _eWhat, const sal_Int16 _nFeature, in impl_operateForm_nothrow() argument
436 m_xFormOperations->execute( _nFeature ); in impl_operateForm_nothrow()
441 m_xFormOperations->executeWithArguments( _nFeature, _rArguments ); in impl_operateForm_nothrow()
/AOO41X/main/cui/source/options/
H A Doptcolor.cxx345 void SetNewPosition( sal_Int32 _nFeature, Window* _pWin );
392 sal_Int16 lcl_getGroup( sal_Int32 _nFeature ) in lcl_getGroup() argument
394 if ( _nFeature >= ColorConfigEntryCount ) in lcl_getGroup()
399 switch ( _nFeature ) in lcl_getGroup()
1030 void ColorConfigWindow_Impl::SetNewPosition( sal_Int32 _nFeature, Window* _pWin ) in SetNewPosition() argument
1036 sal_Int16 nGroup = lcl_getGroup( _nFeature ) - 1; in SetNewPosition()
/AOO41X/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx504 CommandCollector( sal_uInt16 _nFeature, StringBag& _rFeatureCommands ) in CommandCollector()
505 :m_nFeature ( _nFeature ) in CommandCollector()