Searched refs:fireProperty (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/dbaccess/source/core/api/ |
H A D | RowSetBase.hxx | 191 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 D | RowSetBase.cxx | 1334 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 D | RowSet.cxx | 932 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() 2425 … fireProperty(PROPERTY_ID_ESCAPE_PROCESSING,bOldValue,bDoEscapeProcessing); in impl_buildActiveCommand_throw()
|
Completed in 45 milliseconds