Home
last modified time | relevance | path

Searched refs:binLen (Results 1 – 1 of 1) sorted by relevance

/trunk/main/writerfilter/unocomponent/debugservices/rtftok/
H A DScannerTestService.cxx124 …er.size()=%u len=%u\n", numOfOLEs, str, type, recType, (unsigned int)(binBuffer.size()), o+binLen); in rbrace()
142 comphelper::ByteSequence seq(binLen); in rbrace()
144 memcpy(seq.getArray(), data0+o, binLen); in rbrace()
171 uno::Sequence< ::sal_Int8 > seq1(binLen); in rbrace()
173 memcpy(seq1.getArray(), data1+o, binLen); in rbrace()
181 comphelper::ByteSequence seq2(4+binLen); in rbrace()
183 seq2[0]= sal::static_int_cast<sal_Int8>(binLen&0xFF); in rbrace()
184 seq2[1]= sal::static_int_cast<sal_Int8>((binLen>>8)&0xFF); in rbrace()
185 seq2[2]= sal::static_int_cast<sal_Int8>((binLen>>16)&0xFF); in rbrace()
186 seq2[3]= sal::static_int_cast<sal_Int8>((binLen>>24)&0xFF); in rbrace()
[all …]

Completed in 14 milliseconds