Searched refs:maSeq (Results 1 – 3 of 3) sorted by relevance
41 SEQ( sal_Int8 ) maSeq;75 const sal_uInt32 nOldLength = maSeq.getLength(); in XMXLockBytes()76 maSeq.realloc( nOldLength + nRead ); in XMXLockBytes()77 rtl_copyMemory( maSeq.getArray() + nOldLength, aReadSeq.getConstArray(), aReadSeq.getLength() ); in XMXLockBytes()94 const sal_Size nSeqLen = maSeq.getLength(); in ReadAt()102 rtl_copyMemory( pBuffer, maSeq.getConstArray() + nPos, nCount ); in ReadAt()136 pStat->nSize = maSeq.getLength(); in Stat()
48 ::com::sun::star::uno::Sequence<sal_Int8> maSeq;90 const sal_uInt32 nOldLength = maSeq.getLength(); in ImgProdLockBytes()91 maSeq.realloc( nOldLength + nRead ); in ImgProdLockBytes()92 rtl_copyMemory( maSeq.getArray() + nOldLength, aReadSeq.getConstArray(), aReadSeq.getLength() ); in ImgProdLockBytes()118 const sal_Size nSeqLen = maSeq.getLength(); in ReadAt()126 memcpy( pBuffer, maSeq.getConstArray() + nPos, nCount ); in ReadAt()178 pStat->nSize = maSeq.getLength(); in Stat()
472 uno::Sequence< uno::Sequence< seq > > maSeq; member in SequencesContainer484 rArg >>= maSeq; in SequencesContainer()491 long nRowCount = maSeq.getLength(); in process()493 const uno::Sequence< seq >* pRowArr = maSeq.getConstArray(); in process()
Completed in 34 milliseconds