Searched refs:impl_commitCurrentRecord_throw (Results 1 – 2 of 2) sorted by relevance
495 if ( bCommitCurrentRecord && !impl_commitCurrentRecord_throw() ) in execute()677 if ( impl_commitCurrentControl_throw() && impl_commitCurrentRecord_throw() ) in execute()765 if ( !impl_commitCurrentRecord_throw() ) in executeWithArguments()795 return impl_commitCurrentRecord_throw( &_out_rRecordInserted ); in commitCurrentRecord()799 bool FormOperations::impl_commitCurrentRecord_throw( ::sal_Bool* _pRecordInserted ) const in impl_commitCurrentRecord_throw() function in frm::FormOperations1389 sal_Bool bSuccess = impl_commitCurrentRecord_throw( &bRecordInserted ); in impl_moveLeft_throw()1425 sal_Bool bSuccess = impl_commitCurrentRecord_throw( &bRecordInserted ); in impl_moveRight_throw()1486 … if ( !xControl.is() || !impl_commitCurrentControl_throw() || !impl_commitCurrentRecord_throw() ) in impl_executeAutoSort_throw()1555 … if ( !xControl.is() || !impl_commitCurrentControl_throw() || !impl_commitCurrentRecord_throw() ) in impl_executeAutoFilter_throw()1626 if ( !impl_commitCurrentControl_throw() || !impl_commitCurrentRecord_throw() ) in impl_executeFilterOrSort_throw()
284 bool impl_commitCurrentRecord_throw( sal_Bool* _pRecordInserted = NULL ) const;
Completed in 28 milliseconds