Searched refs:impl_operateForm_nothrow (Results 1 – 2 of 2) sorted by relevance
379 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()407 …impl_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::FormControllerHelper474 … impl_operateForm_nothrow( EXECUTE, FeatureSlotTranslation::getFormFeatureForSlotId( _nSlotId ), in execute()
280 bool impl_operateForm_nothrow(285 bool impl_operateForm_nothrow( const FormOperation _eWhat ) const in impl_operateForm_nothrow() function in svx::FormControllerHelper287 …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::FormControllerHelper291 …return impl_operateForm_nothrow( EXECUTE, _nFeature, ::com::sun::star::uno::Sequence< ::com::sun::… in impl_operateForm_nothrow()
Completed in 19 milliseconds