Home
last modified time | relevance | path

Searched refs:aParaStyleIter (Results 1 – 2 of 2) sorted by path

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx692 …PropertyMap::iterator aParaStyleIter = pPropertyMap->find(PropertyDefinition( PROP_PARA_STYLE_NAME… in lcl_AddRangeAndStyle() local
693 if( aParaStyleIter != pPropertyMap->end()) in lcl_AddRangeAndStyle()
696 aParaStyleIter->second >>= sName; in lcl_AddRangeAndStyle()
H A DPropertyMap.cxx76 … PropertyMap::iterator aParaStyleIter = find(PropertyDefinition( PROP_PARA_STYLE_NAME, false ) ); in GetPropertyValues() local
77 if( aParaStyleIter != end()) in GetPropertyValues()
79 pValues[nValue].Name = rPropNameSupplier.GetName( aParaStyleIter->first.eId ); in GetPropertyValues()
80 pValues[nValue].Value = aParaStyleIter->second; in GetPropertyValues()
101 … if( aMapIter != aParaStyleIter && aMapIter != aCharStyleIter && aMapIter != aNumRuleIter ) in GetPropertyValues()

Completed in 44 milliseconds