Searched refs:PropertyPair (Results  1 – 3 of 3) sorted by relevance
| /aoo4110/main/svx/inc/svx/ | 
| H A D | sdasitm.hxx | 55 	typedef std::pair < const ::rtl::OUString, const ::rtl::OUString > PropertyPair;  typedef in SdrCustomShapeGeometryItem64 …operator()( const SdrCustomShapeGeometryItem::PropertyPair&, const SdrCustomShapeGeometryItem::Pro…
 68 		size_t operator()( const SdrCustomShapeGeometryItem::PropertyPair &r1 ) const;
 70 …typedef std::hash_map < PropertyPair, sal_Int32, PropertyPairHash, PropertyPairEq > PropertyPairHa…
 148 …erator()( const SdrCustomShapeGeometryItem::PropertyPair& r1, const SdrCustomShapeGeometryItem::Pr…  in operator ()()
 153 …metryItem::PropertyPairHash::operator()( const SdrCustomShapeGeometryItem::PropertyPair &r1 ) const  in operator ()()
 
 | 
| /aoo4110/main/svx/source/items/ | 
| H A D | customshapeitem.cxx | 69 				aPropPairHashMap[ PropertyPair( rPropVal.Name, rPropVal2.Name ) ] = j;  in SdrCustomShapeGeometryItem()92 …PropertyPairHashMap::iterator aHashIter( aPropPairHashMap.find( PropertyPair( rSequenceName, rProp…  in GetPropertyValueByName()
 116 …PropertyPairHashMap::iterator aHashIter( aPropPairHashMap.find( PropertyPair( rPropVal.Name, rSecS…  in SetPropertyValue()
 129 				aPropPairHashMap[ PropertyPair( rPropVal.Name, rPropVal2.Name ) ] = i;  in SetPropertyValue()
 172 …PropertyPairHashMap::iterator aHashIter( aPropPairHashMap.find( PropertyPair( rSequenceName, rProp…  in SetPropertyValue()
 188 					aPropPairHashMap[ PropertyPair( rSequenceName, rPropVal.Name ) ] = nCount;  in SetPropertyValue()
 213 …PropertyPairHashMap::iterator _aHashIter( aPropPairHashMap.find( PropertyPair( rPropName, rSecSequ…  in ClearPropertyValue()
 243 …PropertyPairHashMap::iterator aHashIter( aPropPairHashMap.find( PropertyPair( rSequenceName, rProp…  in ClearPropertyValue()
 255 …PropertyPairHashMap::iterator aHashIter2( aPropPairHashMap.find( PropertyPair( rSequenceName, rSec…  in ClearPropertyValue()
 
 | 
| /aoo4110/main/xmloff/source/style/ | 
| H A D | xmlimppr.cxx | 587 typedef pair<const OUString*, const Any* > PropertyPair;  typedef588 typedef vector<PropertyPair> PropertyPairs;
 591 	public binary_function<PropertyPair, PropertyPair, bool>
 593 	bool operator()( const PropertyPair& a, const PropertyPair& b ) const  in operator ()()
 633             aPropertyPairs.push_back( PropertyPair( &rPropName, &rProp.maValue ) );  in _PrepareForMultiPropertySet()
 
 | 
        Completed in 27 milliseconds