Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/xls/
H A Dworksheetsettings.cxx92 mnPasswordHash( 0 ), in SheetProtectionModel()
145 maSheetProt.mnPasswordHash = CodecHelper::getPasswordHash( rAttribs, XML_password ); in importSheetProtection()
166 maSheetProt.mnPasswordHash = CodecHelper::getPasswordHash( rAttribs, XML_password ); in importChartProtection()
202 rStrm >> maSheetProt.mnPasswordHash; in importSheetProtection()
224 rStrm >> maSheetProt.mnPasswordHash; in importChartProtection()
283 rStrm >> maSheetProt.mnPasswordHash; in importPassword()
H A Dworkbooksettings.cxx75 mnPasswordHash( 0 ), in FileSharingModel()
125 …maFileSharing.mnPasswordHash = CodecHelper::getPasswordHash( rAttribs, XML_reservationPasswor… in importFileSharing()
157 rStrm >> maFileSharing.mnPasswordHash >> maFileSharing.maUserName; in importFileSharing()
228 rStrm >> maFileSharing.mnPasswordHash; in importFileSharing()
294 if( maFileSharing.mbRecommendReadOnly || (maFileSharing.mnPasswordHash != 0) ) try in finalizeImport()
/aoo4110/main/sc/source/filter/excel/
H A Dxicontent.cxx1180 mnPasswordHash(0x0000), in Sheet()
1189 mnPasswordHash(r.mnPasswordHash), in Sheet()
1248 pSheet->mnPasswordHash = nHash; in ReadPasswordHash()
1265 const sal_uInt16 nHash = itr->second.mnPasswordHash; in Apply()
/aoo4110/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx1350 mnPasswordHash( nPasswordHash ), in XclExpFileSharing()
1361 if( (mnPasswordHash != 0) || mbRecommendReadOnly ) in Save()
1367 rStrm << sal_uInt16( mbRecommendReadOnly ? 1 : 0 ) << mnPasswordHash << maUserName; in WriteBody()
/aoo4110/main/oox/inc/oox/xls/
H A Dworksheetsettings.hxx53 sal_uInt16 mnPasswordHash; /// Hash value from sheet protection password. member
H A Dworkbooksettings.hxx40 sal_uInt16 mnPasswordHash; /// Hash value of the write protection password. member
/aoo4110/main/sc/source/filter/inc/
H A Dxicontent.hxx289 sal_uInt16 mnPasswordHash; member
H A Dxcl97rec.hxx543 sal_uInt16 mnPasswordHash; member in XclExpFileSharing

Completed in 66 milliseconds