Home
last modified time | relevance | path

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

/aoo41x/main/extensions/source/xmlextract/
H A Dxmxtrct.cxx41 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()
/aoo41x/main/forms/source/component/
H A Dimgprod.cxx48 ::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()
/aoo41x/main/sc/source/ui/unoobj/
H A Dfuncuno.cxx472 uno::Sequence< uno::Sequence< seq > > maSeq; member in SequencesContainer
484 rArg >>= maSeq; in SequencesContainer()
491 long nRowCount = maSeq.getLength(); in process()
493 const uno::Sequence< seq >* pRowArr = maSeq.getConstArray(); in process()

Completed in 27 milliseconds