/aoo4110/main/sw/source/core/bastyp/ |
H A D | swcache.cxx | 201 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 …]
|
/aoo4110/main/svx/source/sdr/animation/ |
H A D | scheduler.cxx | 52 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()
|
/aoo4110/main/cosv/inc/cosv/tpl/ |
H A D | swelist.hxx | 52 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()
|
/aoo4110/main/xml2cmp/source/support/ |
H A D | heap.cxx | 77 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 D | heap.hxx | 72 void SetNext(
|
/aoo4110/main/sc/source/core/data/ |
H A D | documen7.cxx | 223 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()
|
/aoo4110/main/sw/inc/ |
H A D | fmtcnct.hxx | 65 void SetNext( SwFlyFrmFmt *pFmt ); 71 SetNext( rCpy.GetNext() ); in operator =()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | parcss1.hxx | 124 void SetNext( CSS1Selector *pNxt ) { pNext = pNxt; } in SetNext() function in CSS1Selector 171 void SetNext( CSS1Expression *pNxt ) { pNext = pNxt; } in SetNext() function
|
H A D | parcss1.cxx | 977 pLast->SetNext( pNew ); in ParseSelector() 1002 pLast->SetNext( new CSS1Selector(CSS1_SELTYPE_PSEUDO,aToken) ); in ParseSelector() 1124 pLast->SetNext( pNew ); in ParseDeclaration()
|
/aoo4110/main/svl/source/notify/ |
H A D | listenerbase.hxx | 42 void SetNext( SvtListenerBase* p ) { pNext = p; } in SetNext() function in SvtListenerBase
|
H A D | listener.cxx | 101 pPrev->SetNext( pLst->GetNext() ); in EndListening()
|
/aoo4110/main/sw/source/core/undo/ |
H A D | rolbck.cxx | 977 aTmp.SetNext( m_pFlyFmt ); in SetInDoc() 984 aChain.SetNext( m_pNextFmt ); in SetInDoc() 1167 aTmp.SetNext( 0 ); in Add()
|
/aoo4110/main/svx/inc/svx/sdr/animation/ |
H A D | scheduler.hxx | 53 void SetNext(Event* pNew);
|
/aoo4110/main/sw/source/core/text/ |
H A D | pormulti.cxx | 657 GetRoot().SetNext( new SwLineLayout() ); in SwRubyPortion() 1934 pCurr->SetNext( new SwLineLayout() ); in BuildMultiPortion() 2102 pTmp->GetRoot().SetNext( new SwLineLayout() ); in BuildMultiPortion() 2338 pLay->SetNext( new SwLineLayout() ); in MakeRestPortion()
|
H A D | itrtxt.cxx | 424 pCurr->SetNext( 0 ); in TruncLines()
|
H A D | porlay.hxx | 167 inline void SetNext( SwLineLayout *pNew ) { pNext = pNew; } in SetNext() function in SwLineLayout
|
H A D | itrform2.cxx | 138 pLay->SetNext( pCurr->GetNext() ); in Insert() 139 pCurr->SetNext( pLay ); in Insert()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | swcache.hxx | 171 inline void SetNext( SwCacheObj *pNew ) { pNext = pNew; } in SetNext() function in SwCacheObj
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docfly.cxx | 981 aChain.SetNext( &rDestFmt ); in Chain() 1007 aChain.SetNext( 0 ); in Unchain()
|
H A D | doclay.cxx | 242 aChain.SetNext( rChain.GetNext() ); in DelLayoutFmt()
|
/aoo4110/main/sc/inc/ |
H A D | cell.hxx | 442 void SetNext( ScFormulaCell* pF ) { pNext = pF; } in SetNext() function in ScFormulaCell
|
/aoo4110/main/sw/source/core/layout/ |
H A D | atrfrm.cxx | 2049 SetNext( rCpy.GetNext() ); in SwFmtChain() 2056 pRet->SetNext( GetNext() ); in Clone() 2068 void SwFmtChain::SetNext( SwFlyFrmFmt *pFmt ) in SetNext() function in SwFmtChain
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | ndcopy.cxx | 1397 aSrc.SetNext( pDest ); in lcl_ChainFmts()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par.cxx | 4621 aChain.SetNext( pNextFlyFmt ); in CoreLoad()
|