Searched refs:aChangedBookmarks (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/dbaccess/source/core/api/ |
H A D | RowSet.cxx | 904 Sequence<Any> aChangedBookmarks; in insertRow() local 905 RowsChangeEvent aEvt(*this,RowChangeAction::INSERT,1,aChangedBookmarks); in insertRow() 967 Sequence<Any> aChangedBookmarks; in updateRow() local 968 RowsChangeEvent aEvt(*this,RowChangeAction::UPDATE,1,aChangedBookmarks); in updateRow() 1040 Sequence<Any> aChangedBookmarks; in deleteRow() local 1041 RowsChangeEvent aEvt(*this,RowChangeAction::DELETE,1,aChangedBookmarks); in deleteRow() 2105 Sequence<Any> aChangedBookmarks; in deleteRows() local 2106 RowsChangeEvent aEvt(*this,RowChangeAction::DELETE,rows.getLength(),aChangedBookmarks); in deleteRows()
|
H A D | RowSetBase.cxx | 1488 ::std::vector<Any> aChangedBookmarks; 1566 return m_pImpl->aChangedBookmarks; in getChangedBookmarks()
|
Completed in 67 milliseconds