User: obo Date: 05/03/18 02:04:10 Modified: /dba/dbaccess/source/core/api/ CRowSetDataColumn.cxx
Log: INTEGRATION: CWS dba25 (1.26.102); FILE MERGED 2005/03/14 13:20:55 fs 1.26.102.2: RESYNC: (1.26-1.27); FILE MERGED 2005/03/02 09:45:33 oj 1.26.102.1: #i43849# fix events when moving File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: CRowSetDataColumn.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/CRowSetDataColumn.cxx?r1=1.27&r2=1.28 Delta lines: +8 -0 ------------------- --- CRowSetDataColumn.cxx 10 Mar 2005 16:29:10 -0000 1.27 +++ CRowSetDataColumn.cxx 18 Mar 2005 10:04:08 -0000 1.28 @@ -269,6 +269,14 @@ fire(&nHandle, &aNew, &m_aOldValue, 1, sal_False ); } + else if ( !m_aColumnValue.isNull() && m_aColumnValue == m_rEnd && !_rOldValue.isNull() ) + { + sal_Int32 nHandle = PROPERTY_ID_VALUE; + m_aOldValue = _rOldValue.makeAny(); + Any aNew; + + fire(&nHandle, &aNew, &m_aOldValue, 1, sal_False ); + } } // ----------------------------------------------------------------------------- DBG_NAME(ORowSetDataColumns ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
