/trunk/main/cppu/source/uno/ |
H A D | copy.hxx | 39 sal_Int32 nElementSize, sal_Int32 nElements ) in allocSeq() argument 41 OSL_ASSERT( nElements >= 0 && nElementSize >= 0 ); in allocSeq() 120 (sal_Char *)pDest + i * nElementSize, in _copyConstructArray() 121 (sal_Char *)pSource + i * nElementSize, in _copyConstructArray() 130 (sal_Char *)pDest + (i * nElementSize), in _copyConstructArray() 131 (sal_Char *)pSource + (i * nElementSize), in _copyConstructArray() 586 sal_Int32 nElementSize = pElementTypeDescr->nSize; in icopyConstructSequence() local 588 pDest = allocSeq( nElementSize, nElements ); in icopyConstructSequence() 609 sal_Int32 nElementSize = pElementTypeDescr->nSize; in icopyConstructSequence() local 611 pDest = allocSeq( nElementSize, nElements ); in icopyConstructSequence() [all …]
|
H A D | sequence.cxx | 246 sal_Int32 nElementSize = pElementTypeDescr->nSize; in idefaultConstructElements() local 249 pSeq = reallocSeq( pSeq, nElementSize, nAlloc ); in idefaultConstructElements() 256 pElements + (nElementSize * nPos), in idefaultConstructElements() 268 sal_Int32 nElementSize = pElementTypeDescr->nSize; in idefaultConstructElements() local 278 pElements + (nElementSize * nPos), in idefaultConstructElements() 290 sal_Int32 nElementSize = pElementTypeDescr->nSize; in idefaultConstructElements() local 542 sal_Int32 nElementSize = pElementTypeDescr->nSize; in icopyConstructFromElements() local 555 pDestElements + (nElementSize * nPos); in icopyConstructFromElements() 590 sal_Int32 nElementSize = pElementTypeDescr->nSize; in icopyConstructFromElements() local 604 pDestElements + (nElementSize * nPos); in icopyConstructFromElements() [all …]
|
H A D | assign.hxx | 116 sal_Int32 nElementSize = pElementTypeDescr->nSize; in _assignArray() local 135 ::rtl_copyMemory((sal_Char *)pDest + i * nElementSize, in _assignArray() 136 (sal_Char *)pSource + i * nElementSize, in _assignArray() 137 nElementSize); in _assignArray() 179 bRet = _assignStruct( (sal_Char *)pDest + i * nElementSize, in _assignArray() 180 (sal_Char *)pSource + i * nElementSize, in _assignArray() 191 _destructUnion( (sal_Char*)pDest + i * nElementSize, pElementTypeDescr, release ); in _assignArray() 192 _copyConstructUnion( (sal_Char*)pDest + i * nElementSize, in _assignArray() 193 (sal_Char*)pSource + i * nElementSize, in _assignArray() 214 (void **)((sal_Char*)pDest + i * nElementSize), in _assignArray() [all …]
|
H A D | destr.hxx | 87 sal_Int32 nElementSize = pElementType->nSize; in _destructArray() local 94 (sal_Char *)pValue + i * nElementSize, in _destructArray() 252 sal_Int32 nElementSize = pElementTypeDescr->nSize; in idestructElements() local 256 (char *)pElements + (nElementSize * nPos), in idestructElements() 268 sal_Int32 nElementSize = pElementTypeDescr->nSize; in idestructElements() local 272 (char *)pElements + (nElementSize * nPos), in idestructElements()
|
H A D | constr.hxx | 81 sal_Int32 nElementSize = pElementType->nSize; in _defaultConstructArray() local 97 ::rtl_zeroMemory(pMem, nElementSize * nTotalElements); in _defaultConstructArray() 131 …_defaultConstructStruct( (sal_Char*)pMem + i * nElementSize, (typelib_CompoundTypeDescription *)pE… in _defaultConstructArray() 137 _defaultConstructUnion( (sal_Char*)pMem + i * nElementSize, pElementType ); in _defaultConstructArray()
|
H A D | eq.hxx | 219 sal_Int32 nElementSize = pElementTypeDescr->nSize; in _equalSequence() local 222 if (! _equalStruct( (char *)pDestElements + (nPos * nElementSize), in _equalSequence() 223 (char *)pSourceElements + (nPos * nElementSize), in _equalSequence() 238 sal_Int32 nElementSize = pElementTypeDescr->nSize; in _equalSequence() local 242 char * pDest2 = (char *)pDestElements + (nPos * nElementSize); in _equalSequence() 243 char * pSource2 = (char *)pSourceElements + (nPos * nElementSize); in _equalSequence()
|
H A D | prim.hxx | 115 sal_Int32 nElementSize, sal_Int32 nElements ) in calcSeqMemSize() argument 119 ((sal_uInt64) nElementSize * (sal_uInt64) nElements); in calcSeqMemSize()
|
/trunk/main/filter/source/msfilter/ |
H A D | escherex.cxx | 3081 sal_uInt16 nElementSize = 8; in CreateCustomShapeProperties() local 3086 << nElementSize; in CreateCustomShapeProperties() 3189 sal_uInt16 j, nElementSize = 8; in CreateCustomShapeProperties() local 3194 << nElementSize; in CreateCustomShapeProperties() 3231 sal_uInt16 nElementSize = 2; in CreateCustomShapeProperties() local 3236 << nElementSize; in CreateCustomShapeProperties() 3363 sal_uInt16 nElementSize = 16; in CreateCustomShapeProperties() local 3368 << nElementSize; in CreateCustomShapeProperties() 3614 << nElementSize; in CreateCustomShapeProperties() 3831 sal_uInt16 nElementSize = 8; in CreateCustomShapeProperties() local [all …]
|
/trunk/main/filter/source/graphicfilter/icgm/ |
H A D | cgm.cxx | 752 sal_uInt32 nElementSize = (sal_uInt32)(sal_uIntPtr)maDefRepSizeList.First(); in ImplDefaultReplacement() local 761 while ( mbStatus && ( nCount < nElementSize ) ) in ImplDefaultReplacement() 782 nElementSize = (sal_uInt32)(sal_uIntPtr)maDefRepSizeList.Next(); in ImplDefaultReplacement()
|
/trunk/main/comphelper/source/misc/ |
H A D | anytostring.cxx | 170 sal_Int32 nElementSize = elementTypeDescr->nSize; in appendValue() local 182 buf, pElements + (nElementSize * nPos), in appendValue()
|
/trunk/main/cppuhelper/source/ |
H A D | component_context.cxx | 149 sal_Int32 nElementSize = pElementTypeDescr->nSize; in val2str() local 158 buf.append( val2str( pElements + (nElementSize * nPos), pElementTypeDescr->pWeakRef ) ); in val2str()
|
/trunk/main/pyuno/source/module/ |
H A D | pyuno.cxx | 190 sal_Int32 nElementSize = pElementTypeDescr->nSize; in val2str() local 199 buf.append( val2str( pElements + (nElementSize * nPos), pElementTypeDescr->pWeakRef, mode ) ); in val2str()
|
/trunk/main/extensions/source/ole/ |
H A D | unoconversionutilities.hxx | 1323 sal_Int32 nElementSize= pSeqElementDesc->nSize; in createUnoSequenceWrapper() local 1339 unoElement.setValue( pSeqData + i * nElementSize, pSeqElementDesc); in createUnoSequenceWrapper()
|