Lines Matching refs:aPropSeq
1089 uno::Sequence< beans::PropertyValues > aPropSeq( rElement.size() ); in SdXMLCustomShapePropertyMerge() local
1092 beans::PropertyValues* pValues = aPropSeq.getArray(); in SdXMLCustomShapePropertyMerge()
1099 aProp.Value <<= aPropSeq; in SdXMLCustomShapePropertyMerge()
1110 uno::Sequence< rtl::OUString > aPropSeq( rElement.size() ); in SdXMLCustomShapePropertyMerge() local
1113 rtl::OUString* pValues = aPropSeq.getArray(); in SdXMLCustomShapePropertyMerge()
1120 aProp.Value <<= aPropSeq; in SdXMLCustomShapePropertyMerge()
1131 uno::Sequence< beans::PropertyValue > aPropSeq( rElement.size() ); in SdXMLCustomShapePropertyMerge() local
1134 beans::PropertyValue* pValues = aPropSeq.getArray(); in SdXMLCustomShapePropertyMerge()
1141 aProp.Value <<= aPropSeq; in SdXMLCustomShapePropertyMerge()
1384 beans::PropertyValues aPropSeq( aHandle.size() ); in CreateChildContext() local
1387 beans::PropertyValue* pValues = aPropSeq.getArray(); in CreateChildContext()
1392 maHandles.push_back( aPropSeq ); in CreateChildContext()