Home
last modified time | relevance | path

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

/aoo4110/main/forms/source/runtime/
H A Dformoperations.cxx279 …tate.Enabled = impl_getRowCount_throw() && ( !m_xCursor->isLast() || impl_isInsertionRow_throw() ); in getState()
295 aState.Enabled = impl_isInsertionRow_throw() in getState()
369 sal_Bool bIsNew = impl_isInsertionRow_throw(); in getState()
402 sal_Bool bIsNew = impl_isInsertionRow_throw(); in getState()
619 sal_Bool bInserting = impl_isInsertionRow_throw(); in execute()
811 if ( impl_isInsertionRow_throw() ) in impl_commitCurrentRecord_throw()
879 bIs = impl_isInsertionRow_throw(); in isInsertionRow()
1218 return impl_getRowCount_throw() && ( !m_xCursor->isFirst() || impl_isInsertionRow_throw() ); in impl_canMoveLeft_throw()
1227 bool bIsNew = impl_isInsertionRow_throw(); in impl_canMoveRight_throw()
1257 bool FormOperations::impl_isInsertionRow_throw() const in impl_isInsertionRow_throw() function in frm::FormOperations
[all …]
H A Dformoperations.hxx210 bool impl_isInsertionRow_throw() const;

Completed in 35 milliseconds