Searched refs:ROWSTATUS (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 91 #define ROWSTATUS(row) !row.Is() ? "NULL" : row->GetStatus() == GRS_CLEAN ? "CLEAN" : row->GetStatu… macro 2316 TRACE_RANGE_MESSAGE1("same position, new state : %s", ROWSTATUS(m_xCurrentRow)); in AdjustDataSource() 2865 TRACE_RANGE_MESSAGE1("modified flag changed, new state : %s", ROWSTATUS(m_xCurrentRow)); in DataSourcePropertyChanged() 3141 …TRACE_RANGE_MESSAGE1("current row is not new, after SetState, new state : %s", ROWSTATUS(m_xCurren… in CellModified() 3326 TRACE_RANGE_MESSAGE1("explicit SetState, new state : %s", ROWSTATUS(m_xCurrentRow)); in SaveModified() 3332 TRACE_RANGE_MESSAGE1("no SetState, new state : %s", ROWSTATUS(m_xCurrentRow)); in SaveModified() 3387 …TRACE_RANGE_MESSAGE1("explicit SetState after a successfull update, new state : %s", ROWSTATUS(m_x… in SaveRow()
|
Completed in 24 milliseconds