Lines Matching refs:aPropSeq
140 Sequence< PropertyValue > aPropSeq; in RootItemContainer() local
141 if ( rSourceContainer->getByIndex( i ) >>= aPropSeq ) in RootItemContainer()
145 for ( sal_Int32 j = 0; j < aPropSeq.getLength(); j++ ) in RootItemContainer()
147 if ( aPropSeq[j].Name.equalsAscii( "ItemDescriptorContainer" )) in RootItemContainer()
149 aPropSeq[j].Value >>= xIndexAccess; in RootItemContainer()
156 aPropSeq[nContainerIndex].Value <<= deepCopyContainer( xIndexAccess ); in RootItemContainer()
158 m_aItemVector.push_back( aPropSeq ); in RootItemContainer()
180 Sequence< PropertyValue > aPropSeq( rSourceVector[i] ); in copyItemContainer() local
182 for ( sal_Int32 j = 0; j < aPropSeq.getLength(); j++ ) in copyItemContainer()
184 if ( aPropSeq[j].Name.equalsAscii( "ItemDescriptorContainer" )) in copyItemContainer()
186 aPropSeq[j].Value >>= xIndexAccess; in copyItemContainer()
193 aPropSeq[nContainerIndex].Value <<= deepCopyContainer( xIndexAccess ); in copyItemContainer()
195 m_aItemVector.push_back( aPropSeq ); in copyItemContainer()