Searched refs:m_bAutoValue (Results 1 – 2 of 2) sorted by relevance
96 sal_Bool m_bAutoValue : 1; member in DbGridColumn118 ,m_bAutoValue(sal_False) in DbGridColumn()136 sal_Bool IsAutoValue() const {return m_bAutoValue;} in IsAutoValue()
154 m_bAutoValue = ::comphelper::getBOOL(xField->getPropertyValue(FM_PROP_AUTOINCREMENT)); in CreateControl()334 m_bAutoValue = sal_False; in Clear()477 else if (m_bAutoValue && pRow->IsNew()) in Paint()
Completed in 53 milliseconds