Searched refs:BinaryXOutputStream (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/oox/source/helper/ |
H A D | binaryoutputstream.cxx | 46 BinaryXOutputStream::BinaryXOutputStream( const Reference< XOutputStream >& rxOutStrm, bool bAutoCl… in BinaryXOutputStream() function in oox::BinaryXOutputStream 56 BinaryXOutputStream::~BinaryXOutputStream() in ~BinaryXOutputStream() 61 void BinaryXOutputStream::flush() in flush() 73 void BinaryXOutputStream::close() in close() 91 void BinaryXOutputStream::writeData( const StreamDataSequence& rData, size_t /*nAtomSize*/ ) in writeData() 103 void BinaryXOutputStream::writeMemory( const void* pMem, sal_Int32 nBytes, size_t nAtomSize ) in writeMemory()
|
H A D | storagebase.cxx | 225 BinaryXOutputStream aOutStrm( xOutStrm, true ); in copyToStorage()
|
/aoo42x/main/oox/inc/oox/helper/ |
H A D | binaryoutputstream.hxx | 95 class BinaryXOutputStream : public BinaryXSeekableStream, public BinaryOutputStream class 108 explicit BinaryXOutputStream( 112 virtual ~BinaryXOutputStream(); 129 inline BinaryXOutputStream& operator<<( Type nValue ) { writeValue( nValue ); return *this; } in operator <<()
|
/aoo42x/main/oox/source/core/ |
H A D | encryption.cxx | 81 …void decryptStream( BinaryXInputStream &aEncryptedPackage, BinaryXOutputStream &aDecryptedPackage … 293 …ryptionInfo::decryptStream( BinaryXInputStream &aEncryptedPackage, BinaryXOutputStream &aDecrypted… in decryptStream() 381 …void decryptStream( BinaryXInputStream &aEncryptedPackage, BinaryXOutputStream &aDecryptedPackage … 908 void AgileEncryptionInfo::decryptStream( BinaryXInputStream &aEncryptedPackage, BinaryXOutputStream… in decryptStream()
|
H A D | filterdetect.cxx | 390 BinaryXOutputStream aDecryptedPackage( xDecryptedPackage, true ); in extractUnencryptedPackage()
|
/aoo42x/main/oox/inc/oox/core/ |
H A D | encryption.hxx | 58 …virtual void decryptStream( BinaryXInputStream &aEncryptedPackage, BinaryXOutputStream &aDecrypted…
|
/aoo42x/main/oox/source/ole/ |
H A D | olestorage.cxx | 238 BinaryXOutputStream aOutStrm( xOutStrm, false ); in initStorage()
|
/aoo42x/main/oox/source/dump/ |
H A D | dumperbase.cxx | 2266 …BinaryXOutputStream aOutStrm( InputOutputHelper::openOutputStream( getContext(), rSysFileName ), t… in extractStream()
|
Completed in 81 milliseconds