Home
last modified time | relevance | path

Searched refs:GrantNotifierAccess (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/dbaccess/source/core/api/
H A DRowSetBase.hxx376 struct GrantNotifierAccess { friend class ORowSetNotifier; private: GrantNotifierAccess () { } }; in GrantNotifierAccess() argument
379 inline void doCancelModification( const GrantNotifierAccess& ) { doCancelModification(); } in doCancelModification() argument
380 inline sal_Bool isModification( const GrantNotifierAccess& ) { return isModification(); } in isModification() argument
381 inline sal_Bool isModified( const GrantNotifierAccess& ) { return isModified(); } in isModified() argument
382 inline sal_Bool isNew( const GrantNotifierAccess& ) { return isNew(); } in isNew() argument
384 …d fireProperty( sal_Int32 _nProperty, sal_Bool _bNew, sal_Bool _bOld, const GrantNotifierAccess& ) in fireProperty() argument
388 …Change(sal_Int32 _nPos,const ::connectivity::ORowSetValue& _rNewValue, const GrantNotifierAccess& ) in firePropertyChange() argument
H A DRowSetBase.cxx1507 m_bWasNew = m_pRowSet->isNew( ORowSetBase::GrantNotifierAccess() ); in DBG_NAME()
1508 m_bWasModified = m_pRowSet->isModified( ORowSetBase::GrantNotifierAccess() ); in DBG_NAME()
1511 if ( m_pRowSet->isModification( ORowSetBase::GrantNotifierAccess() ) ) in DBG_NAME()
1512 m_pRowSet->doCancelModification( ORowSetBase::GrantNotifierAccess() ); in DBG_NAME()
1543 && ( m_bWasModified != m_pRowSet->isModified( ORowSetBase::GrantNotifierAccess() ) ) in fire()
1545 …t->fireProperty( PROPERTY_ID_ISMODIFIED, sal_False, sal_True, ORowSetBase::GrantNotifierAccess() ); in fire()
1548 && ( m_bWasNew != m_pRowSet->isNew( ORowSetBase::GrantNotifierAccess() ) ) in fire()
1550 …m_pRowSet->fireProperty( PROPERTY_ID_ISNEW, sal_False, sal_True, ORowSetBase::GrantNotifierAccess(… in fire()
1577 …Set->firePropertyChange((*aIter)-1 ,m_pImpl->aRow[(*aIter)-1], ORowSetBase::GrantNotifierAccess()); in firePropertyChange()
1580 …owSet->fireProperty(PROPERTY_ID_ISMODIFIED,sal_True,sal_False, ORowSetBase::GrantNotifierAccess()); in firePropertyChange()

Completed in 28 milliseconds