Lines Matching refs:sal_Int32

47 	uno_Sequence * pReallocate, sal_Size nElementSize, sal_Int32 nElements )  in reallocSeq()
76 sal_Int32 nStartIndex, sal_Int32 nStopIndex, in idefaultConstructElements()
77 sal_Int32 nAlloc = -1 ) // >= 0 means (re)alloc memory for nAlloc elements in idefaultConstructElements()
126 pSeq = reallocSeq( pSeq, sizeof(sal_Int32), nAlloc ); in idefaultConstructElements()
130 pSeq->elements + (sizeof(sal_Int32) * nStartIndex), in idefaultConstructElements()
131 sizeof(sal_Int32) * (nStopIndex - nStartIndex) ); in idefaultConstructElements()
152 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idefaultConstructElements()
166 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idefaultConstructElements()
180 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idefaultConstructElements()
199 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idefaultConstructElements()
213 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idefaultConstructElements()
223 pSeq = reallocSeq( pSeq, sizeof(sal_Int32), nAlloc ); in idefaultConstructElements()
228 sal_Int32 eEnum = in idefaultConstructElements()
233 sal_Int32 * pElements = (sal_Int32 *) pSeq->elements; in idefaultConstructElements()
234 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idefaultConstructElements()
246 sal_Int32 nElementSize = pElementTypeDescr->nSize; in idefaultConstructElements()
253 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idefaultConstructElements()
268 sal_Int32 nElementSize = pElementTypeDescr->nSize; in idefaultConstructElements()
275 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idefaultConstructElements()
290 sal_Int32 nElementSize = pElementTypeDescr->nSize; in idefaultConstructElements()
296 sal_Int32 nValueOffset = in idefaultConstructElements()
310 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idefaultConstructElements()
331 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idefaultConstructElements()
370 sal_Int32 nStartIndex, sal_Int32 nStopIndex, in icopyConstructFromElements()
372 sal_Int32 nAlloc = -1 ) // >= 0 means (re)alloc memory for nAlloc elements in icopyConstructFromElements()
425 pSeq = reallocSeq( pSeq, sizeof(sal_Int32), nAlloc ); in icopyConstructFromElements()
429 pSeq->elements + (sizeof(sal_Int32) * nStartIndex), in icopyConstructFromElements()
430 (char *)pSourceElements + (sizeof(sal_Int32) * nStartIndex), in icopyConstructFromElements()
431 sizeof(sal_Int32) * (nStopIndex - nStartIndex) ); in icopyConstructFromElements()
470 pSeq = reallocSeq( pSeq, sizeof(sal_Int32), nAlloc ); in icopyConstructFromElements()
474 pSeq->elements + (sizeof(sal_Int32) * nStartIndex), in icopyConstructFromElements()
475 (char *)pSourceElements + (sizeof(sal_Int32) * nStartIndex), in icopyConstructFromElements()
476 sizeof(sal_Int32) * (nStopIndex - nStartIndex) ); in icopyConstructFromElements()
486 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in icopyConstructFromElements()
506 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in icopyConstructFromElements()
525 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in icopyConstructFromElements()
542 sal_Int32 nElementSize = pElementTypeDescr->nSize; in icopyConstructFromElements()
552 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in icopyConstructFromElements()
570 sal_Int32 * pMemberOffsets = pTypeDescr->pMemberOffsets; in icopyConstructFromElements()
571 sal_Int32 nDescr = pTypeDescr->nMembers; in icopyConstructFromElements()
590 sal_Int32 nElementSize = pElementTypeDescr->nSize; in icopyConstructFromElements()
598 sal_Int32 nValueOffset = in icopyConstructFromElements()
601 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in icopyConstructFromElements()
633 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in icopyConstructFromElements()
654 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in icopyConstructFromElements()
684 sal_Int32 nSize, in ireallocSequence()
689 sal_Int32 nElements = pSeq->nElements; in ireallocSequence()
700 sal_Int32 nRest = nSize - nElements; in ireallocSequence()
701 sal_Int32 nCopy = (nRest > 0 ? nElements : nSize); in ireallocSequence()
746 sal_Int32 nElementSize = idestructElements( in ireallocSequence()
768 void * pElements, sal_Int32 len, in uno_type_sequence_construct()
812 void * pElements, sal_Int32 len, in uno_sequence_construct()
851 sal_Int32 nSize, uno_AcquireFunc acquire, uno_ReleaseFunc release ) in uno_type_sequence_realloc()
873 sal_Int32 nSize, uno_AcquireFunc acquire, uno_ReleaseFunc release ) in uno_sequence_realloc()