Lines Matching refs:pRowIter
744 const Any* pRowIter = pRowsIter->getConstArray(); in initialize() local
745 const Any* pRowEnd = pRowIter + pRowsIter->getLength(); in initialize()
746 for (; pRowIter != pRowEnd;++pRowIter) in initialize()
749 switch( pRowIter->getValueTypeClass() ) in initialize()
754 *pRowIter >>= bValue; in initialize()
761 *pRowIter >>= nValue; in initialize()
769 *pRowIter >>= nValue; in initialize()
777 *pRowIter >>= nValue; in initialize()
785 *pRowIter >>= nValue; in initialize()
792 *pRowIter >>= nValue; in initialize()
799 *pRowIter >>= nValue; in initialize()
806 *pRowIter >>= sValue; in initialize()