Home
last modified time | relevance | path

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

/trunk/main/forms/source/component/
H A DDatabaseForm.cxx311 ,m_bAllowUpdate(sal_True) in ODatabaseForm()
358 ,m_bAllowUpdate( _cloneSource.m_bAllowUpdate ) in ODatabaseForm()
1246 else if (m_bAllowInsert || m_bAllowUpdate || m_bAllowDelete) in executeRowSet()
1283 if (!m_bAllowUpdate) in executeRowSet()
1597 rValue <<= (sal_Bool)m_bAllowUpdate; in getFastPropertyValue()
1683 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_bAllowUpdate); in convertFastPropertyValue()
1785 m_bAllowUpdate = getBOOL(rValue); in setFastPropertyValue_NoBroadcast()
3955 _rxOutStream->writeBoolean(m_bAllowUpdate); in write()
4063 m_bAllowUpdate = _rxInStream->readBoolean(); in read()
H A DDatabaseForm.hxx218 sal_Bool m_bAllowUpdate : 1; member in frm::ODatabaseForm

Completed in 29 milliseconds