Searched refs:EncryptionData (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/package/inc/ |
H A D | ZipFile.hxx | 75 const ::rtl::Reference < EncryptionData > &rData, 81 const ::rtl::Reference < EncryptionData > &rData, 89 const ::rtl::Reference < EncryptionData > &rData, 125 const ::rtl::Reference < EncryptionData > &rData, 133 const ::rtl::Reference< EncryptionData >& xEncryptionData ); 137 const ::rtl::Reference< EncryptionData >& xEncryptionData, 157 const ::rtl::Reference < EncryptionData > &rData ) 165 const ::rtl::Reference < EncryptionData > &rData ); 170 const ::rtl::Reference < EncryptionData > &rData, 177 const ::rtl::Reference < EncryptionData > &rData, [all …]
|
H A D | EncryptionData.hxx | 49 class EncryptionData : public BaseEncryptionData class 58 …EncryptionData( const BaseEncryptionData& aData, const ::com::sun::star::uno::Sequence< sal_Int8 >… in EncryptionData() function in EncryptionData 67 EncryptionData( const EncryptionData& aData ) in EncryptionData() function in EncryptionData
|
H A D | ZipPackageStream.hxx | 92 ::rtl::Reference< EncryptionData > GetEncryptionData( bool bWinEncoding = false );
|
/aoo4110/main/package/source/zipapi/ |
H A D | ZipFile.cxx | 130 …< lang::XMultiServiceFactory >& xArgFactory, const ::rtl::Reference< EncryptionData >& xEncryption… in StaticGetDigestContextForChecksum() 151 …< lang::XMultiServiceFactory >& xArgFactory, const ::rtl::Reference< EncryptionData >& xEncryption… in StaticGetCipher() 200 void ZipFile::StaticFillHeader( const ::rtl::Reference< EncryptionData >& rData, in StaticFillHeader() 385 const ::rtl::Reference< EncryptionData > &rData ) in StaticGetDataFromRawStream() 441 …Factory, const Sequence< sal_Int8 > &aReadBuffer, const ::rtl::Reference< EncryptionData > &rData ) in StaticHasValidPassword() 494 sal_Bool ZipFile::hasValidPassword ( ZipEntry & rEntry, const ::rtl::Reference< EncryptionData >& r… in hasValidPassword() 521 const ::rtl::Reference< EncryptionData > &rData, in createUnbufferedStream() 538 const ::rtl::Reference< EncryptionData > &rData, in getInputStream() 566 const ::rtl::Reference< EncryptionData > &rData, in getDataStream() 607 const ::rtl::Reference< EncryptionData >& rData, in getRawData() [all …]
|
H A D | XUnbufferedStream.hxx | 44 class EncryptionData; 57 ::rtl::Reference< EncryptionData > mxData; 73 const ::rtl::Reference< EncryptionData >& rData, 83 const ::rtl::Reference< EncryptionData >& rData );
|
H A D | XUnbufferedStream.cxx | 61 const ::rtl::Reference< EncryptionData >& rData, in XUnbufferedStream() 125 const ::rtl::Reference< EncryptionData >& rData ) in XUnbufferedStream()
|
/aoo4110/main/package/source/zippackage/ |
H A D | ZipPackageStream.cxx | 211 ::rtl::Reference< EncryptionData > ZipPackageStream::GetEncryptionData( bool bUseWinEncoding ) in GetEncryptionData() 213 ::rtl::Reference< EncryptionData > xResult; in GetEncryptionData() 215 xResult = new EncryptionData( in GetEncryptionData()
|
H A D | zipfileaccess.cxx | 253 … ::rtl::Reference< EncryptionData >(), in getByName() 368 … ::rtl::Reference< EncryptionData >(), in getStreamByPattern()
|
H A D | ZipPackageFolder.cxx | 498 … ::rtl::Reference< EncryptionData > xEncData = rInfo.pStream->GetEncryptionData(); in saveChild() 624 ::rtl::Reference< EncryptionData > xEncData = rInfo.pStream->GetEncryptionData(); in saveChild()
|
/aoo4110/main/offapi/com/sun/star/embed/ |
H A D | XStorage2.idl | 45 /** allows to get access to a child encrypted stream with EncryptionData.
|
/aoo4110/main/offapi/com/sun/star/document/ |
H A D | MediaDescriptor.idl | 181 [optional,property] sequence< ::com::sun::star::beans::NamedValue > EncryptionData;
|
Completed in 46 milliseconds