Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/inc/
H A Dxicontent.hxx299 typedef ::std::map<SCTAB, Sheet> ProtectedSheetMap; typedef in XclImpSheetProtectBuffer
300 ProtectedSheetMap maProtectedSheets;
/aoo41x/main/sc/source/filter/excel/
H A Dxicontent.cxx1253 …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