Home
last modified time | relevance | path

Searched refs:aRunIter (Results 1 – 2 of 2) sorted by relevance

/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1075 for ( tPropValMap::const_iterator aRunIter = aRunAttrSeq.begin(); in retrieveCharacterAttributes() local
1076 aRunIter != aRunAttrSeq.end(); in retrieveCharacterAttributes()
1077 ++aRunIter ) in retrieveCharacterAttributes()
1079 aCharAttrSeq[ aRunIter->first ] = aRunIter->second; in retrieveCharacterAttributes()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1834 tAccParaPropValMap::const_iterator aRunIter = in getCharacterAttributes() local
1836 if ( aRunIter != aRunAttrSeq.end() ) in getCharacterAttributes()
1838 pValues[i] = aRunIter->second; in getCharacterAttributes()