Searched refs:isRowDeleted (Results 1 – 7 of 7) sorted by relevance
85 if(bDataFound && (m_bDeletedVisible || !m_pHelper->isRowDeleted())) in skipDeleted()95 … OSL_ENSURE((m_bDeletedVisible || !m_pHelper->isRowDeleted()),"A bookmark should not be deleted!"); in skipDeleted()103 if( bDataFound && ( m_bDeletedVisible || !m_pHelper->isRowDeleted()) ) in skipDeleted()122 bDone = bDataFound && (m_bDeletedVisible || !m_pHelper->isRowDeleted()); in skipDeleted()127 if (bDataFound && (m_bDeletedVisible || !m_pHelper->isRowDeleted())) in skipDeleted()142 bDone = bDataFound && (m_bDeletedVisible || !m_pHelper->isRowDeleted()); in skipDeleted()143 else if (bDataFound && (m_bDeletedVisible || !m_pHelper->isRowDeleted())) in skipDeleted()187 if(bDataFound && (m_bDeletedVisible || !m_pHelper->isRowDeleted())) in moveAbsolute()207 if(bDataFound && (m_bDeletedVisible || !m_pHelper->isRowDeleted())) in moveAbsolute()220 …OSL_ENSURE((m_bDeletedVisible || !m_pHelper->isRowDeleted()),"moveAbsolute: row can't be deleted!"… in moveAbsolute()
49 virtual sal_Bool isRowDeleted() const = 0;
79 virtual sal_Bool isRowDeleted() const { return sal_False; } in isRowDeleted() function in connectivity::calc::OCalcResultSet
335 virtual sal_Bool isRowDeleted() const;
314 virtual sal_Bool isRowDeleted() const;
1883 sal_Bool OResultSet::isRowDeleted() const in isRowDeleted() function in OResultSet
1689 sal_Bool OResultSet::isRowDeleted() const in isRowDeleted() function in OResultSet
Completed in 32 milliseconds