Home
last modified time | relevance | path

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

/trunk/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()
1340 m_xEmptyRow = new DbGridRow(); in SetOptions()
1345 m_xEmptyRow = NULL; in SetOptions()
1612 m_xEmptyRow = new DbGridRow(); in setDataSource()
1832 m_xPaintRow = m_xEmptyRow; in SeekRow()
1842 m_xPaintRow = m_xEmptyRow; in SeekRow()
1930 if (m_xEmptyRow.Is()) in RowInserted()
1950 if (m_xEmptyRow.Is()) in RowRemoved()
2113 m_xCurrentRow = m_xDataRow = m_xPaintRow = m_xEmptyRow; in SetCurrent()
[all …]
/trunk/main/svx/inc/svx/
H A Dgridctrl.hxx239 m_xEmptyRow; // Datensatz zum einfuegen member in DbGridControl
589 const DbGridRowRef& GetEmptyRow() const { return m_xEmptyRow; } in GetEmptyRow()

Completed in 37 milliseconds