Home
last modified time | relevance | path

Searched refs:isRowDeleted (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/connectivity/source/commontools/
H A DTSkipDeletedSet.cxx85 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()
/aoo41x/main/connectivity/source/inc/
H A DTResultSetHelper.hxx49 virtual sal_Bool isRowDeleted() const = 0;
/aoo41x/main/connectivity/source/inc/calc/
H A DCResultSet.hxx79 virtual sal_Bool isRowDeleted() const { return sal_False; } in isRowDeleted() function in connectivity::calc::OCalcResultSet
/aoo41x/main/connectivity/source/inc/file/
H A DFResultSet.hxx335 virtual sal_Bool isRowDeleted() const;
/aoo41x/main/connectivity/source/inc/odbc/
H A DOResultSet.hxx314 virtual sal_Bool isRowDeleted() const;
/aoo41x/main/connectivity/source/drivers/file/
H A DFResultSet.cxx1883 sal_Bool OResultSet::isRowDeleted() const in isRowDeleted() function in OResultSet
/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx1689 sal_Bool OResultSet::isRowDeleted() const in isRowDeleted() function in OResultSet

Completed in 52 milliseconds