Searched refs:m_bShowDeleted (Results 1 – 6 of 6) sorted by relevance
121 ,m_bShowDeleted(pStmt->getOwnConnection()->showDeleted()) in DBG_NAME()137 m_aSkipDeletedSet.SetDeletedVisible(m_bShowDeleted); in DBG_NAME()324 OSL_ENSURE((m_bShowDeleted || !m_aRow->isDeleted()),"getRow called for deleted row"); in getRow()680 if (m_bShowDeleted) in deleteRow()936 if ( ( !m_bShowDeleted in ExecuteRow()1880 return m_bShowDeleted; in deletedVisible()
66 ,m_bShowDeleted(sal_False) in OConnection()125 OSL_VERIFY( pIter->Value >>= m_bShowDeleted ); in construct()
75 sal_Bool m_bShowDeleted; member in connectivity::file::OConnection139 inline sal_Bool showDeleted() const { return m_bShowDeleted; } in showDeleted()
158 sal_Bool m_bShowDeleted; member in connectivity::file::OResultSet
116 m_bShowDeleted = sal_True; // we do not supported rows for this type in construct()
98 OSL_ENSURE((m_bShowDeleted || !m_aRow->isDeleted()),"getBookmark called for deleted row"); in getBookmark()
Completed in 30 milliseconds