Searched defs:nAtomSize (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/oox/source/xls/ |
H A D | biffoutputstream.cxx | 126 void BiffOutputStream::writeData( const StreamDataSequence& rData, size_t nAtomSize ) in writeData() 132 void BiffOutputStream::writeMemory( const void* pMem, sal_Int32 nBytes, size_t nAtomSize ) in writeMemory() 148 void BiffOutputStream::fill( sal_uInt8 nValue, sal_Int32 nBytes, size_t nAtomSize ) in fill() 161 sal_uInt16 BiffOutputStream::prepareWriteBlock( sal_Int32 nTotalSize, size_t nAtomSize ) in prepareWriteBlock()
|
H A D | biffinputstream.cxx | 296 sal_Int32 BiffInputStream::readData( StreamDataSequence& orData, sal_Int32 nBytes, size_t nAtomSize… in readData() 308 sal_Int32 BiffInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize ) in readMemory() 335 void BiffInputStream::skip( sal_Int32 nBytes, size_t nAtomSize ) in skip()
|
/aoo41x/main/oox/source/helper/ |
H A D | binaryoutputstream.cxx | 91 void BinaryXOutputStream::writeMemory( const void* pMem, sal_Int32 nBytes, size_t nAtomSize ) in writeMemory() 117 void SequenceOutputStream::writeData( const StreamDataSequence& rData, size_t nAtomSize ) in writeData()
|
H A D | binaryinputstream.cxx | 127 …aryInputStream::copyToStream( BinaryOutputStream& rOutStrm, sal_Int64 nBytes, sal_Int32 nAtomSize ) in copyToStream() 195 sal_Int32 BinaryXInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize ) in readMemory() 314 …t32 RelativeInputStream::readData( StreamDataSequence& orData, sal_Int32 nBytes, size_t nAtomSize ) in readData() 327 sal_Int32 RelativeInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize ) in readMemory() 340 void RelativeInputStream::skip( sal_Int32 nBytes, size_t nAtomSize ) in skip()
|
/aoo41x/main/oox/source/ole/ |
H A D | axbinaryreader.cxx | 78 …32 AxAlignedInputStream::readData( StreamDataSequence& orData, sal_Int32 nBytes, size_t nAtomSize ) in readData() 90 sal_Int32 AxAlignedInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize ) in readMemory() 102 void AxAlignedInputStream::skip( sal_Int32 nBytes, size_t nAtomSize ) in skip()
|
H A D | vbainputstream.cxx | 77 sal_Int32 VbaInputStream::readData( StreamDataSequence& orData, sal_Int32 nBytes, size_t nAtomSize ) in readData()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 4467 sal_uInt32 nExtra, nAtomSize = 0; in GetBlibID() local 5381 void EscherEx::AddAtom( sal_uInt32 nAtomSize, sal_uInt16 nRecType, int nRecVersion, int nRecInstanc… in AddAtom()
|
Completed in 129 milliseconds