Searched refs:getPasswordHash (Results 1 – 8 of 8) sorted by relevance
90 ::com::sun::star::uno::Sequence<sal_Int8> getPasswordHash(ScPasswordHash eHash) const;194 Sequence<sal_Int8> ScTableProtectionImpl::getPasswordHash(ScPasswordHash eHash) const in getPasswordHash() function in ScTableProtectionImpl326 uno::Sequence<sal_Int8> ScDocProtection::getPasswordHash(ScPasswordHash eHash) const in getPasswordHash() function in ScDocProtection328 return mpImpl->getPasswordHash(eHash); in getPasswordHash()401 Sequence<sal_Int8> ScTableProtection::getPasswordHash(ScPasswordHash eHash) const in getPasswordHash() function in ScTableProtection403 return mpImpl->getPasswordHash(eHash); in getPasswordHash()
73 … virtual ::com::sun::star::uno::Sequence<sal_Int8> getPasswordHash(ScPasswordHash eHash) const = 0;103 virtual ::com::sun::star::uno::Sequence<sal_Int8> getPasswordHash(ScPasswordHash eHash) const;160 virtual ::com::sun::star::uno::Sequence<sal_Int8> getPasswordHash(ScPasswordHash eHash) const;
127 aRecList.AppendNewRecord( new XclExpPassHash(pProtect->getPasswordHash(PASSHASH_XL)) );271 Add( new XclExpPassHash(pProtect->getPasswordHash(PASSHASH_XL)) ); in FillAsHeader()479 Add( new XclExpPassHash(pTabProtect->getPasswordHash(PASSHASH_XL)) ); in FillAsTable()
145 maSheetProt.mnPasswordHash = CodecHelper::getPasswordHash( rAttribs, XML_password ); in importSheetProtection()166 maSheetProt.mnPasswordHash = CodecHelper::getPasswordHash( rAttribs, XML_password ); in importChartProtection()
125 …maFileSharing.mnPasswordHash = CodecHelper::getPasswordHash( rAttribs, XML_reservationPasswor… in importFileSharing()
44 static sal_uInt16 getPasswordHash( const AttributeList& rAttribs, sal_Int32 nElement );
115 /*static*/ sal_uInt16 CodecHelper::getPasswordHash( const AttributeList& rAttribs, sal_Int32 nEleme… in getPasswordHash() function in oox::core::CodecHelper
1521 aPassHash = p->getPasswordHash(PASSHASH_OOO); in SetBodyAttributes()1732 … SvXMLUnitConverter::encodeBase64(aBuffer, pProtect->getPasswordHash(PASSHASH_OOO)); in _ExportContent()
Completed in 58 milliseconds