Lines Matching refs:ORowSetNotifier
497 ORowSetNotifier aNotifier( this ); in moveToBookmark()
540 ORowSetNotifier aNotifier( this ); in moveRelativeToBookmark()
650 ORowSetNotifier aNotifier( this ); in next()
784 ORowSetNotifier aNotifier( this ); in beforeFirst()
826 ORowSetNotifier aNotifier( this ); in afterLast()
867 ORowSetNotifier aNotifier( this ); in move()
970 ORowSetNotifier aNotifier( this ); in absolute()
1025 ORowSetNotifier aNotifier( this ); in relative()
1074 ORowSetNotifier aNotifier( this ); in previous()
1492 DBG_NAME(ORowSetNotifier) in DBG_NAME() argument
1494 ORowSetNotifier::ORowSetNotifier( ORowSetBase* _pRowSet ) in DBG_NAME()
1502 DBG_CTOR(ORowSetNotifier,NULL); in DBG_NAME()
1515 ORowSetNotifier::ORowSetNotifier( ORowSetBase* _pRowSet,const ORowSetValueVector::Vector& i_aRow ) in ORowSetNotifier() function in dbaccess::ORowSetNotifier
1524 DBG_CTOR(ORowSetNotifier,NULL); in ORowSetNotifier()
1530 ORowSetNotifier::~ORowSetNotifier( ) in ~ORowSetNotifier()
1533 DBG_DTOR(ORowSetNotifier,NULL); in ~ORowSetNotifier()
1537 void ORowSetNotifier::fire() in fire()
1557 ::std::vector<sal_Int32>& ORowSetNotifier::getChangedColumns() const in getChangedColumns()
1563 ::std::vector<Any>& ORowSetNotifier::getChangedBookmarks() const in getChangedBookmarks()
1569 void ORowSetNotifier::firePropertyChange() in firePropertyChange()