Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/excel/
H A Dxicontent.cxx1126 mnPassHash(0x0000), in XclImpDocProtectBuffer()
1145 mnPassHash = rStrm.ReaduInt16(); in ReadPasswordHash()
1159 if (mnPassHash) in Apply()
1163 aPass[0] = (mnPassHash >> 8) & 0xFF; in Apply()
1164 aPass[1] = mnPassHash & 0xFF; in Apply()
/aoo41x/main/sc/source/filter/inc/
H A Dxicontent.hxx265 sal_uInt16 mnPassHash; member in XclImpDocProtectBuffer

Completed in 36 milliseconds