Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/qpro/
H A Dbiff.cxx82 int i, chunk = len < 16 ? len : 16; in nextRecord() local
84 mpStream->Read( data, chunk ); in nextRecord()
86 for (i = 0; i < chunk; i++) in nextRecord()
89 for (i = 0; i < chunk; i++) in nextRecord()
93 len -= chunk; in nextRecord()
/aoo41x/main/unoxml/source/dom/
H A Ddocumentbuilder.cxx212 Sequence< sal_Int8 > chunk(len); in xmlIO_read_func() local
213 int nread = pctx->rInputStream->readBytes(chunk, len); in xmlIO_read_func()
216 rtl_copyMemory(buffer, chunk.getConstArray(), nread); in xmlIO_read_func()
/aoo41x/main/offapi/com/sun/star/awt/
H A DXImageConsumer.idl68 /** delivers a chunk of pixels as <atom>long</atom> values.
88 /** delivers a chunk of pixels as <atom>byte</atom> values.
/aoo41x/main/libxmlsec/
H A Dxmlsec1-nssmangleciphers.patch967 + * @last: the flag: if set to 1 then it's the last data chunk.
970 + * Transform specific method to process a chunk of data.
/aoo41x/main/graphite/
H A Dgraphite-2.3.1.patch640 // but if we land in the middle of a chunk, go forward to its boundary.
1212 @param fBackingUp - this chunk results in the stream position moving backwards,
1221 @param fBackingUp - this chunk results in the stream position moving backwards,
1230 Ensure that the chunk maps for a pair of streams match properly. The recipient is
/aoo41x/main/store/source/
H A Dstordata.cxx726 inode::ChunkDescriptor OStoreDirectoryPageObject::chunk (sal_uInt32 nOffset)

Completed in 53 milliseconds