Home
last modified time | relevance | path

Searched refs:GRS_MODIFIED (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dgridctrl.hxx62 GRS_MODIFIED, enumerator
97 sal_Bool IsValid() const { return m_eStatus == GRS_CLEAN || m_eStatus == GRS_MODIFIED; } in IsValid()
98 sal_Bool IsModified() const { return m_eStatus == GRS_MODIFIED; } in IsModified()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx91 …NULL" : row->GetStatus() == GRS_CLEAN ? "CLEAN" : row->GetStatus() == GRS_MODIFIED ? "MODIFIED" : …
845 m_eStatus = GRS_MODIFIED; in DbGridRow()
889 m_eStatus = GRS_MODIFIED; in SetState()
2862 … m_xCurrentRow->SetStatus(::comphelper::getBOOL(evt.NewValue) ? GRS_MODIFIED : GRS_CLEAN); in DataSourcePropertyChanged()
3127 m_xCurrentRow->SetStatus(GRS_MODIFIED); in CellModified()
3138 else if (m_xCurrentRow->GetStatus() != GRS_MODIFIED) in CellModified()
3142 m_xCurrentRow->SetStatus(GRS_MODIFIED); in CellModified()
H A Dfmgridcl.cxx1094 GridRowStatus eStatus = ::comphelper::getBOOL(evt.NewValue) ? GRS_MODIFIED : GRS_CLEAN; in propertyChange()