Home
last modified time | relevance | path

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

/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMsWksParser.cxx283 auto &typeZoneMap=m_document->getTypeZoneMap(); in createZones() local
284 auto mainId=int(typeZoneMap.size()); // FIXME: use m_document->getNewZoneId(); in createZones()
285 typeZoneMap.insert(std::multimap<int,MsWksDocument::Zone>::value_type in createZones()
287 auto &mainZone = typeZoneMap.find(MsWksDocument::Z_MAIN)->second; in createZones()
H A DMsWksDRParser.cxx228 auto &typeZoneMap=m_document->getTypeZoneMap(); in createZones() local
233 typeZoneMap.insert(std::multimap<int,MsWksDocument::Zone>::value_type in createZones()
238 typeZoneMap.insert(std::multimap<int,MsWksDocument::Zone>::value_type in createZones()
H A DMsWksDocument.cxx925 std::multimap<int, MsWksDocument::Zone> &typeZoneMap=getTypeZoneMap(); in readGroupHeaderFooter() local
928 MsWksDocument::Zone zone(type, int(typeZoneMap.size())); in readGroupHeaderFooter()
962 if (typeZoneMap.find(int(type)) != typeZoneMap.end()) { in readGroupHeaderFooter()
966 typeZoneMap.insert(std::multimap<int,MsWksDocument::Zone>::value_type(int(type),zone)); in readGroupHeaderFooter()
H A DMsWksSSParser.cxx409 auto &typeZoneMap=m_document->getTypeZoneMap(); in createZones() local
412 typeZoneMap.insert(std::multimap<int,MsWksDocument::Zone>::value_type in createZones()
H A DMsWksDBParser.cxx654 auto &typeZoneMap=m_document->getTypeZoneMap(); in createZones() local
657 typeZoneMap.insert(std::multimap<int,MsWksDocument::Zone>::value_type in createZones()