Home
last modified time | relevance | path

Searched refs:SetNext (Results 1 – 24 of 24) sorted by relevance

/trunk/main/sw/source/core/bastyp/
H A Dswcache.cxx201 pObj->SetNext( 0 ); pObj->SetPrev( 0 ); in Flush()
205 { pLast->SetNext( pObj ); in Flush()
209 pObj->SetNext( 0 ); in Flush()
259 pLast->SetNext( 0 ); in ToTop()
273 pObj->SetNext( pRealFirst ); in ToTop()
284 pFirst->GetPrev()->SetNext( pObj ); in ToTop()
290 pObj->SetNext( pFirst ); in ToTop()
381 pObj->GetPrev()->SetNext( pObj->GetNext() ); in DeleteObj()
486 pLast->SetNext( 0 ); in Insert()
505 { pFirst->GetPrev()->SetNext( pNew ); in Insert()
[all …]
/trunk/main/svx/source/sdr/animation/
H A Dscheduler.cxx52 void Event::SetNext(Event* pNew) in SetNext() function in sdr::animation::Event
107 pNew->SetNext(pPrev->GetNext()); in Insert()
108 pPrev->SetNext(pNew); in Insert()
112 pNew->SetNext(mpHead); in Insert()
133 pPrev->SetNext(pOld->GetNext()); in Remove()
140 pOld->SetNext(0L); in Remove()
149 mpHead->SetNext(0L); in Clear()
/trunk/main/autodoc/inc/cosv/tpl/
H A Dswelist.hxx52 void SetNext( in SetNext() function in csv::SweListElement
223 dpNew->SetNext(pTop); in push_front()
235 pTail->SetNext(new elem(i_aObj)); in push_back()
291 dpNew->SetNext(pTop); in push_front()
303 pTail->SetNext(new elem(i_pObj)); in push_back()
/trunk/main/xml2cmp/source/support/
H A Dheap.cxx77 pNew->SetNext( pSearch1 ); in InsertValue()
95 pNew->SetNext( pSearch1 ); in InsertValue()
96 pSearch2->SetNext(pNew); in InsertValue()
198 HeapItem::SetNext( HeapItem * i_pNext ) in SetNext() function in HeapItem
H A Dheap.hxx72 void SetNext(
/trunk/main/sc/source/core/data/
H A Ddocumen7.cxx223 pEOFormulaTree->SetNext( pCell ); in PutInFormulaTree()
227 pCell->SetNext( 0 ); in PutInFormulaTree()
242 pPrev->SetNext( pNext ); // gibt Vorlaeufer in RemoveFromFormulaTree()
250 pCell->SetNext( 0 ); in RemoveFromFormulaTree()
/trunk/main/sw/inc/
H A Dfmtcnct.hxx65 void SetNext( SwFlyFrmFmt *pFmt );
71 SetNext( rCpy.GetNext() ); in operator =()
/trunk/main/sw/source/filter/html/
H A Dparcss1.hxx118 void SetNext( CSS1Selector *pNxt ) { pNext = pNxt; } in SetNext() function in CSS1Selector
163 void SetNext( CSS1Expression *pNxt ) { pNext = pNxt; } in SetNext() function
H A Dparcss1.cxx977 pLast->SetNext( pNew ); in ParseSelector()
1002 pLast->SetNext( new CSS1Selector(CSS1_SELTYPE_PSEUDO,aToken) ); in ParseSelector()
1124 pLast->SetNext( pNew ); in ParseDeclaration()
/trunk/main/sw/source/core/undo/
H A Drolbck.cxx977 aTmp.SetNext( m_pFlyFmt ); in SetInDoc()
984 aChain.SetNext( m_pNextFmt ); in SetInDoc()
1179 aTmp.SetNext( 0 ); in Add()
/trunk/main/svl/source/notify/
H A Dlistenerbase.hxx42 void SetNext( SvtListenerBase* p ) { pNext = p; } in SetNext() function in SvtListenerBase
H A Dlistener.cxx101 pPrev->SetNext( pLst->GetNext() ); in EndListening()
/trunk/main/svx/inc/svx/sdr/animation/
H A Dscheduler.hxx53 void SetNext(Event* pNew);
/trunk/main/sw/source/core/text/
H A Dpormulti.cxx657 GetRoot().SetNext( new SwLineLayout() ); in SwRubyPortion()
1933 pCurr->SetNext( new SwLineLayout() ); in BuildMultiPortion()
2101 pTmp->GetRoot().SetNext( new SwLineLayout() ); in BuildMultiPortion()
2337 pLay->SetNext( new SwLineLayout() ); in MakeRestPortion()
H A Ditrtxt.cxx424 pCurr->SetNext( 0 ); in TruncLines()
H A Dporlay.hxx167 inline void SetNext( SwLineLayout *pNew ) { pNext = pNew; } in SetNext() function in SwLineLayout
H A Ditrform2.cxx138 pLay->SetNext( pCurr->GetNext() ); in Insert()
139 pCurr->SetNext( pLay ); in Insert()
/trunk/main/sw/source/core/doc/
H A Ddocfly.cxx1039 aChain.SetNext( &rDestFmt ); in Chain()
1065 aChain.SetNext( 0 ); in Unchain()
H A Ddoclay.cxx234 aChain.SetNext( rChain.GetNext() ); in DelLayoutFmt()
/trunk/main/sw/source/core/inc/
H A Dswcache.hxx171 inline void SetNext( SwCacheObj *pNew ) { pNext = pNew; } in SetNext() function in SwCacheObj
/trunk/main/sc/inc/
H A Dcell.hxx442 void SetNext( ScFormulaCell* pF ) { pNext = pF; } in SetNext() function in ScFormulaCell
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx2054 SetNext( rCpy.GetNext() ); in SwFmtChain()
2061 pRet->SetNext( GetNext() ); in Clone()
2073 void SwFmtChain::SetNext( SwFlyFrmFmt *pFmt ) in SetNext() function in SwFmtChain
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx1400 aSrc.SetNext( pDest ); in lcl_ChainFmts()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx4622 aChain.SetNext( pNextFlyFmt ); in CoreLoad()

Completed in 149 milliseconds