Searched refs:writeMemory (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/oox/inc/oox/helper/ |
H A D | binaryoutputstream.hxx | 60 virtual void writeMemory( const void* pMem, sal_Int32 nBytes, size_t nAtomSize = 1 ) = 0; 86 writeMemory( &nValue, static_cast< sal_Int32 >( sizeof( Type ) ), sizeof( Type ) ); in writeValue() 125 virtual void writeMemory( const void* pMem, sal_Int32 nBytes, size_t nAtomSize = 1 ); 166 virtual void writeMemory( const void* pMem, sal_Int32 nBytes, size_t nAtomSize = 1 );
|
/aoo42x/main/oox/source/helper/ |
H A D | binaryoutputstream.cxx | 103 void BinaryXOutputStream::writeMemory( const void* pMem, sal_Int32 nBytes, size_t nAtomSize ) in writeMemory() function in oox::BinaryXOutputStream 132 writeMemory( rData.getConstArray(), rData.getLength(), nAtomSize ); in writeData() 135 void SequenceOutputStream::writeMemory( const void* pMem, sal_Int32 nBytes, size_t /*nAtomSize*/ ) in writeMemory() function in oox::SequenceOutputStream
|
/aoo42x/main/oox/source/xls/ |
H A D | biffoutputstream.cxx | 58 mrOutStrm.writeMemory( &maData.front(), nRecSize ); in endRecord() 129 writeMemory( rData.getConstArray(), rData.getLength(), nAtomSize ); in writeData() 132 void BiffOutputStream::writeMemory( const void* pMem, sal_Int32 nBytes, size_t nAtomSize ) in writeMemory() function in oox::xls::BiffOutputStream
|
/aoo42x/main/oox/source/core/ |
H A D | encryption.cxx | 310 aDecryptedPackage.writeMemory( pnOutBuffer, nOutLen ); in decryptStream() 313 aDecryptedPackage.writeMemory( pnOutBuffer, nOutLen ); in decryptStream() 946 aDecryptedPackage.writeMemory( &outputBuffer[ 0 ], bytesOut ); in decryptStream()
|
/aoo42x/main/oox/inc/oox/xls/ |
H A D | biffoutputstream.hxx | 124 virtual void writeMemory( const void* pMem, sal_Int32 nBytes, size_t nAtomSize = 1 );
|
Completed in 25 milliseconds