/aoo42x/main/sw/source/core/text/ |
H A D | porlin.cxx | 208 SwLinePortion *SwLinePortion::Insert( SwLinePortion *pIns ) in Insert() argument 210 pIns->FindLastPortion()->SetPortion( pPortion ); in Insert() 211 SetPortion( pIns ); in Insert() 215 return pIns; in Insert() 238 SwLinePortion *SwLinePortion::Append( SwLinePortion *pIns ) in Append() argument 241 pPos->SetPortion( pIns ); in Append() 242 pIns->SetPortion( 0 ); in Append() 246 return pIns; in Append()
|
H A D | porlay.cxx | 250 SwLinePortion *SwLineLayout::Insert( SwLinePortion *pIns ) in Insert() argument 267 SetPortion( pIns ); in Insert() 268 return pIns; in Insert() 272 return pPortion->SwLinePortion::Insert( pIns ); in Insert() 279 SwLinePortion *SwLineLayout::Append( SwLinePortion *pIns ) in Append() argument 286 return pPortion->SwLinePortion::Append( pIns ); in Append()
|
/aoo42x/main/sot/source/sdstor/ |
H A D | stgavl.cxx | 290 sal_Bool StgAvlNode::Insert( StgAvlNode** pRoot, StgAvlNode* pIns ) in Insert() argument 299 *pRoot = pIns; in Insert() 303 short nRes = (*pRoot)->Locate( pIns, &pPivot, &pParent, &pPrev ); in Insert() 310 pPrev->pLeft = pIns; in Insert() 312 pPrev->pRight = pIns; in Insert() 314 short nDelta = pPivot->Adjust( &pHeavy, pIns ); in Insert()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | rolbck.hxx | 397 void Move( sal_uInt16 nPos, SwHistory *pIns, in Move() argument 400 m_SwpHstry.Insert( &pIns->m_SwpHstry, nPos, nStart, nEnd ); in Move() 401 pIns->m_SwpHstry.Remove( nStart, (nEnd == USHRT_MAX) in Move() 402 ? pIns->Count() - nStart in Move()
|
/aoo42x/main/sw/source/ui/wrtsh/ |
H A D | wrtsh2.cxx | 510 const SwSection* pIns = InsertSection( aSection ); in NavigatorPaste() local 511 if( EXCHG_IN_ACTION_MOVE == nAction && pIns ) in NavigatorPaste() 513 aSection = SwSectionData(*pIns); in NavigatorPaste() 530 UpdateSection( GetSectionFmtPos( *pIns->GetFmt() ), aSection ); in NavigatorPaste()
|
/aoo42x/main/scaddins/source/datefunc/ |
H A D | datefunc.cxx | 91 void** pIns = pData + nIndex; in Insert() local 92 memmove( pIns + 1, pIns, (nCount - nIndex) * sizeof( void* ) ); in Insert() 94 *pIns = pNew; in Insert()
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | w1sprm.cxx | 365 sal_uInt8* pIns = pSprm + 2*nDel + 3; // Ins - Array in Start() local 379 short nPos = SVBT16ToShort( pIns + i*2 ) - nLeftPMgn; in Start()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | nodes.cxx | 2608 const ElementPtr pIns = pNode; in InsertNode() local 2609 BigPtrArray::Insert( pIns, rPos.GetIndex() ); in InsertNode() 2615 const ElementPtr pIns = pNode; in InsertNode() local 2616 BigPtrArray::Insert( pIns, nPos ); in InsertNode()
|
/aoo42x/main/scaddins/source/analysis/ |
H A D | analysishelper.cxx | 1471 void** pIns = pData + n; in Insert() local 1472 memmove( pIns + 1, pIns, ( nNew - n ) * sizeof( void* ) ); in Insert() 1474 *pIns = p; in Insert()
|
/aoo42x/main/editeng/source/rtf/ |
H A D | svxrtf.cxx | 1289 void SvxRTFItemStackType::Add( SvxRTFItemStackType* pIns ) in Add() argument 1293 pChildList->Insert( pIns, pChildList->Count() ); in Add()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | templdlg.cxx | 767 void Put(StyleTree_Impl* pIns, sal_uIntPtr lPos=ULONG_MAX); 790 void StyleTree_Impl::Put(StyleTree_Impl* pIns, sal_uIntPtr lPos) in Put() argument 797 pChilds->Insert( pIns, (sal_uInt16)lPos ); in Put()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par.cxx | 1528 const sal_uInt8* pIns = pData + 2*nDel + 2; // Ins - Array in Read_Tab() local 1595 short nPos = SVBT16ToShort(pIns + i*2); in Read_Tab()
|