Searched refs:rNewPassword (Results 1 – 6 of 6) sorted by relevance
1402 bool SwDocShell::SetProtectionPassword( const String &rNewPassword ) in SetProtectionPassword() argument1416 if (rNewPassword.Len()) in SetProtectionPassword()1422 SvPasswordHelper::GetHashPassword( aNewPasswd, rNewPassword ); in SetProtectionPassword()
249 /*[in]*/const ::com::sun::star::uno::Sequence <sal_Int8>& rNewPassword) = 0;
812 …al void SetRedlinePassword(/*[in]*/const ::com::sun::star::uno::Sequence <sal_Int8>& rNewPassword);
2979 bool ScDocShell::SetProtectionPassword( const String &rNewPassword ) in SetProtectionPassword() argument2987 if (rNewPassword.Len()) in SetProtectionPassword()2993 SvPasswordHelper::GetHashPassword( aProtectionHash, rNewPassword ); in SetProtectionPassword()
495 void SetPassword( const String& rNewPassword ) in SetPassword() argument496 { aPassword = rNewPassword; } in SetPassword()
2610 /*[in]*/const uno::Sequence <sal_Int8>& rNewPassword) in SetRedlinePassword()2612 aRedlinePasswd = rNewPassword; in SetRedlinePassword()
Completed in 66 milliseconds