Home
last modified time | relevance | path

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

/aoo41x/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.cxx105 Reference< ::com::sun::star::sdbcx::XDeleteRows> xDeleteRow(m_xRowLocate,UNO_QUERY); in deleteRows() local
106 if(xDeleteRow.is()) in deleteRows()
108 return xDeleteRow->deleteRows(rows); in deleteRows()

Completed in 12 milliseconds