Home
last modified time | relevance | path

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

/trunk/main/forms/source/component/
H A DFormComponent.cxx1275 ,m_bForwardValueChanges(sal_True) in OBoundControlModel()
1311 ,m_bForwardValueChanges( sal_True ) in OBoundControlModel()
1968 if ( m_bForwardValueChanges && m_xColumn.is() ) in propertyChange()
2246 m_bForwardValueChanges = sal_True; in impl_connectDatabaseColumn_noNotify()
2308 m_bForwardValueChanges = sal_False; in reloading()
/trunk/main/forms/source/inc/
H A DFormComponent.hxx674 …sal_Bool m_bForwardValueChanges : 1; // do we currently handle changes … member in frm::OBoundControlModel