Home
last modified time | relevance | path

Searched refs:PropertyPair (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dsdasitm.hxx55 typedef std::pair < const ::rtl::OUString, const ::rtl::OUString > PropertyPair; typedef in SdrCustomShapeGeometryItem
64 …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 ()()
/trunk/main/svx/source/items/
H A Dcustomshapeitem.cxx69 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()
/trunk/main/xmloff/source/style/
H A Dxmlimppr.cxx587 typedef pair<const OUString*, const Any* > PropertyPair; typedef
588 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