Home
last modified time | relevance | path

Searched refs:getPasswordHash (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dtabprotection.cxx90 ::com::sun::star::uno::Sequence<sal_Int8> getPasswordHash(ScPasswordHash eHash) const;
194 Sequence<sal_Int8> ScTableProtectionImpl::getPasswordHash(ScPasswordHash eHash) const in getPasswordHash() function in ScTableProtectionImpl
326 uno::Sequence<sal_Int8> ScDocProtection::getPasswordHash(ScPasswordHash eHash) const in getPasswordHash() function in ScDocProtection
328 return mpImpl->getPasswordHash(eHash); in getPasswordHash()
401 Sequence<sal_Int8> ScTableProtection::getPasswordHash(ScPasswordHash eHash) const in getPasswordHash() function in ScTableProtection
403 return mpImpl->getPasswordHash(eHash); in getPasswordHash()
/trunk/main/sc/inc/
H A Dtabprotection.hxx73 … 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;
/trunk/main/sc/source/filter/excel/
H A Dexcdoc.cxx127 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()
/trunk/main/oox/source/xls/
H A Dworksheetsettings.cxx145 maSheetProt.mnPasswordHash = CodecHelper::getPasswordHash( rAttribs, XML_password ); in importSheetProtection()
166 maSheetProt.mnPasswordHash = CodecHelper::getPasswordHash( rAttribs, XML_password ); in importChartProtection()
H A Dworkbooksettings.cxx125 …maFileSharing.mnPasswordHash = CodecHelper::getPasswordHash( rAttribs, XML_reservationPasswor… in importFileSharing()
/trunk/main/oox/inc/oox/core/
H A Dbinarycodec.hxx44 static sal_uInt16 getPasswordHash( const AttributeList& rAttribs, sal_Int32 nElement );
/trunk/main/oox/source/core/
H A Dbinarycodec.cxx115 /*static*/ sal_uInt16 CodecHelper::getPasswordHash( const AttributeList& rAttribs, sal_Int32 nEleme… in getPasswordHash() function in oox::core::CodecHelper
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx1521 aPassHash = p->getPasswordHash(PASSHASH_OOO); in SetBodyAttributes()
1732 … SvXMLUnitConverter::encodeBase64(aBuffer, pProtect->getPasswordHash(PASSHASH_OOO)); in _ExportContent()

Completed in 168 milliseconds