Home
last modified time | relevance | path

Searched refs:pIns (Results 1 – 12 of 12) sorted by path

/trunk/main/editeng/source/rtf/
H A Dsvxrtf.cxx1289 void SvxRTFItemStackType::Add( SvxRTFItemStackType* pIns ) in Add() argument
1293 pChildList->Insert( pIns, pChildList->Count() ); in Add()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx1471 void** pIns = pData + n; in Insert() local
1472 memmove( pIns + 1, pIns, ( nNew - n ) * sizeof( void* ) ); in Insert()
1474 *pIns = p; in Insert()
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx91 void** pIns = pData + nIndex; in Insert() local
92 memmove( pIns + 1, pIns, (nCount - nIndex) * sizeof( void* ) ); in Insert()
94 *pIns = pNew; in Insert()
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx767 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()
/trunk/main/sot/source/sdstor/
H A Dstgavl.cxx290 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()
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx2608 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()
/trunk/main/sw/source/core/inc/
H A Drolbck.hxx397 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()
/trunk/main/sw/source/core/text/
H A Dporlay.cxx250 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()
H A Dporlin.cxx208 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()
/trunk/main/sw/source/filter/ww1/
H A Dw1sprm.cxx365 sal_uInt8* pIns = pSprm + 2*nDel + 3; // Ins - Array in Start() local
379 short nPos = SVBT16ToShort( pIns + i*2 ) - nLeftPMgn; in Start()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx1528 const sal_uInt8* pIns = pData + 2*nDel + 2; // Ins - Array in Read_Tab() local
1595 short nPos = SVBT16ToShort(pIns + i*2); in Read_Tab()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh2.cxx510 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()

Completed in 144 milliseconds