Lines Matching refs:aPropSeq
202 Sequence< PropertyValue > aPropSeq; in ConstItemContainer() local
203 if ( rSourceContainer->getByIndex( i ) >>= aPropSeq ) in ConstItemContainer()
204 m_aItemVector.push_back( aPropSeq ); in ConstItemContainer()
211 Sequence< PropertyValue > aPropSeq; in ConstItemContainer() local
212 if ( rSourceContainer->getByIndex( i ) >>= aPropSeq ) in ConstItemContainer()
216 for ( sal_Int32 j = 0; j < aPropSeq.getLength(); j++ ) in ConstItemContainer()
218 if ( aPropSeq[j].Name.equalsAscii( "ItemDescriptorContainer" )) in ConstItemContainer()
220 aPropSeq[j].Value >>= xIndexAccess; in ConstItemContainer()
227 aPropSeq[nContainerIndex].Value <<= deepCopyContainer( xIndexAccess ); in ConstItemContainer()
229 m_aItemVector.push_back( aPropSeq ); in ConstItemContainer()
251 Sequence< PropertyValue > aPropSeq( rSourceVector[i] ); in copyItemContainer() local
253 for ( sal_Int32 j = 0; j < aPropSeq.getLength(); j++ ) in copyItemContainer()
255 if ( aPropSeq[j].Name.equalsAscii( "ItemDescriptorContainer" )) in copyItemContainer()
257 aPropSeq[j].Value >>= xIndexAccess; in copyItemContainer()
264 aPropSeq[nContainerIndex].Value <<= deepCopyContainer( xIndexAccess ); in copyItemContainer()
266 m_aItemVector.push_back( aPropSeq ); in copyItemContainer()