Home
last modified time | relevance | path

Searched refs:CompareHashPassword (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svl/inc/svl/
H A DPasswordHelper.hxx46 …SVL_DLLPUBLIC static bool CompareHashPassword(const com::sun::star::uno::Sequence<sal_Int8>& r…
/trunk/main/svl/source/misc/
H A DPasswordHelper.cxx83 bool SvPasswordHelper::CompareHashPassword(const uno::Sequence<sal_Int8>& rOldPassHash, const Strin… in CompareHashPassword() function in SvPasswordHelper
/trunk/main/sfx2/source/dialog/
H A Dsecuritypage.cxx153 if (SvPasswordHelper::CompareHashPassword( aPasswordHash, rPassword )) in lcl_IsPasswordCorrect()
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx574 if(SvPasswordHelper::CompareHashPassword(aPasswd, sNewPasswd)) in Execute()
619 else if(SvPasswordHelper::CompareHashPassword(aPasswd, sNewPasswd)) in Execute()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1169 … if ( SvPasswordHelper::CompareHashPassword(pChangeTrack->GetProtection(), aPassword) ) in ExecuteChangeProtectionDialog()
/trunk/main/sw/source/ui/dialog/
H A Duiregionsw.cxx484 if (SvPasswordHelper::CompareHashPassword( in CheckPasswd()

Completed in 40 milliseconds