Home
last modified time | relevance | path

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

/aoo42x/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx333 …ListCharStylePropertyVector_t::const_iterator aListVectorIter = m_aListCharStylePropertyVector.beg… in HasListCharStyle() local
334 while( aListVectorIter != m_aListCharStylePropertyVector.end() ) in HasListCharStyle()
337 if( aListVectorIter->aPropertyValues.size() == rPropValues.size() ) in HasListCharStyle()
346 … PropertyValueVector_t::const_iterator aList2Iter = aListVectorIter->aPropertyValues.begin(); in HasListCharStyle()
347 while( aList2Iter != aListVectorIter->aPropertyValues.end() && !bBreak ) in HasListCharStyle()
367 return aListVectorIter->sCharStyleName; in HasListCharStyle()
369 ++aListVectorIter; in HasListCharStyle()

Completed in 33 milliseconds