Home
last modified time | relevance | path

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

/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx1282 DBG_ASSERT(!m_xCurrentRow || !m_xCurrentRow->IsModified(), in SetOptions()
1986 m_xCurrentRow->IsNew()) in AdjustRows()
2294 m_xCurrentRow = NULL; in AdjustDataSource()
2327 if (!m_xCurrentRow) in AdjustDataSource()
2340 if (!m_xCurrentRow.Is()) in AdjustDataSource()
2428 if (IsValid(m_xCurrentRow) && m_xCurrentRow->IsNew() && in SeekCursor()
2860 if (m_xCurrentRow.Is()) in DataSourcePropertyChanged()
3121 if (!IsFilterMode() && IsValid(m_xCurrentRow) && !m_xCurrentRow->IsModified()) in CellModified()
3125 if (m_xCurrentRow->IsNew()) in CellModified()
3285 return m_xCurrentRow.Is() && m_xCurrentRow->IsNew(); in IsCurrentAppending()
[all …]
/trunk/main/svx/inc/svx/
H A Dgridctrl.hxx267 DbGridRowRef m_xCurrentRow; // Row an der aktuellen Zeile member in DbGridControl
489 const DbGridRowRef& GetCurrentRow() const {return m_xCurrentRow;} in GetCurrentRow()

Completed in 27 milliseconds