Lines Matching refs:m_aSelectRow
243 m_bWasNull = (m_aSelectRow->get())[columnIndex]->getValue().isNull(); in getValue()
244 return *(m_aSelectRow->get())[columnIndex]; in getValue()
998 OKeyValue* pKeyValue = GetOrderbyKeyValue( m_aSelectRow ); in ExecuteRow()
1111 m_pSQLAnalyzer->setSelectionEvaluationResult(m_aSelectRow,m_aColMapping); in Move()
1157 m_pSQLAnalyzer->setSelectionEvaluationResult(m_aSelectRow,m_aColMapping); in Move()
1211 (m_aSelectRow->get())[1] = (m_aRow->get())[1]; in Move()
1299 OSL_ENSURE((sal_Int32)m_aSelectRow->get().size() > *aOrderByIter,"Invalid Index"); in sortRows()
1300 switch ((*(m_aSelectRow->get().begin()+*aOrderByIter))->getValue().getTypeKind()) in sortRows()
1329 (m_aSelectRow->get())[*aOrderByIter]->setBound(sal_True); in sortRows()
1348 m_aSelectRow->get()[0]->setValue( m_aRow->get()[0]->getValue() ); in sortRows()
1350 m_pSQLAnalyzer->setSelectionEvaluationResult( m_aSelectRow, m_aColMapping ); in sortRows()
1533 m_pSQLAnalyzer->setSelectionEvaluationResult(m_aSelectRow,m_aColMapping); in OpenImpl()
1535 OValueRefVector::Vector::iterator copyFrom = m_aSelectRow->get().begin(); in OpenImpl()
1538 copyFrom != m_aSelectRow->get().end(); in OpenImpl()
1547 m_pSQLAnalyzer->setSelectionEvaluationResult(m_aSelectRow,m_aColMapping); in OpenImpl()
1548 OValueRefVector::Vector::iterator loopInRow = m_aSelectRow->get().begin(); in OpenImpl()
1551 loopInRow != m_aSelectRow->get().end(); in OpenImpl()
1558 if(loopInRow == m_aSelectRow->get().end()) in OpenImpl()