Home
last modified time | relevance | path

Searched refs:ORowSetNotifier (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/dbaccess/source/core/api/
H A DRowSetBase.cxx497 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
[all …]
H A DRowSetBase.hxx375 … struct GrantNotifierAccess { friend class ORowSetNotifier; private: GrantNotifierAccess () { } }; in GrantNotifierAccess()
402 class ORowSetNotifier class
421 ORowSetNotifier( ORowSetBase* m_pRowSet );
425 ORowSetNotifier( ORowSetBase* m_pRowSet,const ORowSetValueVector::Vector& i_aRow );
428 ~ORowSetNotifier( );
H A DRowSet.cxx706 ORowSetNotifier aNotify(this,rRow); in updateValue()
722 ORowSetNotifier aNotify(this,rRow); in updateNull()
820 ORowSetNotifier aNotify(this,rRow); in updateCharacterStream()
864 ORowSetNotifier aNotify(this,rRow); in updateObject()
878 ORowSetNotifier aNotify(this,rRow); in updateNumericObject()
1047 ORowSetNotifier aNotifier( this ); in deleteRow()
1299 ORowSetNotifier aNotifier( this ); in moveToCurrentRow()
2134 ORowSetNotifier aNotifier( this ); in deleteRows()
2774 ORowSetNotifier aNotifier( this ); in refreshRow()