Searched refs:aPropertyPairs (Results 1 – 5 of 5) sorted by relevance
610 PropertyPairs aPropertyPairs; in _PrepareForMultiPropertySet() local611 aPropertyPairs.reserve( nCount ); in _PrepareForMultiPropertySet()633 aPropertyPairs.push_back( PropertyPair( &rPropName, &rProp.maValue ) ); in _PrepareForMultiPropertySet()661 sort( aPropertyPairs.begin(), aPropertyPairs.end(), in _PrepareForMultiPropertySet()665 rNames.realloc( aPropertyPairs.size() ); in _PrepareForMultiPropertySet()667 rValues.realloc( aPropertyPairs.size() ); in _PrepareForMultiPropertySet()672 for( PropertyPairs::iterator aIter = aPropertyPairs.begin(); in _PrepareForMultiPropertySet()673 aIter != aPropertyPairs.end(); in _PrepareForMultiPropertySet()
331 …rPicType.aPropertyPairs.push_back( ::std::pair< OUString, OUString >( sShapePropertyName, sShapePr… in ReadBmpData()
140 PictPropertyNameValuePairs aPropertyPairs; member
1313 PictPropertyNameValuePairs::const_iterator aIt = pPicType->aPropertyPairs.begin(); in InsPicture()1314 PictPropertyNameValuePairs::const_iterator aEnd = pPicType->aPropertyPairs.end(); in InsPicture()
53 aPropertyPairs.clear(); in ResetValues()
Completed in 46 milliseconds