Home
last modified time | relevance | path

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

/trunk/main/oox/source/dump/
H A Doledumper.cxx393 typedef ::std::map< sal_Int32, sal_uInt32 > PropertyPosMap; in dumpSection() typedef
394 PropertyPosMap aPropMap; in dumpSection()
426 PropertyPosMap::iterator aCodePageIt = aPropMap.find( OLEPROP_ID_CODEPAGE ); in dumpSection()
434 PropertyPosMap::iterator aDictIt = aPropMap.find( OLEPROP_ID_DICTIONARY ); in dumpSection()
442 …for( PropertyPosMap::const_iterator aIt = aPropMap.begin(), aEnd = aPropMap.end(); aIt != aEnd; ++… in dumpSection()

Completed in 21 milliseconds