Home
last modified time | relevance | path

Searched refs:m_xDataRow (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()
1618 m_xDataRow = new DbGridRow(m_pDataCursor, sal_False); in setDataSource()
2113 m_xCurrentRow = m_xDataRow = m_xPaintRow = m_xEmptyRow; in SetCurrent()
2150 m_xDataRow->SetState(m_pDataCursor, sal_False); in SetCurrent()
2151 m_xCurrentRow = m_xDataRow; in SetCurrent()
2315 DBG_ASSERT(m_xDataRow == m_xCurrentRow, "Fehler in den Datenzeilen"); in AdjustDataSource()
3208 m_xDataRow->SetState(m_pDataCursor, sal_False); in Undo()
3210 m_xPaintRow = m_xCurrentRow = m_xDataRow; in Undo()
3212 m_xCurrentRow = m_xDataRow; in Undo()
[all …]
/AOO42X/main/svx/inc/svx/
H A Dgridctrl.hxx234 DbGridRowRef m_xDataRow; // Zeile die modifiziert werden kann member in DbGridControl