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()
95 Reference< ::com::sun::star::sdbcx::XDeleteRows> xDeleteRow(m_xRowLocate,UNO_QUERY); in deleteRows() local96 if(xDeleteRow.is()) in deleteRows()98 return xDeleteRow->deleteRows(rows); in deleteRows()
Completed in 11 milliseconds