Searched refs:aRunAttrSeq (Results 1 – 3 of 3) sorted by relevance
1137 tPropValMap aRunAttrSeq; in retrieveCharacterAttributes() local1138 retrieveRunAttributesImpl( pParagraph, nIndex, aRequestedAttributes, aRunAttrSeq ); in retrieveCharacterAttributes()1141 for ( tPropValMap::const_iterator aRunIter = aRunAttrSeq.begin(); in retrieveCharacterAttributes()1142 aRunIter != aRunAttrSeq.end(); in retrieveCharacterAttributes()1231 tPropValMap aRunAttrSeq; in retrieveRunAttributesImpl() local1240 aRunAttrSeq[ aPropVal.Name ] = aPropVal; in retrieveRunAttributesImpl()1250 aRunAttrSeq[ aPropVal.Name ] = aPropVal; in retrieveRunAttributesImpl()1254 rRunAttrSeq = aRunAttrSeq; in retrieveRunAttributesImpl()1262 tPropValMap::iterator aIter = aRunAttrSeq.find( pReqAttrs[i] ); in retrieveRunAttributesImpl()1263 if ( aIter != aRunAttrSeq.end() ) in retrieveRunAttributesImpl()[all …]
1843 tAccParaPropValMap aRunAttrSeq; in getCharacterAttributes() local1844 _getRunAttributesImpl( nIndex, aNames, aRunAttrSeq ); in getCharacterAttributes()1855 aRunAttrSeq.find( aDefIter->first ); in getCharacterAttributes()1856 if ( aRunIter != aRunAttrSeq.end() ) in getCharacterAttributes()2250 tAccParaPropValMap aRunAttrSeq; in _getRunAttributesImpl() local2284 aRunAttrSeq[rPropVal.Name] = rPropVal; in _getRunAttributesImpl()2294 rRunAttrSeq = aRunAttrSeq; in _getRunAttributesImpl()2302 tAccParaPropValMap::iterator aIter = aRunAttrSeq.find( pReqAttrs[i] ); in _getRunAttributesImpl()2303 if ( aIter != aRunAttrSeq.end() ) in _getRunAttributesImpl()2331 tAccParaPropValMap aRunAttrSeq; in getRunAttributes() local[all …]
1133 …uno::Sequence< beans::PropertyValue > aRunAttrSeq = rPara.getRunAttributes( aPos.nIndex, Requested… in getRunAttributes() local1150 return ::comphelper::concatSequences( aRunAttrSeq, aDiffVec.getAsConstList() ); in getRunAttributes()