Lines Matching refs:aPropSeq
73 Sequence< PropertyValue > aPropSeq; in ItemContainer() local
74 if ( rSourceContainer->getByIndex( i ) >>= aPropSeq ) in ItemContainer()
78 for ( sal_Int32 j = 0; j < aPropSeq.getLength(); j++ ) in ItemContainer()
80 if ( aPropSeq[j].Name.equalsAscii( "ItemDescriptorContainer" )) in ItemContainer()
82 aPropSeq[j].Value >>= xIndexAccess; in ItemContainer()
89 … aPropSeq[nContainerIndex].Value <<= deepCopyContainer( xIndexAccess, rMutex ); in ItemContainer()
91 m_aItemVector.push_back( aPropSeq ); in ItemContainer()
112 Sequence< PropertyValue > aPropSeq( rSourceVector[i] ); in copyItemContainer() local
114 for ( sal_Int32 j = 0; j < aPropSeq.getLength(); j++ ) in copyItemContainer()
116 if ( aPropSeq[j].Name.equalsAscii( "ItemDescriptorContainer" )) in copyItemContainer()
118 aPropSeq[j].Value >>= xIndexAccess; in copyItemContainer()
125 aPropSeq[nContainerIndex].Value <<= deepCopyContainer( xIndexAccess, rMutex ); in copyItemContainer()
127 m_aItemVector.push_back( aPropSeq ); in copyItemContainer()