| /AOO41X/main/package/source/zipapi/ |
| H A D | ZipFile.cxx | 523 sal_Bool bIsEncrypted, in createUnbufferedStream() argument 528 if ( !bIsEncrypted && ( rEntry.nMethod == STORED ) && rEntry.bHasDataDescriptor ) in createUnbufferedStream() 532 …ream ( m_xFactory, aMutexHolder, rEntry, xStream, rData, nStreamMode, bIsEncrypted, aMediaType, bR… in createUnbufferedStream() 543 sal_Bool bIsEncrypted, in getInputStream() argument 559 if ( bIsEncrypted && rData.is() && rData->m_aDigest.getLength() ) in getInputStream() 566 bIsEncrypted ); in getInputStream() 571 sal_Bool bIsEncrypted, in getDataStream() argument 586 if ( bIsEncrypted ) in getDataStream() 607 bIsEncrypted ); in getDataStream() 612 sal_Bool bIsEncrypted, in getRawData() argument [all …]
|
| H A D | XUnbufferedStream.cxx | 63 sal_Bool bIsEncrypted, in XUnbufferedStream() argument 95 …sal_Bool bMustDecrypt = ( nStreamMode == UNBUFF_STREAM_DATA && bHaveEncryptData && bIsEncrypted ) … in XUnbufferedStream() 103 if ( bHaveEncryptData && mbWrappedRaw && bIsEncrypted ) in XUnbufferedStream()
|
| H A D | XUnbufferedStream.hxx | 75 sal_Bool bIsEncrypted,
|
| /AOO41X/main/package/source/zippackage/ |
| H A D | ZipPackageStream.cxx | 74 , bIsEncrypted ( sal_False ) in ZipPackageStream() 500 …return rZipPackage.getZipFile().getRawData( aEntry, GetEncryptionData(), bIsEncrypted, rZipPackage… in getRawData() 529 …rZipPackage.getZipFile().getInputStream( aEntry, GetEncryptionData(), bIsEncrypted, rZipPackage.Ge… in getInputStream() 570 … rZipPackage.getZipFile().getDataStream( aEntry, GetEncryptionData(), bIsEncrypted, rZipPackage.Ge… in getDataStream() 577 …ackage.getZipFile().getDataStream( aEntry, GetEncryptionData( true ), bIsEncrypted, rZipPackage.Ge… in getDataStream() 611 if ( !bIsEncrypted || !GetEncryptionData().is() ) in getRawStream() 685 …return rZipPackage.getZipFile().getRawData( aEntry, GetEncryptionData(), bIsEncrypted, rZipPackage… in getPlainRawStream() 896 aAny <<= bIsEncrypted; in getPropertyValue()
|
| /AOO41X/main/package/inc/ |
| H A D | ZipPackageStream.hxx | 57 sal_Bool bToBeCompressed, bToBeEncrypted, bHaveOwnKey, bIsEncrypted; member in ZipPackageStream 86 sal_Bool IsEncrypted () const { return bIsEncrypted;} in IsEncrypted() 117 void SetIsEncrypted (sal_Bool bNewValue) { bIsEncrypted = bNewValue;} in SetIsEncrypted()
|
| /AOO41X/main/sdext/source/pdfimport/wrapper/ |
| H A D | wrapper.cxx | 997 bool bIsEncrypted = false; in xpdf_ImportFromFile() local 998 if( checkEncryption( aSysUPath, xIHdl, aPwd, bIsEncrypted, aDocName ) == false ) in xpdf_ImportFromFile() 1064 if( bIsEncrypted ) in xpdf_ImportFromFile()
|
| /AOO41X/main/sfx2/source/appl/ |
| H A D | appopen.cxx | 320 sal_Bool bIsEncrypted = sal_False; in CheckPasswd_Impl() local 323 >>= bIsEncrypted; in CheckPasswd_Impl() 334 if ( bIsEncrypted ) in CheckPasswd_Impl()
|
| /AOO41X/main/framework/test/ |
| H A D | test_documentproperties.bas | 985 … bIsEncrypted = aDocumentProperties.getPropertyValue ( "IsEncrypted" ) 1025 …+ chr$(9) + "IsEncrypted" + chr$(9) + "= {" + chr$(9) + bIsEncrypted …
|
| /AOO41X/main/sfx2/source/doc/ |
| H A D | objmisc.cxx | 1274 sal_Bool bIsEncrypted = sal_False; in CheckEncryption_Impl() local 1281 …yValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "HasEncryptedEntries" ) ) ) >>= bIsEncrypted; in CheckEncryption_Impl() 1291 if ( bIsEncrypted && bHasNonEncrypted ) in CheckEncryption_Impl()
|