Lines Matching refs:m_xPaintRow
1146 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()
2323 if (m_xPaintRow == m_xCurrentRow) in AdjustDataSource()
2324 m_xPaintRow = m_xSeekRow; in AdjustDataSource()
2750 sRet = GetCurrentRowCellText(pColumn, m_xPaintRow); in GetCellText()
2758 if ( pColumn && IsValid(m_xPaintRow) ) in GetCurrentRowCellText()
2769 return GetDataWindow().GetTextWidth(GetCurrentRowCellText(pColumn,m_xPaintRow)); in GetTotalCellWidth()
2884 …gTransferable* pTransferable = new OStringTransferable(GetCurrentRowCellText(pColumn,m_xPaintRow)); in StartDrag()
2905 OStringTransfer::CopyString( GetCurrentRowCellText( pColumn,m_xPaintRow ), this ); in copyCellText()
3209 if (&m_xPaintRow == &m_xCurrentRow) in Undo()
3210 m_xPaintRow = m_xCurrentRow = m_xDataRow; in Undo()
3255 if (&m_xPaintRow == &m_xCurrentRow) in resetCurrentRow()
3256 m_xPaintRow = m_xCurrentRow = m_xDataRow; in resetCurrentRow()
3500 OStringTransfer::CopyString( GetCurrentRowCellText( pColumn,m_xPaintRow ), this ); in KeyInput()