Searched refs:_nToColumn (Results 1 – 3 of 3) sorted by relevance
1480 void OResultSet::fillRow(sal_Int32 _nToColumn) in fillRow() argument1483 if((sal_Int32)m_aRow.size() <= _nToColumn) in fillRow()1485 m_aRow.resize(_nToColumn+1); in fillRow()1486 m_aRow[_nToColumn].setBound(sal_True); in fillRow()1492 TDataRow::iterator pColumnEnd = m_aRow.begin() + _nToColumn + 1; in fillRow()1558 m_nLastColumnPos = _nToColumn; in fillRow()
104 void fillRow(sal_Int32 _nToColumn);
163 void fillRow(sal_Int32 _nToColumn);
Completed in 263 milliseconds