Home
last modified time | relevance | path

Searched refs:aPasswd (Results 1 – 12 of 12) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dpasswd.cxx77 String aPasswd = aRepeatPasswdED.GetText(); in IMPL_LINK() local
78 aPasswd.EraseLeadingChars().EraseTrailingChars(); in IMPL_LINK()
80 if ( !aPasswd.Len() && aOKBtn.IsEnabled() ) in IMPL_LINK()
82 else if ( aPasswd.Len() && !aOKBtn.IsEnabled() ) in IMPL_LINK()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_passwordrequest.cxx70 virtual void SAL_CALL setPassword( const rtl::OUString & aPasswd )
192 InteractionSupplyPassword::setPassword( const ::rtl::OUString& aPasswd ) in setPassword() argument
196 m_aPassword = aPasswd; in setPassword()
/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx183 String aPasswd; in StartConvertFrom() local
191 aPasswd = pPasswdDlg->GetPassword(); in StartConvertFrom()
198 aPasswd = ((const SfxStringItem *)pPassItem)->GetValue(); in StartConvertFrom()
201 if (!(*ppRdr)->CheckPasswd( aPasswd, *pRead )) in StartConvertFrom()
1409 Sequence< sal_Int8 > aPasswd = pIDRA->GetRedlinePassword(); in SetProtectionPassword() local
1411 && ((SfxBoolItem*)pItem)->GetValue() == (aPasswd.getLength() > 0)) in SetProtectionPassword()
/trunk/main/cui/source/options/
H A Dwebconninfo.cxx324 uno::Sequence< ::rtl::OUString > aPasswd( 1 ); in IMPL_LINK() local
325 aPasswd[0] = aNewPass; in IMPL_LINK()
333 aURL, aUserName, aPasswd, xInteractionHandler ); in IMPL_LINK()
/trunk/main/sc/source/ui/vba/
H A Dvbaworksheet.cxx606 ::rtl::OUString aPasswd; in Protect()
607 Password >>= aPasswd; in Protect()
608 xProtectable->protect( aPasswd ); in Protect()
615 ::rtl::OUString aPasswd; in Unprotect()
616 Password >>= aPasswd; in Unprotect()
617 xProtectable->unprotect( aPasswd ); in Unprotect()
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx556 Sequence <sal_Int8> aPasswd = pIDRA->GetRedlinePassword(); in Execute() local
557 if( aPasswd.getLength() ) in Execute()
574 if(SvPasswordHelper::CompareHashPassword(aPasswd, sNewPasswd)) in Execute()
591 Sequence <sal_Int8> aPasswd = pIDRA->GetRedlinePassword(); in Execute() local
593 && ((SfxBoolItem*)pItem)->GetValue() == ( aPasswd.getLength() != 0 ) ) in Execute()
606 if(!aPasswd.getLength()) in Execute()
615 if(!aPasswd.getLength()) in Execute()
619 else if(SvPasswordHelper::CompareHashPassword(aPasswd, sNewPasswd)) in Execute()
/trunk/main/offapi/com/sun/star/task/
H A DXInteractionPassword.idl44 @param aPasswd the result password.
47 void setPassword( [in] string aPasswd );
H A DXInteractionPassword2.idl46 void setPasswordToModify( [in] string aPasswd );
/trunk/main/sfx2/source/doc/
H A Ddocinsert.cxx223 String aPasswd = aPasswordDlg.GetPassword(); in IMPL_LINK() local
224 m_pItemSet->Put( SfxStringItem( SID_PASSWORD, aPasswd ) ); in IMPL_LINK()
H A Ddocfile.cxx2827 sal_uInt32 SfxMedium::CreatePasswordToModifyHash( const ::rtl::OUString& aPasswd, sal_Bool bWriter ) in CreatePasswordToModifyHash() argument
2831 if ( aPasswd.getLength() ) in CreatePasswordToModifyHash()
2835 nHash = ::comphelper::DocPasswordHelper::GetWordHashAsUINT32( aPasswd ); in CreatePasswordToModifyHash()
2869 nHash = ::comphelper::DocPasswordHelper::GetXLHashAsUINT16( aPasswd, nEncoding ); in CreatePasswordToModifyHash()
/trunk/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx556 …::rtl::OUString aPasswd( ( sal_Char* )resSeq.getArray(), resSeq.getLength(), RTL_TEXTENCODING_UTF8… in DecodePasswords()
560 return getInfoFromInd( aPasswd ); in DecodePasswords()
/trunk/main/sfx2/inc/sfx2/
H A Ddocfile.hxx333 …static sal_uInt32 CreatePasswordToModifyHash( const ::rtl::OUString& aPasswd, sal_Bool bWriter );

Completed in 76 milliseconds