Home
last modified time | relevance | path

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

/aoo4110/main/svx/inc/svx/
H A Dgridctrl.hxx76 sal_Bool m_bIsNew; member in DbGridRow
80 DbGridRow():m_eStatus(GRS_CLEAN), m_bIsNew(sal_True) { } in DbGridRow()
92 void SetNew(sal_Bool _bNew) { m_bIsNew = _bNew; } in SetNew()
93 sal_Bool IsNew() const { return m_bIsNew; } in IsNew()
/aoo4110/main/svx/source/fmcomp/
H A Dgridctrl.cxx815 :m_bIsNew(sal_False) in DbGridRow()
841 m_bIsNew = ::comphelper::getBOOL(xSet->getPropertyValue(FM_PROP_ISNEW)); in DbGridRow()
842 if (!m_bIsNew && (pCur->isAfterLast() || pCur->isBeforeFirst())) in DbGridRow()
853 if (!m_bIsNew && IsValid()) in DbGridRow()
878 m_bIsNew = sal_False; in SetState()
890 m_bIsNew = ::comphelper::getBOOL(xSet->getPropertyValue(FM_PROP_ISNEW)); in SetState()
893 m_bIsNew = sal_False; in SetState()
898 if (!m_bIsNew && IsValid()) in SetState()
908 m_bIsNew = sal_False; in SetState()
915 m_bIsNew = sal_False; in SetState()

Completed in 34 milliseconds