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.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()
1617 m_xPaintRow = m_xSeekRow = new DbGridRow(m_pSeekCursor, sal_True); in setDataSource()
1832 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()
2073 pColumn->Paint(rDev, aArea, m_xPaintRow, getNumberFormatter()); in PaintCell()
2113 m_xCurrentRow = m_xDataRow = m_xPaintRow = m_xEmptyRow; in SetCurrent()
[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()