Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/fmcomp/
H A Dgridctrl.cxx1146 m_xPaintRow = m_xDataRow = m_xEmptyRow = m_xCurrentRow = m_xSeekRow = NULL; in RemoveRows()
1174 m_xPaintRow = m_xDataRow = m_xEmptyRow = m_xCurrentRow = m_xSeekRow = NULL; in RemoveRows()
1282 DBG_ASSERT(!m_xCurrentRow || !m_xCurrentRow->IsModified(), in SetOptions()
1839 m_xPaintRow = m_xCurrentRow; in SeekRow()
1985 if (!IsUpdating() && m_bRecordCountFinal && IsModified() && m_xCurrentRow != m_xEmptyRow && in AdjustRows()
1986 m_xCurrentRow->IsNew()) in AdjustRows()
2035 if (!IsValid(m_xCurrentRow)) in GetRowStatus()
2039 else if (m_xCurrentRow->IsNew()) in GetRowStatus()
2113 m_xCurrentRow = m_xDataRow = m_xPaintRow = m_xEmptyRow; in SetCurrent()
2139 …if (!m_xCurrentRow || m_xCurrentRow->IsNew() || !CompareBookmark(aBookmark, m_pDataCursor->getBook… in SetCurrent()
[all …]
/AOO42X/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()