Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/core/api/
H A DRowSetBase.hxx191 void fireProperty( sal_Int32 _nProperty, sal_Bool _bNew, sal_Bool _bOld );
384 …inline void fireProperty( sal_Int32 _nProperty, sal_Bool _bNew, sal_Bool _bOld, const GrantNotifi… in fireProperty() function in dbaccess::ORowSetBase
386 fireProperty( _nProperty, _bNew, _bOld ); in fireProperty()
H A DRowSetBase.cxx1334 void ORowSetBase::fireProperty( sal_Int32 _nProperty, sal_Bool _bNew, sal_Bool _bOld ) in fireProperty() function in dbaccess::ORowSetBase
1545 …m_pRowSet->fireProperty( PROPERTY_ID_ISMODIFIED, sal_False, sal_True, ORowSetBase::GrantNotifierAc… in fire()
1550 …m_pRowSet->fireProperty( PROPERTY_ID_ISNEW, sal_False, sal_True, ORowSetBase::GrantNotifierAccess(… in fire()
1580 …m_pRowSet->fireProperty(PROPERTY_ID_ISMODIFIED,sal_True,sal_False, ORowSetBase::GrantNotifierAcces… in firePropertyChange()
H A DRowSet.cxx932 fireProperty(PROPERTY_ID_ISMODIFIED,sal_False,sal_True); in insertRow()
937 fireProperty(PROPERTY_ID_ISNEW,m_bNew,bOld); in insertRow()
998 fireProperty(PROPERTY_ID_ISMODIFIED,sal_False,sal_True); in updateRow()
1098 fireProperty(PROPERTY_ID_ISMODIFIED,sal_False,sal_True); in implCancelRowUpdates()
1238 fireProperty( PROPERTY_ID_ISMODIFIED, m_bModified, bModState ); in moveToInsertRow()
1242 fireProperty( PROPERTY_ID_ISNEW, m_bNew, bNewState ); in moveToInsertRow()
2425fireProperty(PROPERTY_ID_ESCAPE_PROCESSING,bOldValue,bDoEscapeProcessing); in impl_buildActiveCommand_throw()

Completed in 42 milliseconds