Lines Matching refs:aPropSeq
1132 uno::Sequence< beans::PropertyValues > aPropSeq( rElement.size() ); in SdXMLCustomShapePropertyMerge() local
1135 beans::PropertyValues* pValues = aPropSeq.getArray(); in SdXMLCustomShapePropertyMerge()
1142 aProp.Value <<= aPropSeq; in SdXMLCustomShapePropertyMerge()
1153 uno::Sequence< rtl::OUString > aPropSeq( rElement.size() ); in SdXMLCustomShapePropertyMerge() local
1156 rtl::OUString* pValues = aPropSeq.getArray(); in SdXMLCustomShapePropertyMerge()
1163 aProp.Value <<= aPropSeq; in SdXMLCustomShapePropertyMerge()
1174 uno::Sequence< beans::PropertyValue > aPropSeq( rElement.size() ); in SdXMLCustomShapePropertyMerge() local
1177 beans::PropertyValue* pValues = aPropSeq.getArray(); in SdXMLCustomShapePropertyMerge()
1184 aProp.Value <<= aPropSeq; in SdXMLCustomShapePropertyMerge()
1427 beans::PropertyValues aPropSeq( aHandle.size() ); in CreateChildContext() local
1430 beans::PropertyValue* pValues = aPropSeq.getArray(); in CreateChildContext()
1435 maHandles.push_back( aPropSeq ); in CreateChildContext()