Searched refs:impl_hasCursor_nothrow (Results 1 – 2 of 2) sorted by relevance
803 if ( !impl_hasCursor_nothrow() ) in impl_commitCurrentRecord_throw()1215 if ( !impl_hasCursor_nothrow() ) in impl_canMoveLeft_throw()1224 if ( !impl_hasCursor_nothrow() ) in impl_canMoveRight_throw()1384 OSL_PRECOND( impl_hasCursor_nothrow(), "FormOperations::impl_moveLeft_throw: no cursor!" ); in impl_moveLeft_throw()1385 if ( !impl_hasCursor_nothrow() ) in impl_moveLeft_throw()1420 OSL_PRECOND( impl_hasCursor_nothrow(), "FormOperations::impl_moveRight_throw: no cursor!" ); in impl_moveRight_throw()1421 if ( !impl_hasCursor_nothrow() ) in impl_moveRight_throw()1478 …OSL_PRECOND( impl_hasCursor_nothrow(), "FormOperations::impl_executeAutoSort_throw: need a cursor … in impl_executeAutoSort_throw()1480 if ( !m_xController.is() || !impl_hasCursor_nothrow() || !impl_isParseable_throw() ) in impl_executeAutoSort_throw()1549 if ( !m_xController.is() || !impl_hasCursor_nothrow() || !impl_isParseable_throw() ) in impl_executeAutoFilter_throw()[all …]
249 inline bool impl_hasCursor_nothrow() const { return m_xCursorProperties.is(); } in impl_hasCursor_nothrow() function in frm::FormOperations
Completed in 24 milliseconds