Lines Matching refs:rElement
1084 const std::vector< beans::PropertyValues >& rElement, in SdXMLCustomShapePropertyMerge()
1087 if ( !rElement.empty() ) in SdXMLCustomShapePropertyMerge()
1089 uno::Sequence< beans::PropertyValues > aPropSeq( rElement.size() ); in SdXMLCustomShapePropertyMerge()
1090 std::vector< beans::PropertyValues >::const_iterator aIter = rElement.begin(); in SdXMLCustomShapePropertyMerge()
1091 std::vector< beans::PropertyValues >::const_iterator aEnd = rElement.end(); in SdXMLCustomShapePropertyMerge()
1105 const std::vector< rtl::OUString >& rElement, in SdXMLCustomShapePropertyMerge()
1108 if ( !rElement.empty() ) in SdXMLCustomShapePropertyMerge()
1110 uno::Sequence< rtl::OUString > aPropSeq( rElement.size() ); in SdXMLCustomShapePropertyMerge()
1111 std::vector< rtl::OUString >::const_iterator aIter = rElement.begin(); in SdXMLCustomShapePropertyMerge()
1112 std::vector< rtl::OUString >::const_iterator aEnd = rElement.end(); in SdXMLCustomShapePropertyMerge()
1126 const std::vector< com::sun::star::beans::PropertyValue >& rElement, in SdXMLCustomShapePropertyMerge()
1129 if ( !rElement.empty() ) in SdXMLCustomShapePropertyMerge()
1131 uno::Sequence< beans::PropertyValue > aPropSeq( rElement.size() ); in SdXMLCustomShapePropertyMerge()
1132 std::vector< beans::PropertyValue >::const_iterator aIter = rElement.begin(); in SdXMLCustomShapePropertyMerge()
1133 std::vector< beans::PropertyValue >::const_iterator aEnd = rElement.end(); in SdXMLCustomShapePropertyMerge()