Lines Matching refs:rElement
1127 const std::vector< beans::PropertyValues >& rElement, in SdXMLCustomShapePropertyMerge()
1130 if ( !rElement.empty() ) in SdXMLCustomShapePropertyMerge()
1132 uno::Sequence< beans::PropertyValues > aPropSeq( rElement.size() ); in SdXMLCustomShapePropertyMerge()
1133 std::vector< beans::PropertyValues >::const_iterator aIter = rElement.begin(); in SdXMLCustomShapePropertyMerge()
1134 std::vector< beans::PropertyValues >::const_iterator aEnd = rElement.end(); in SdXMLCustomShapePropertyMerge()
1148 const std::vector< rtl::OUString >& rElement, in SdXMLCustomShapePropertyMerge()
1151 if ( !rElement.empty() ) in SdXMLCustomShapePropertyMerge()
1153 uno::Sequence< rtl::OUString > aPropSeq( rElement.size() ); in SdXMLCustomShapePropertyMerge()
1154 std::vector< rtl::OUString >::const_iterator aIter = rElement.begin(); in SdXMLCustomShapePropertyMerge()
1155 std::vector< rtl::OUString >::const_iterator aEnd = rElement.end(); in SdXMLCustomShapePropertyMerge()
1169 const std::vector< com::sun::star::beans::PropertyValue >& rElement, in SdXMLCustomShapePropertyMerge()
1172 if ( !rElement.empty() ) in SdXMLCustomShapePropertyMerge()
1174 uno::Sequence< beans::PropertyValue > aPropSeq( rElement.size() ); in SdXMLCustomShapePropertyMerge()
1175 std::vector< beans::PropertyValue >::const_iterator aIter = rElement.begin(); in SdXMLCustomShapePropertyMerge()
1176 std::vector< beans::PropertyValue >::const_iterator aEnd = rElement.end(); in SdXMLCustomShapePropertyMerge()