Searched refs:aPasswd (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/svx/source/dialog/ |
H A D | passwd.cxx | 77 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()
|
/aoo41x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_passwordrequest.cxx | 70 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()
|
/aoo41x/main/sw/source/ui/app/ |
H A D | docsh.cxx | 183 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()
|
/aoo41x/main/cui/source/options/ |
H A D | webconninfo.cxx | 324 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()
|
/aoo41x/main/offapi/com/sun/star/task/ |
H A D | XInteractionPassword.idl | 44 @param aPasswd the result password. 47 void setPassword( [in] string aPasswd );
|
H A D | XInteractionPassword2.idl | 46 void setPasswordToModify( [in] string aPasswd );
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbaworksheet.cxx | 606 ::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()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | view2.cxx | 556 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()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | docinsert.cxx | 223 String aPasswd = aPasswordDlg.GetPassword(); in IMPL_LINK() local 224 m_pItemSet->Put( SfxStringItem( SID_PASSWORD, aPasswd ) ); in IMPL_LINK()
|
H A D | docfile.cxx | 2827 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()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | docfile.hxx | 333 …static sal_uInt32 CreatePasswordToModifyHash( const ::rtl::OUString& aPasswd, sal_Bool bWriter );
|
/aoo41x/main/svl/source/passwordcontainer/ |
H A D | passwordcontainer.cxx | 556 …::rtl::OUString aPasswd( ( sal_Char* )resSeq.getArray(), resSeq.getLength(), RTL_TEXTENCODING_UTF8… in DecodePasswords() 560 return getInfoFromInd( aPasswd ); in DecodePasswords()
|
Completed in 93 milliseconds