Lines Matching refs:rRow
287 Any& rRow = getRowAny( nRow ); in getAny() local
289 rRow >>= aValue; in getAny()
292 rRow <<= aValue; in getAny()
298 const Sequence< Any >& rRow = in getAny() local
302 if( nColumnIndex > rRow.getLength() ) in getAny()
304 return rRow[nColumnIndex-1]; in getAny()
315 Any& rRow = getRowAny( nRow ); in getContentIdentifierString() local
317 rRow >>= aValue; in getContentIdentifierString()
318 rRow <<= m_xContentIdentifierMapping->mapContentIdentifierString( aValue ); in getContentIdentifierString()
338 Any& rRow = getRowAny( nRow ); in getContentIdentifier() local
340 rRow >>= aValue; in getContentIdentifier()
341 rRow <<= m_xContentIdentifierMapping->mapContentIdentifier( aValue ); in getContentIdentifier()
361 Any& rRow = getRowAny( nRow ); in getContent() local
363 rRow >>= aValue; in getContent()
364 rRow <<= m_xContentIdentifierMapping->mapContent( aValue ); in getContent()