/trunk/main/sfx2/source/bastyp/ |
H A D | minarray.cxx | 110 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 …]
|
/trunk/main/sax/source/expatwrap/ |
H A D | xml2utf.cxx | 73 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()
|
/trunk/main/rsc/source/res/ |
H A D | rscrange.cxx | 179 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()
|
/trunk/main/sc/source/core/data/ |
H A D | markarr.cxx | 219 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 D | column3.cxx | 126 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() 417 …memmove( &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 D | compressedarray.cxx | 221 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 D | attarray.cxx | 200 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() 2235 …memmove( &pData[nStartIndex], &pData[nEndIndex + 1], (nCount - nEndIndex - 1) * sizeof(ScAttrEntry… in DeleteRange()
|
/trunk/main/soltools/cpp/ |
H A D | _lex.c | 363 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.c | 301 memmove(dtr->tp, str->bp, nby); in movetokenrow() 323 memmove(trp->tp + nt, trp->tp, nby); in adjustrow()
|
/trunk/main/vcl/unx/generic/app/ |
H A D | i18n_cb.cxx | 117 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()
|
/trunk/main/sc/source/core/tool/ |
H A D | collect.cxx | 99 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()
|
/trunk/main/xml2cmp/source/support/ |
H A D | list.hxx | 228 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()
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | minarray.hxx | 239 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); \
|
/trunk/main/sw/source/core/text/ |
H A D | txtfly.cxx | 1683 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 D | atrstck.cxx | 336 memmove( pArray + nPos + 1, pArray + nPos, in Insert() 353 memmove( pArray + nPos, pArray + nPos + 1, in Remove()
|
/trunk/main/soltools/inc/ |
H A D | st_list.hxx | 307 …memmove( DynamicList<XY>::inhalt+pos+1, DynamicList<XY>::inhalt+pos, (DynamicList<XY>::len-pos) * … in Insert() 320 …memmove(DynamicList<XY>::inhalt+pos, DynamicList<XY>::inhalt+pos+1, (DynamicList<XY>::len-pos) * s… in Remove()
|
/trunk/main/tools/source/memtools/ |
H A D | contnr.cxx | 209 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()
|
/trunk/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 228 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()
|
/trunk/main/sw/source/core/doc/ |
H A D | acmplwrd.cxx | 322 memmove( ppData+1, ppData, (nMaxCount - 1) * sizeof( void* )); in InsertWord() 344 memmove( ppData+1, ppData, nInsPos * sizeof( void* ) ); in InsertWord()
|
/trunk/main/store/source/ |
H A D | stortree.cxx | 98 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()
|
/trunk/main/sw/source/core/bastyp/ |
H A D | bparr.cxx | 238 memmove( ppInf + pos+1, ppInf + pos , in InsBlock() 425 memmove( ppInf + nBlk1del, ppInf + nBlk1del + nBlkdel, in Remove()
|
/trunk/main/svl/inc/svl/ |
H A D | svarray.hxx | 246 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 ));\
|
/trunk/main/sal/osl/unx/ |
H A D | profile.c | 1598 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()
|
/trunk/main/sal/osl/os2/ |
H A D | profile.c | 1518 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()
|
/trunk/main/tools/source/generic/ |
H A D | poly2.cxx | 186 memmove( mpImplPolyPolygon->mpPolyAry+nPos+1, in Insert() 211 memmove( mpImplPolyPolygon->mpPolyAry+nPos, in Remove()
|