Home
last modified time | relevance | path

Searched refs:maSaltValue (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dtabprotection.hxx45 OUString maSaltValue; /// base64 encoded salt value member
54 maSaltValue.clear(); in clear()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dtabprotection.hxx46 OUString maSaltValue; /// base64 encoded salt value member
55 maSaltValue.clear(); in clear()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dworksheetsettings.cxx114 maSheetProt.maSaltValue = rAttribs.getString( XML_saltValue, OUString()); in importSheetProtection()
151 aProt.maPasswordHash.maSaltValue = rAttribs.getString( XML_saltValue, OUString()); in importProtectedRange()
247 maSheetProt.maSaltValue, maSheetProt.mnSpinCount); in finalizeImport()
H A Dworkbooksettings.cxx114 maFileSharing.maSaltValue = rAttribs.getString( XML_saltValue, OUString()); in importFileSharing()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dworksheetsettings.cxx114 maSheetProt.maSaltValue = rAttribs.getString( XML_saltValue, OUString()); in importSheetProtection()
151 aProt.maPasswordHash.maSaltValue = rAttribs.getString( XML_saltValue, OUString()); in importProtectedRange()
247 maSheetProt.maSaltValue, maSheetProt.mnSpinCount); in finalizeImport()
H A Dworkbooksettings.cxx114 maFileSharing.maSaltValue = rAttribs.getString( XML_saltValue, OUString()); in importFileSharing()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dworkbooksettings.hxx37 …OUString maSaltValue; /// Salt value to be prepended to the password, base-6… member
H A Dworksheetsettings.hxx46 …OUString maSaltValue; /// Salt value to be prepended to the password, base-6… member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dworksheetsettings.hxx48 …OUString maSaltValue; /// Salt value to be prepended to the password, base-6… member
H A Dworkbooksettings.hxx39 …OUString maSaltValue; /// Salt value to be prepended to the password, base-6… member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dexcrecds.cxx449 XML_saltValue, aPH.maSaltValue.isEmpty() ? nullptr : aPH.maSaltValue.toUtf8().getStr(), in SaveXml()
487 …XML_saltValue, rProt.maPasswordHash.maSaltValue.isEmpty() ? nullptr : rProt.maPasswordHash.maSaltV… in SaveXml()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dexcrecds.cxx452 XML_saltValue, aPH.maSaltValue.isEmpty() ? nullptr : aPH.maSaltValue.toUtf8().getStr(), in SaveXml()
491 …XML_saltValue, rProt.maPasswordHash.maSaltValue.isEmpty() ? nullptr : rProt.maPasswordHash.maSaltV… in SaveXml()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dtabprotection.cxx99 … aPassText, maSaltValue, mnSpinCount, comphelper::Hash::IterCount::APPEND, maAlgorithmName)); in verifyPassword()
353 maPasswordHash.maSaltValue = rSaltValue; in setPasswordHash()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dtabprotection.cxx99 … aPassText, maSaltValue, mnSpinCount, comphelper::Hash::IterCount::APPEND, maAlgorithmName)); in verifyPassword()
353 maPasswordHash.maSaltValue = rSaltValue; in setPasswordHash()