Home
last modified time | relevance | path

Searched refs:memmove (Results 1 – 25 of 52) sorted by relevance

123

/aoo42x/main/sfx2/source/bastyp/
H A Dminarray.cxx110 memmove( pNewData, pData, sizeof(void*)*nUsed ); in Append()
157 memmove( pNewData, pData, sizeof(void*)*nPos ); in Remove()
160 memmove( pNewData+nPos, pData+nPos+nLen, in Remove()
251 memmove( pNewData, pData, sizeof(void*)*nUsed ); in Insert()
263 memmove( pData+nPos, &rElem, sizeof(void*) ); in Insert()
345 memmove( pNewData, pData, sizeof(char)*nUsed ); in Append()
392 memmove( pNewData, pData, sizeof(char)*nPos ); in Remove()
395 memmove( pNewData+nPos, pData+nPos+nLen, in Remove()
477 memmove( pData+nPos, &rElem, sizeof(char) ); in Insert()
627 memmove( pNewData+nPos, pData+nPos+nLen, in Remove()
[all …]
/aoo42x/main/sax/source/expatwrap/
H A Dxml2utf.cxx73 memmove (seq.getArray() + seqStart.getLength(), in readAndConvert()
167 memmove( &( seq.getArray()[nFound] ) , in removeEncoding()
284 memmove( &( seq.getArray()[2] ) , seq.getArray() , seq.getLength() - 2 ); in scanForEncoding()
295 memmove( &( seq.getArray()[2] ) , seq.getArray() , seq.getLength() - 2 ); in scanForEncoding()
307 memmove( seq.getArray(), &( seq.getArray()[3] ), seq.getLength()-3 ); in scanForEncoding()
/aoo42x/main/rsc/source/res/
H A Drscrange.cxx179 memmove( aInst.pData, rDflt.pData, sizeof( RscRangeInst ) ); in Create()
340 memmove( pData, &nValue, sizeof( sal_Int32 ) ); in SetNumber()
356 memmove( pN, &((RscLongRangeInst*)rInst.pData)->nValue, in GetNumber()
387 memmove( aInst.pData, rDflt.pData, sizeof( RscLongRangeInst ) ); in Create()
396 memmove( pData, &lDflt, sizeof( sal_Int32 ) ); in Create()
/aoo42x/main/sc/source/core/data/
H A Dmarkarr.cxx219 memmove( pData + ni, pData + nj, (nCount - nj) * sizeof(ScMarkEntry) ); in SetMarkArea()
229 memmove( pData + nInsert + 1, pData + nInsert, in SetMarkArea()
233 memmove( pData + nInsert + 2, pData + nInsert, in SetMarkArea()
314 memmove( rDestMarkArray.pData, pData, nCount * sizeof(ScMarkEntry) ); in CopyMarksTo()
H A Dcolumn3.cxx126 memmove( pNewItems, pItems, nCount * sizeof(ColEntry) ); in Insert()
131 memmove( &pItems[nIndex + 1], &pItems[nIndex], (nCount - nIndex) * sizeof(ColEntry) ); in Insert()
194 memmove( pNewItems, pItems, nCount * sizeof(ColEntry) ); in Append()
224 memmove( &pItems[nIndex], &pItems[nIndex + 1], (nCount - nIndex) * sizeof(ColEntry) ); in Delete()
244 memmove( &pItems[nIndex], &pItems[nIndex + 1], (nCount - nIndex) * sizeof(ColEntry) ); in DeleteAtIndex()
417memmove( &pItems[nStartIndex], &pItems[nEndIndex + 1], (nCount - nEndIndex - 1) * sizeof(ColEntry)… in DeleteRange()
492 memmove( &pItems[j], &pItems[j + 1], (nCount - j) * sizeof(ColEntry) ); in DeleteRange()
H A Dcompressedarray.cxx221 memmove( pData + ni, pData + nj, in SetValue()
232 memmove( pData + nInsert + 1, pData + nInsert, in SetValue()
236 memmove( pData + nInsert + 2, pData + nInsert, in SetValue()
320 memmove( pData + nIndex, pData + nIndex + nRemove, (nCount - (nIndex + in Remove()
H A Dattarray.cxx200 memmove(&pData[nPos], &pData[nPos + 1], (nCount - nPos - 1) * sizeof(ScAttrEntry)); in Concat()
214 memmove(&pData[nPos + 1], &pData[nPos + 2], (nCount - nPos - 2) * sizeof(ScAttrEntry)); in Concat()
463 memmove( pData + ni, pData + nj, (nCount - nj) * sizeof(ScAttrEntry) ); in SetPatternArea()
473 memmove( pData + nInsert + 1, pData + nInsert, in SetPatternArea()
477 memmove( pData + nInsert + 2, pData + nInsert, in SetPatternArea()
2235memmove( &pData[nStartIndex], &pData[nEndIndex + 1], (nCount - nEndIndex - 1) * sizeof(ScAttrEntry… in DeleteRange()
/aoo42x/main/soltools/cpp/
H A D_lex.c363 memmove(s->inb, ip, 4 + s->inl - ip); in gettokens()
438 memmove(s->inp + 1, s->inp + 2, s->inl - s->inp + 2); in gettokens()
451 memmove(s->inp, s->inp + 1, s->inl - s->inp + 1); in gettokens()
596 memmove(s->inp + 1, s->inp + 3, s->inl - s->inp + 2); in trigraph()
625 memmove(s->inp, s->inp + n + 1, s->inl - s->inp + n + 2); in foldline()
H A D_tokens.c301 memmove(dtr->tp, str->bp, nby); in movetokenrow()
323 memmove(trp->tp + nt, trp->tp, nby); in adjustrow()
/aoo42x/main/vcl/unx/generic/app/
H A Di18n_cb.cxx117 memmove( (void*)(ptext->pUnicodeBuffer + from), in Preedit_DeleteText()
120 memmove( (void*)(ptext->pCharStyle + from), in Preedit_DeleteText()
238 memmove((void*)(pText->pUnicodeBuffer + to), in Preedit_InsertText()
241 memmove((void*)(pText->pCharStyle + to), in Preedit_InsertText()
/aoo42x/main/sc/source/core/tool/
H A Dcollect.cxx99 memmove ( &pItems[nIndex], &pItems[nIndex + 1], (nCount - nIndex) * sizeof(ScDataObject*)); in AtFree()
132 memmove(pNewItems, pItems, nCount * sizeof(ScDataObject*)); in AtInsert()
137 memmove(&pItems[nIndex + 1], &pItems[nIndex], (nCount - nIndex) * sizeof(ScDataObject*)); in AtInsert()
/aoo42x/main/xml2cmp/source/support/
H A Dlist.hxx228 memmove(this->inhalt[pos+1], this->inhalt[pos], (this->len-pos) * sizeof(XY*) ); in insert()
241 memmove(this->inhalt[pos], this->inhalt[pos+1], (this->len-pos) * sizeof(XY*) ); in remove()
/aoo42x/main/sfx2/inc/sfx2/
H A Dminarray.hxx239 memmove(pData+nPos, pData+nPos+nLen, (nUsed-nPos-nLen) * sizeof(T));\
302 memmove(pData+nPos+nLen-1, pData+nPos-1, sizeof(T) * (nUsed-nPos)); \
305 memmove(pData+nPos, &rElems, sizeof(T) * nLen); \
/aoo42x/main/sw/source/core/text/
H A Dtxtfly.cxx1683 memmove( (SdrObject**)pSdrObj + nPos, pSdrObj + nPos + 1, in ClrObject()
1685 memmove( pTextRanger + nPos, pTextRanger + nPos + 1, in ClrObject()
1797 memmove( pTextRanger + 1, pTextRanger, nObjCnt * sizeof( TextRanger* ) ); in ContourRect()
1798 memmove( (SdrObject**)pSdrObj + 1, pSdrObj, nObjCnt++ * sizeof( SdrObject* ) ); in ContourRect()
1835 memmove( (SdrObject**)pSdrObj + 1, pSdrObj, nPos * sizeof( SdrObject* ) ); in ContourRect()
1836 memmove( pTextRanger + 1, pTextRanger, nPos * sizeof( TextRanger* ) ); in ContourRect()
H A Datrstck.cxx336 memmove( pArray + nPos + 1, pArray + nPos, in Insert()
353 memmove( pArray + nPos, pArray + nPos + 1, in Remove()
/aoo42x/main/soltools/inc/
H A Dst_list.hxx307memmove( DynamicList<XY>::inhalt+pos+1, DynamicList<XY>::inhalt+pos, (DynamicList<XY>::len-pos) * … in Insert()
320memmove(DynamicList<XY>::inhalt+pos, DynamicList<XY>::inhalt+pos+1, (DynamicList<XY>::len-pos) * s… in Remove()
/aoo42x/main/tools/source/memtools/
H A Dcontnr.cxx209 memmove( pNodes + nIndex + 1, in Insert()
348 memmove( pNodes, pNodes+nMiddle, nCount*sizeof(PVOID) ); in Split()
407 memmove( pNodes + nIndex, pNodes + nIndex + 1, in Remove()
/aoo42x/main/svx/source/xoutdev/
H A D_xpoly.cxx228 memmove( &pPointAry[nPos+nCount], &pPointAry[nPos], in InsertSpace()
230 memmove( &pFlagAry[nPos+nCount], &pFlagAry[nPos], nMove ); in InsertSpace()
259 memmove( &pPointAry[nPos], &pPointAry[nPos+nCount], in Remove()
261 memmove( &pFlagAry[nPos], &pFlagAry[nPos+nCount], nMove ); in Remove()
/aoo42x/main/sw/source/core/doc/
H A Dacmplwrd.cxx322 memmove( ppData+1, ppData, (nMaxCount - 1) * sizeof( void* )); in InsertWord()
344 memmove( ppData+1, ppData, nInsPos * sizeof( void* ) ); in InsertWord()
/aoo42x/main/store/source/
H A Dstortree.cxx98 memmove (&(m_pData[i + 1]), &(m_pData[i]), (n - i) * sizeof(T)); in insert()
115 memmove (&(m_pData[i]), &(m_pData[i + 1]), (n - i - 1) * sizeof(T)); in remove()
/aoo42x/main/sw/source/core/bastyp/
H A Dbparr.cxx238 memmove( ppInf + pos+1, ppInf + pos , in InsBlock()
425 memmove( ppInf + nBlk1del, ppInf + nBlk1del + nBlkdel, in Remove()
/aoo42x/main/svl/inc/svl/
H A Dsvarray.hxx246 memmove( pData+nP+1, pData+nP, (nA-nP) * sizeof( AE ));\
257 memmove( pData+nP+nL, pData+nP, (nA-nP) * sizeof( AE ));\
298 memmove( pData+nP, pData+nP+nL, (nA-nP-nL) * sizeof( AE ));\
/aoo42x/main/sal/osl/unx/
H A Dprofile.c1598 memmove(&pProfile->m_Lines[LineNo + 1], &pProfile->m_Lines[LineNo], in insertLine()
1634 memmove(&pProfile->m_Lines[LineNo], &pProfile->m_Lines[LineNo + 1], in removeLine()
1723 memmove(&pSection->m_Entries[NoEntry], in removeEntry()
1795 memmove(&pProfile->m_Sections[Section], &pProfile->m_Sections[Section + 1], in removeSection()
/aoo42x/main/sal/osl/os2/
H A Dprofile.c1518 memmove(&pProfile->m_Lines[LineNo + 1], &pProfile->m_Lines[LineNo], in insertLine()
1552 memmove(&pProfile->m_Lines[LineNo], &pProfile->m_Lines[LineNo + 1], in removeLine()
1636 memmove(&pSection->m_Entries[NoEntry], in removeEntry()
1692 memmove(&pProfile->m_Sections[Section], &pProfile->m_Sections[Section + 1], in removeSection()
/aoo42x/main/tools/source/generic/
H A Dpoly2.cxx186 memmove( mpImplPolyPolygon->mpPolyAry+nPos+1, in Insert()
211 memmove( mpImplPolyPolygon->mpPolyAry+nPos, in Remove()

Completed in 178 milliseconds

123