Home
last modified time | relevance | path

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

/aoo42x/main/forms/source/runtime/
H A Dformoperations.cxx267 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 …]
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx504 CommandCollector( sal_uInt16 _nFeature, StringBag& _rFeatureCommands ) in CommandCollector()
505 :m_nFeature ( _nFeature ) in CommandCollector()

Completed in 52 milliseconds