Home
last modified time | relevance | path

Searched refs:decodeBase64 (Results 1 – 18 of 18) sorted by relevance

/trunk/main/oox/source/core/
H A Dencryption.cxx357 static bool decodeBase64( OUString& base64, vector< sal_uInt8 >& bytes ) in decodeBase64() function
540 if( !decodeBase64( saltValue, keyData.saltValue ) ) in parseKeyData()
548 if( !decodeBase64( encryptedHmacKey, dataIntegrity.encryptedHmacKey ) ) in parseDataIntegrity()
551 if( !decodeBase64( encryptedHmacValue, dataIntegrity.encryptedHmacValue ) ) in parseDataIntegrity()
567 if( !decodeBase64( saltValue, passwordKeyEncryptor.saltValue ) ) in parseEncryptedKey()
570 … if( !decodeBase64( encryptedVerifierHashInput, passwordKeyEncryptor.encryptedVerifierHashInput ) ) in parseEncryptedKey()
573 … if( !decodeBase64( encryptedVerifierHashValue, passwordKeyEncryptor.encryptedVerifierHashValue ) ) in parseEncryptedKey()
576 if( !decodeBase64( encryptedKeyValue, passwordKeyEncryptor.encryptedKeyValue ) ) in parseEncryptedKey()
/trunk/main/package/source/package/manifest/
H A DManifestImport.cxx155 ::sax::Converter::decodeBase64( aDecodeBuffer, sChecksumData ); in startElement()
198 ::sax::Converter::decodeBase64 ( aDecodeBuffer, sInitVector ); in startElement()
212 ::sax::Converter::decodeBase64 ( aDecodeBuffer, rSaltString ); in startElement()
/trunk/main/filter/source/placeware/
H A DBase64Codec.hxx40 …static void decodeBase64(com::sun::star::uno::Sequence<sal_uInt8>& aPass, const rtl::OUString& sBu…
H A DBase64Codec.cxx184 void Base64Codec::decodeBase64(uno::Sequence< sal_uInt8 >& aBuffer, const rtl::OUString& sBuffer)
/trunk/main/filter/source/xsltfilter/
H A DXMLBase64Codec.hxx43 …static void decodeBase64(com::sun::star::uno::Sequence<sal_uInt8>& aPass, const rtl::OUString& sBu…
H A DXMLBase64Codec.cxx187 void XMLBase64Codec::decodeBase64(uno::Sequence< sal_uInt8 >& aBuffer, const rtl::OUString& sBuffer)
/trunk/main/sax/inc/sax/tools/
H A Dconverter.hxx191 …static void decodeBase64(com::sun::star::uno::Sequence<sal_Int8>& aPass, const rtl::OUString& sBuf…
/trunk/main/svgio/source/svgreader/
H A Dsvgimagenode.cxx225 ::sax::Converter::decodeBase64(aPass, maData); in decomposeSvgNode()
/trunk/main/sc/source/filter/xml/
H A Dxmlbodyi.cxx326 SvXMLUnitConverter::decodeBase64(aPass, sPassword); in EndElement()
H A Dxmlsubti.cxx657 SvXMLUnitConverter::decodeBase64(aPass, sPassword); in DeleteTable()
H A DXMLTrackedChangesContext.cxx565 SvXMLUnitConverter::decodeBase64(aPass, sValue); in ScXMLTrackedChangesContext()
H A Dxmlimprt.cxx2233 SvXMLUnitConverter::decodeBase64(aPass, sKey); in SetConfigurationSettings()
/trunk/main/xmloff/source/text/
H A DXMLSectionImportContext.cxx320 SvXMLUnitConverter::decodeBase64(aSequence, sAttr); in ProcessAttributes()
/trunk/main/xmloff/inc/xmloff/
H A Dxmluconv.hxx384 …static void decodeBase64(com::sun::star::uno::Sequence<sal_Int8>& aPass, const rtl::OUString& sBuf…
/trunk/main/sax/source/tools/
H A Dconverter.cxx1736 void Converter::decodeBase64(uno::Sequence<sal_Int8>& aBuffer, const rtl::OUString& sBuffer) in decodeBase64() function in sax::Converter
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx1585 void SvXMLUnitConverter::decodeBase64(uno::Sequence<sal_Int8>& aBuffer, const rtl::OUString& sBuffe… in decodeBase64() function in SvXMLUnitConverter
/trunk/main/xmloff/source/transform/
H A DOasis2OOo.cxx1580 SvXMLUnitConverter::decodeBase64( aKey, m_aContent ); in EndElement()
H A DOOo2Oasis.cxx1483 SvXMLUnitConverter::decodeBase64( aKey, in StartElement()

Completed in 122 milliseconds