Home
last modified time | relevance | path

Searched refs:aPropHashMap (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1468 ::comphelper::SequenceAsHashMap aPropHashMap( getDefaultAttributes( aPropertyNames ) ); in getCharacterAttributes()
1477 aPropHashMap[ rRunAttrib.Name ] = rRunAttrib.Value; //!! should not only be the value !! in getCharacterAttributes()
1500 aPropHashMap >> aRes; in getCharacterAttributes()
/trunk/main/svx/source/items/
H A Dcustomshapeitem.cxx62 aPropHashMap[ rPropVal.Name ] = i; in SdrCustomShapeGeometryItem()
78 PropertyHashMap::iterator aHashIter( aPropHashMap.find( rPropName ) ); in GetPropertyValueByName()
79 if ( aHashIter != aPropHashMap.end() ) in GetPropertyValueByName()
139 aPropHashMap[ rPropVal.Name ] = nIndex; in SetPropertyValue()
161 aPropHashMap[ rSequenceName ] = nIndex; in SetPropertyValue()
199 PropertyHashMap::iterator aHashIter( aPropHashMap.find( rPropName ) ); in ClearPropertyValue()
200 if ( aHashIter != aPropHashMap.end() ) in ClearPropertyValue()
225 PropertyHashMap::iterator aHashIter2( aPropHashMap.find( aPropSeq[ nLength - 1 ].Name ) ); in ClearPropertyValue()
231 aPropHashMap.erase( aHashIter ); // removing property from hashmap in ClearPropertyValue()
/trunk/main/svx/inc/svx/
H A Dsdasitm.hxx73 PropertyHashMap aPropHashMap; member in SdrCustomShapeGeometryItem

Completed in 33 milliseconds