Searched refs:bIsEncrypted (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/package/source/zipapi/ |
H A D | ZipFile.cxx | 523 sal_Bool bIsEncrypted, in createUnbufferedStream() argument 528 …ream ( m_xFactory, aMutexHolder, rEntry, xStream, rData, nStreamMode, bIsEncrypted, aMediaType, bR… in createUnbufferedStream() 539 sal_Bool bIsEncrypted, in getInputStream() argument 555 if ( bIsEncrypted && rData.is() && rData->m_aDigest.getLength() ) in getInputStream() 562 bIsEncrypted ); in getInputStream() 567 sal_Bool bIsEncrypted, in getDataStream() argument 582 if ( bIsEncrypted ) in getDataStream() 603 bIsEncrypted ); in getDataStream() 608 sal_Bool bIsEncrypted, in getRawData() argument 617 return createUnbufferedStream ( aMutexHolder, rEntry, rData, UNBUFF_STREAM_RAW, bIsEncrypted ); in getRawData()
|
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,
|
/aoo4110/main/package/source/zippackage/ |
H A D | ZipPackageStream.cxx | 74 , bIsEncrypted ( sal_False ) in ZipPackageStream() 494 …return rZipPackage.getZipFile().getRawData( aEntry, GetEncryptionData(), bIsEncrypted, rZipPackage… in getRawData() 523 …return rZipPackage.getZipFile().getInputStream( aEntry, GetEncryptionData(), bIsEncrypted, rZipPac… in getInputStream() 564 …xResult = rZipPackage.getZipFile().getDataStream( aEntry, GetEncryptionData(), bIsEncrypted, rZipP… in getDataStream() 571 …ackage.getZipFile().getDataStream( aEntry, GetEncryptionData( true ), bIsEncrypted, rZipPackage.Ge… in getDataStream() 605 if ( !bIsEncrypted || !GetEncryptionData().is() ) in getRawStream() 679 …return rZipPackage.getZipFile().getRawData( aEntry, GetEncryptionData(), bIsEncrypted, rZipPackage… in getPlainRawStream() 890 aAny <<= bIsEncrypted; in getPropertyValue()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/framework/test/ |
H A D | test_documentproperties.bas | 985 bIsEncrypted = aDocumentProperties.getPropertyValue ( "IsEncrypted" ) 1025 …al_Bool]" + chr$(9) + "IsEncrypted" + chr$(9) + "= {" + chr$(9) + bIsEncrypted + "}" + ch…
|
/aoo4110/main/sfx2/source/doc/ |
H A D | objmisc.cxx | 1270 sal_Bool bIsEncrypted = sal_False; in CheckEncryption_Impl() local 1277 …yValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "HasEncryptedEntries" ) ) ) >>= bIsEncrypted; in CheckEncryption_Impl() 1287 if ( bIsEncrypted && bHasNonEncrypted ) in CheckEncryption_Impl()
|
Completed in 59 milliseconds