Home
last modified time | relevance | path

Searched refs:PropertyDataHash (Results 1 – 4 of 4) sorted by relevance

/trunk/main/comphelper/source/property/
H A DMasterPropertySetInfo.cxx59 PropertyDataHash::iterator aEnd = maMap.end(), aIter = maMap.begin(); in ~MasterPropertySetInfo()
81 PropertyDataHash::iterator aIter = maMap.find( aName ); in add()
99 PropertyDataHash::iterator aDebugIter = maMap.find( (*aIter).first ); in add()
125 PropertyDataHash::iterator aIter = maMap.begin(); in getProperties()
126 const PropertyDataHash::iterator aEnd = maMap.end(); in getProperties()
145 PropertyDataHash::iterator aIter = maMap.find( rName ); in getPropertyByName()
H A DMasterPropertySet.cxx134 PropertyDataHash::const_iterator aIter = mpInfo->maMap.find ( rPropertyName ); in setPropertyValue()
168 PropertyDataHash::const_iterator aIter = mpInfo->maMap.find ( rPropertyName ); in getPropertyValue()
240 PropertyDataHash::const_iterator aEnd = mpInfo->maMap.end(), aIter; in setPropertyValues()
305 PropertyDataHash::const_iterator aEnd = mpInfo->maMap.end(), aIter; in getPropertyValues()
375 PropertyDataHash::const_iterator aIter = mpInfo->maMap.find( PropertyName ); in getPropertyState()
414 PropertyDataHash::const_iterator aEnd = mpInfo->maMap.end(), aIter; in getPropertyStates()
454 PropertyDataHash::const_iterator aIter = mpInfo->maMap.find ( rPropertyName ); in setPropertyToDefault()
464 PropertyDataHash::const_iterator aIter = mpInfo->maMap.find ( rPropertyName ); in getPropertyDefault()
/trunk/main/comphelper/inc/comphelper/
H A DPropertyInfoHash.hxx66 ::comphelper::eqFunc > PropertyDataHash; typedef
H A DMasterPropertySetInfo.hxx40 PropertyDataHash maMap;

Completed in 21 milliseconds