Searched refs:setPasswordHash (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sc/source/core/data/ |
H A D | tabprotection.cxx | 91 …void setPasswordHash(const ::com::sun::star::uno::Sequence<sal_Int8>& aPassword, ScPasswordHash eH… 212 void ScTableProtectionImpl::setPasswordHash(const uno::Sequence<sal_Int8>& aPassword, ScPasswordHas… in setPasswordHash() function in ScTableProtectionImpl 331 void ScDocProtection::setPasswordHash(const uno::Sequence<sal_Int8>& aPassword, ScPasswordHash eHas… in setPasswordHash() function in ScDocProtection 333 mpImpl->setPasswordHash(aPassword, eHash); in setPasswordHash() 406 void ScTableProtection::setPasswordHash(const uno::Sequence<sal_Int8>& aPassword, ScPasswordHash eH… in setPasswordHash() function in ScTableProtection 408 mpImpl->setPasswordHash(aPassword, eHash); in setPasswordHash()
|
/aoo41x/main/sc/inc/ |
H A D | tabprotection.hxx | 74 virtual void setPasswordHash(const ::com::sun::star::uno::Sequence<sal_Int8>& aPassword, 104 virtual void setPasswordHash(const ::com::sun::star::uno::Sequence<sal_Int8>& aPassword, 161 virtual void setPasswordHash(const ::com::sun::star::uno::Sequence<sal_Int8>& aPassword,
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlbodyi.cxx | 327 pProtection->setPasswordHash(aPass, PASSHASH_OOO); in EndElement()
|
H A D | xmlsubti.cxx | 660 pProtect->setPasswordHash(aPass, PASSHASH_OOO); in DeleteTable()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xicontent.cxx | 1165 pProtect->setPasswordHash(aPass, PASSHASH_XL); in Apply() 1271 pProtect->setPasswordHash(aPass, PASSHASH_XL); in Apply()
|
Completed in 24 milliseconds