Home
last modified time | relevance | path

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

/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx1832 m_xPaintRow = m_xEmptyRow; in SeekRow()
1839 m_xPaintRow = m_xCurrentRow; in SeekRow()
1842 m_xPaintRow = m_xEmptyRow; in SeekRow()
1846 m_xPaintRow = m_xSeekRow; in SeekRow()
2061 if (!IsValid(m_xPaintRow)) in PaintCell()
2323 if (m_xPaintRow == m_xCurrentRow) in AdjustDataSource()
2324 m_xPaintRow = m_xSeekRow; in AdjustDataSource()
2758 if ( pColumn && IsValid(m_xPaintRow) ) in GetCurrentRowCellText()
3209 if (&m_xPaintRow == &m_xCurrentRow) in Undo()
3210 m_xPaintRow = m_xCurrentRow = m_xDataRow; in Undo()
[all …]
/trunk/main/svx/inc/svx/
H A Dgridctrl.hxx268 DbGridRowRef m_xPaintRow; // Row die gerade drgestellt werden soll member in DbGridControl
591 const DbGridRowRef& GetPaintRow() const { return m_xPaintRow; } in GetPaintRow()

Completed in 34 milliseconds