Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/core/api/
H A DWrappedResultSet.cxx101 Reference< ::com::sun::star::sdbcx::XDeleteRows> xDeleteRow(m_xRowLocate,UNO_QUERY); in deleteRows() local
102 if(xDeleteRow.is()) in deleteRows()
104 return xDeleteRow->deleteRows(rows); in deleteRows()
H A DBookmarkSet.cxx95 Reference< ::com::sun::star::sdbcx::XDeleteRows> xDeleteRow(m_xRowLocate,UNO_QUERY); in deleteRows() local
96 if(xDeleteRow.is()) in deleteRows()
98 return xDeleteRow->deleteRows(rows); in deleteRows()

Completed in 18 milliseconds