Home
last modified time | relevance | path

Searched refs:impl_operateForm_nothrow (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/svx/source/form/
H A Dformcontrolling.cxx379 return impl_operateForm_nothrow( COMMIT_CONTROL ); in commitCurrentControl()
385 return impl_operateForm_nothrow( COMMIT_RECORD ); in commitCurrentRecord()
391 return impl_operateForm_nothrow( FormFeature::MoveToNext ); in moveRight()
397 return impl_operateForm_nothrow( FormFeature::MoveToPrevious ); in moveLeft()
407impl_operateForm_nothrow( EXECUTE_ARGS, FeatureSlotTranslation::getFormFeatureForSlotId( _nSlotId … in execute()
411 …bool FormControllerHelper::impl_operateForm_nothrow( const FormOperation _eWhat, const sal_Int16 _… in impl_operateForm_nothrow() function in svx::FormControllerHelper
474impl_operateForm_nothrow( EXECUTE, FeatureSlotTranslation::getFormFeatureForSlotId( _nSlotId ), in execute()
/aoo4110/main/svx/source/inc/
H A Dformcontrolling.hxx280 bool impl_operateForm_nothrow(
285 bool impl_operateForm_nothrow( const FormOperation _eWhat ) const in impl_operateForm_nothrow() function in svx::FormControllerHelper
287 …return impl_operateForm_nothrow( _eWhat, 0, ::com::sun::star::uno::Sequence< ::com::sun::star::bea… in impl_operateForm_nothrow()
289 bool impl_operateForm_nothrow( const sal_Int16 _nFeature ) const in impl_operateForm_nothrow() function in svx::FormControllerHelper
291 …return impl_operateForm_nothrow( EXECUTE, _nFeature, ::com::sun::star::uno::Sequence< ::com::sun::… in impl_operateForm_nothrow()

Completed in 34 milliseconds