Searched refs:ProtectedSheetMap (Results 1 – 2 of 2) sorted by relevance
299 typedef ::std::map<SCTAB, Sheet> ProtectedSheetMap; typedef in XclImpSheetProtectBuffer300 ProtectedSheetMap maProtectedSheets;
1253 …for (ProtectedSheetMap::const_iterator itr = maProtectedSheets.begin(), itrEnd = maProtectedSheets… in Apply()1300 ProtectedSheetMap::iterator itr = maProtectedSheets.find(nTab); in GetSheetItem()1304 if ( !maProtectedSheets.insert( ProtectedSheetMap::value_type(nTab, Sheet()) ).second ) in GetSheetItem()
Completed in 25 milliseconds