Searched refs:PropertyPosMap (Results 1 – 1 of 1) sorted by relevance
393 typedef ::std::map< sal_Int32, sal_uInt32 > PropertyPosMap; in dumpSection() typedef394 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 26 milliseconds