Searched refs:xDeleteRow (Results 1 – 2 of 2) sorted by relevance
101 Reference< ::com::sun::star::sdbcx::XDeleteRows> xDeleteRow(m_xRowLocate,UNO_QUERY); in deleteRows() local102 if(xDeleteRow.is()) in deleteRows()104 return xDeleteRow->deleteRows(rows); in deleteRows()
105 Reference< ::com::sun::star::sdbcx::XDeleteRows> xDeleteRow(m_xRowLocate,UNO_QUERY); in deleteRows() local106 if(xDeleteRow.is()) in deleteRows()108 return xDeleteRow->deleteRows(rows); in deleteRows()
Completed in 12 milliseconds