Home
last modified time | relevance | path

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

/aoo4110/main/writerfilter/source/resourcemodel/
H A DWW8Analyzer.cxx69 if (mAttributeMap.count(name) > 0) in attribute()
71 sal_uInt32 nCount = mAttributeMap[name] + 1; in attribute()
72 mAttributeMap[name] = nCount; in attribute()
75 mAttributeMap[name] = 1; in attribute()
199 << "<count>" << dec << mAttributeMap[aId] << "</count>" in dumpStats()
H A DWW8Analyzer.hxx51 mutable AttributeMap mAttributeMap; member in writerfilter::WW8Analyzer

Completed in 18 milliseconds