/aoo41x/main/sw/source/core/bastyp/ |
H A D | index.cxx | 159 pPrev->pNext = pNext; in ChgValue() 163 if( pNext ) in ChgValue() 187 pPrev->pNext = pNext; in ChgValue() 191 if( pNext ) in ChgValue() 197 pNext = pFnd->pNext; in ChgValue() 198 if( pNext ) in ChgValue() 209 pPrev->pNext = pNext; in ChgValue() 213 if( pNext ) in ChgValue() 219 pNext = rIdx.pNext; in ChgValue() 264 pPrev->pNext = pNext; in Remove() [all …]
|
H A D | ring.cxx | 44 pNext = this, pPrev = this; in Ring() 47 pNext = pObj; in Ring() 50 pPrev->pNext = this; in Ring() 65 pNext->pPrev = pPrev; in ~Ring() 66 pPrev->pNext = pNext; in ~Ring() 81 pNext->pPrev = pPrev; in MoveTo() 82 pPrev->pNext = pNext; in MoveTo() 87 pNext = pDestRing; in MoveTo() 90 pPrev->pNext = this; in MoveTo() 93 pNext = pPrev = this; in MoveTo() [all …]
|
/aoo41x/main/autodoc/source/ary/info/ |
H A D | all_tags.cxx | 45 pNext(0) in StdTag() 70 if (pNext != 0) in GetFollower() 73 return pNext; in GetFollower() 95 pNext(0) in BaseTag() 129 return pNext; in GetFollower() 145 pNext(0) in ExceptionTag() 179 return pNext; in GetFollower() 194 pNext(0) in ImplementsTag() 231 return pNext; in GetFollower() 289 pNext(0) in ParameterTag() [all …]
|
/aoo41x/main/sw/inc/ |
H A D | redline.hxx | 91 SwRedlineData* pNext; // Verweis auf weitere Daten member in SwRedlineData 115 (( !pNext && !rCmp.pNext ) || in operator ==() 116 ( pNext && rCmp.pNext && *pNext == *rCmp.pNext )) && in operator ==() 130 inline const SwRedlineData* Next() const{ return pNext; } in Next() 143 (( !pNext && !rCmp.pNext ) || in CanCombine() 144 ( pNext && rCmp.pNext && in CanCombine() 145 pNext->CanCombine( *rCmp.pNext ))) && in CanCombine()
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen7.cxx | 240 ScFormulaCell* pNext = pCell->GetNext(); in RemoveFromFormulaTree() local 242 pPrev->SetNext( pNext ); // gibt Vorlaeufer in RemoveFromFormulaTree() 244 pFormulaTree = pNext; // ist erste Zelle in RemoveFromFormulaTree() 245 if ( pNext ) in RemoveFromFormulaTree() 303 ScFormulaCell* pNext = pCell->GetNext(); in CalcFormulaTree() local 307 pCell = pNext; in CalcFormulaTree() 418 ScFormulaCell* pNext = pCell->GetNextTrack(); in RemoveFromFormulaTrack() local 423 if ( pNext ) in RemoveFromFormulaTrack() 456 ScFormulaCell* pNext; in TrackFormulas() local 476 pNext = pTrack->GetNextTrack(); in TrackFormulas() [all …]
|
/aoo41x/main/sw/source/core/text/ |
H A D | itrtxt.cxx | 183 const SwLineLayout *pNext = Next(); in NextLine() local 184 while( pNext && pNext->IsDummy() && pNext->GetNext() ) in NextLine() 187 pNext = Next(); in NextLine() 189 return pNext; in NextLine() 198 const SwLineLayout *pNext = pCurr->GetNext(); in GetNextLine() local 199 while( pNext && pNext->IsDummy() && pNext->GetNext() ) in GetNextLine() 202 pNext = pNext->GetNext(); in GetNextLine() 204 return (SwLineLayout*)pNext; in GetNextLine()
|
H A D | SwGrammarMarkUp.cxx | 86 void SwGrammarMarkUp::JoinGrammarList( SwGrammarMarkUp* pNext, xub_StrLen nInsertPos ) in JoinGrammarList() argument 88 JoinList( pNext, nInsertPos ); in JoinGrammarList() 89 if (pNext) in JoinGrammarList() 91 if( !pNext->maSentence.size() ) in JoinGrammarList() 93 std::vector< xub_StrLen >::iterator pIter = pNext->maSentence.begin(); in JoinGrammarList() 94 while( pIter != pNext->maSentence.end() ) in JoinGrammarList() 99 maSentence.insert( maSentence.end(), pNext->maSentence.begin(), pNext->maSentence.end() ); in JoinGrammarList()
|
/aoo41x/main/sfx2/source/control/ |
H A D | ctrlitem.cxx | 71 return pNext == this ? 0 : pNext; in GetItemLink() 82 return pNext != this; in IsBound() 107 pNext = 0; in Bind() 126 pNext = 0; in BindInternal_Impl() 157 pNext = this; in UnBind() 251 SfxControllerItem* pOldLink = pNext; in ChangeItemLink() 252 pNext = pNewLink; in ChangeItemLink() 274 pNext(this), in SfxControllerItem() 287 pNext(this), in SfxControllerItem()
|
/aoo41x/main/editeng/source/outliner/ |
H A D | paralist.cxx | 194 Paragraph* pNext = GetParagraph( ++n ); in HasChilds() local 195 return ( pNext && ( pNext->GetDepth() > pParagraph->GetDepth() ) ) ? sal_True : sal_False; in HasChilds() 201 Paragraph* pNext = GetParagraph( ++n ); in HasHiddenChilds() local 202 …return ( pNext && ( pNext->GetDepth() > pParagraph->GetDepth() ) && !pNext->IsVisible() ) ? sal_Tr… in HasHiddenChilds() 208 Paragraph* pNext = GetParagraph( ++n ); in HasVisibleChilds() local 209 …return ( pNext && ( pNext->GetDepth() > pParagraph->GetDepth() ) && pNext->IsVisible() ) ? sal_Tru… in HasVisibleChilds()
|
/aoo41x/main/tools/source/fsys/ |
H A D | tdir.cxx | 312 DirEntry* pNext = pLst->Next(); in Reset() local 314 pEntry = pNext; in Reset() 328 FileStat* pNext = pStatLst->Next(); in Reset() local 330 pEntry = pNext; in Reset() 493 DirEntry* pNext = pLst->Next(); in ~Dir() local 495 pEntry = pNext; in ~Dir() 510 pEntry = pNext; in ~Dir() 525 pEntry = pNext; in ~Dir() 580 pEntry = pNext; in ImpSetSort() 608 FSysSort* pNext = pSortLst->Next(); in ImpSetSort() local [all …]
|
/aoo41x/main/svl/source/items/ |
H A D | stylepool.cxx | 198 Node *pNext = 0; in nextItemSet() local 208 pNext = *aIter; in nextItemSet() 210 if ( pNext->hasItemSet( bSkipUnusedItemSets ) ) in nextItemSet() 212 return pNext; in nextItemSet() 215 pNext->hasIgnorableChildren( bSkipUnusedItemSets ) ) in nextItemSet() 217 return pNext; in nextItemSet() 219 … pNext = pNext->nextItemSet( 0, bSkipUnusedItemSets, bSkipIgnorable ); // 0 => downstairs only in nextItemSet() 221 if( pNext ) in nextItemSet() 222 return pNext; in nextItemSet() 229 pNext = mpUpper->nextItemSet( this, bSkipUnusedItemSets, bSkipIgnorable ); in nextItemSet() [all …]
|
/aoo41x/main/sw/source/core/inc/ |
H A D | frame.hxx | 311 SwFrm *pNext; member in SwFrm 744 { return ( pNext || !IsInSct() ) ? pNext : _GetIndNext(); } in GetIndNext() 1098 if ( pNext && !pNext->IsSctFrm() ) in InvalidateNextPos() 1099 pNext->InvalidatePos(); in InvalidateNextPos() 1104 if ( !pNext ) in InvalidateNextPos() 1181 if ( pNext ) in FindNext() 1182 return pNext; in FindNext() 1188 if ( pNext ) in FindNext() 1189 return pNext; in FindNext() 1196 if ( pNext && pNext->IsCntntFrm() ) in FindNextCnt() [all …]
|
/aoo41x/main/sw/source/filter/html/ |
H A D | parcss1.hxx | 111 CSS1Selector *pNext; // die naechste Komponente member in CSS1Selector 116 : eType(eTyp), aSelector( rSel ), pNext( 0 ) in CSS1Selector() 124 void SetNext( CSS1Selector *pNxt ) { pNext = pNxt; } in SetNext() 125 const CSS1Selector *GetNext() const { return pNext; } in GetNext() 146 CSS1Expression *pNext; // die naechste Komponente member 152 : cOp(cO), eType(eTyp), aValue(rVal), nValue(nVal), pNext(0) in CSS1Expression() 171 void SetNext( CSS1Expression *pNxt ) { pNext = pNxt; } in SetNext() 172 const CSS1Expression *GetNext() const { return pNext; } in GetNext() 178 cOp = cO; eType = eTyp; aValue = rVal; nValue = nVal; pNext = 0; in Set()
|
H A D | htmlcss1.cxx | 756 if( !pNext || in StyleParsed() 764 if( pNext ) in StyleParsed() 765 aName = pNext->GetString(); in StyleParsed() 783 CSS1SelectorType eNextType = pNext ? pNext->GetType() in StyleParsed() 792 if( !pNext ) in StyleParsed() 839 if( !pNext ) in StyleParsed() 979 pNext = pNext->GetNext(); in StyleParsed() 980 eNextType = pNext ? pNext->GetType() : CSS1_SELTYPE_ELEMENT; in StyleParsed() 1017 if( !pNext || in StyleParsed() 1042 if( !pNext ) in StyleParsed() [all …]
|
/aoo41x/main/basic/source/comp/ |
H A D | exprtree.cxx | 45 pNext = NULL; in SbiExpression() 59 pNext = NULL; in SbiExpression() 68 pNext = NULL; in SbiExpression() 77 pNext = NULL; in SbiExpression() 86 pNext = NULL; in SbiExpression() 908 p = p->pNext; in Get() 915 while( p && p->pNext ) in addExpression() 916 p = p->pNext; in addExpression() 918 p->pNext = pExpr; in addExpression() 1046 pExpr->pNext = NULL; in SbiParameters() [all …]
|
/aoo41x/main/basic/source/runtime/ |
H A D | runtime.cxx | 280 pNext = NULL; in SbiInstance() 518 p = p->pNext; in GetCaller() 529 p = p->pNext; in GetLocals() 555 pNext = NULL; in SbiRuntime() 1051 p->pNext = pGosubStk; in PushGosub() 1064 pGosubStk = p->pNext; in PopGosub() 1089 p->pNext = pArgvStk; in PushArgv() 1098 pArgvStk = p->pNext; in PopArgv() 1120 p->pNext = pForStk; in PushFor() 1134 p->pNext = pForStk; in PushForEach() [all …]
|
/aoo41x/main/autodoc/inc/ary/info/ |
H A D | all_tags.hxx | 71 StdTag * pNext; member in ary::info::StdTag 92 AtTag * pNext; member in ary::info::BaseTag 113 AtTag * pNext; member in ary::info::ExceptionTag 133 AtTag * pNext; member in ary::info::ImplementsTag 168 GetNext() const { return dynamic_cast< ParameterTag* >(pNext); } in GetNext() 179 AtTag * pNext; member in ary::info::ParameterTag 220 GetNext() const { return dynamic_cast< TemplateTag* >(pNext); } in GetNext() 230 AtTag * pNext; member in ary::info::TemplateTag
|
/aoo41x/main/tools/source/ref/ |
H A D | errinf.cxx | 203 ErrorHandler *pNext; member in ErrHdl_Impl 224 pNext=pHdl; in ErrorContext() 232 ppCtx=&((*ppCtx)->pNext); in ~ErrorContext() 234 *ppCtx=(*ppCtx)->pNext; in ~ErrorContext() 247 pImpl->pNext=pHdl; in ErrorHandler() 257 ppHdl=&((*ppHdl)->pImpl->pNext); in ~ErrorHandler() 259 *ppHdl=(*ppHdl)->pImpl->pNext; in ~ErrorHandler() 308 for(;pCtx;pCtx=pCtx->pNext) in HandleError_Impl() 408 return ErrHdl_Impl::CreateString(this->pImpl->pNext, pInfo, rStr, rFlags); in ForwCreateString() 415 for(const ErrorHandler *pHdl=pStart;pHdl;pHdl=pHdl->pImpl->pNext) in CreateString()
|
/aoo41x/main/sdext/source/pdfimport/tree/ |
H A D | writertreevisiting.cxx | 384 if( pNext && pNext->PolyPoly == elem.PolyPoly ) in visit() 395 pNext->Action == PATH_STROKE && in visit() 407 elem.Action |= pNext->Action; in visit() 411 delete pNext; in visit() 749 if( pNext ) in optimizeTextElements() 765 if( pNext->y > pCur->y+pCur->h ) in optimizeTextElements() 789 if( pCur->x + pCur->w + pNext->h*0.15 < pNext->x ) in optimizeTextElements() 797 if( pCur->FontId == pNext->FontId && in optimizeTextElements() 805 pCur->updateGeometryWith( pNext ); in optimizeTextElements() 807 pCur->Text.append( pNext->Text.getStr(), pNext->Text.getLength() ); in optimizeTextElements() [all …]
|
/aoo41x/main/chart2/source/view/charttypes/ |
H A D | PieChart.cxx | 614 , bMovementAllowed(false), bMoved(false), xTextTarget(0), pPrevious(0),pNext(0) in PieLabelInfo() 681 aNextOverlap.intersect( lcl_getRect( pCurrent->pNext->xLabelGroupShape ) ); in detectLabelOverlapsAndMove() 692 pCurrent = pCurrent->pNext; in detectLabelOverlapsAndMove() 714 pCurrent = pCurrent->pNext; in detectLabelOverlapsAndMove() 738 pCurrent = pCurrent->pNext; in detectLabelOverlapsAndMove() 747 pCurrent = pCurrent->pNext; in detectLabelOverlapsAndMove() 763 PieLabelInfo* p2 = pCenter->pNext; in tryMoveLabels() 772 for( pFix = p2->pPrevious ;pFix != pCurrent; pFix = pFix->pNext ) in tryMoveLabels() 788 for( pFix = p2->pNext ;pFix != pCurrent; pFix = pFix->pPrevious ) in tryMoveLabels() 838 rInfo1.pNext = &rInfo2; in rearrangeLabelToAvoidOverlapIfRequested() [all …]
|
/aoo41x/main/sc/inc/ |
H A D | chgtrack.hxx | 119 ScChangeActionLinkEntry* pNext; member in ScChangeActionLinkEntry 131 : pNext( *ppPrevP ), in ScChangeActionLinkEntry() 136 if ( pNext ) in ScChangeActionLinkEntry() 137 pNext->ppPrev = &pNext; in ScChangeActionLinkEntry() 174 pNext->ppPrev = ppPrev; in Remove() 184 if ( (pNext = *ppPrevP) ) in Insert() 185 pNext->ppPrev = &pNext; in Insert() 212 ScChangeActionCellListEntry* pNext; member in ScChangeActionCellListEntry 218 : pNext( pNextP ), in ScChangeActionCellListEntry() 254 ScChangeAction* pNext; // naechster in Kette member in ScChangeAction [all …]
|
/aoo41x/main/autodoc/source/ary/doc/ |
H A D | d_node.cxx | 39 pNext(0) in Node() 46 if (NOT pNext) in Add_toChain() local 47 pNext = &pass_nextNode; in Add_toChain() 49 pNext->Add_toChain(pass_nextNode); in Add_toChain() 55 return pNext in ListSize() 56 ? pNext->ListSize() + 1 in ListSize()
|
/aoo41x/main/sal/osl/os2/ |
H A D | signal.c | 36 struct _oslSignalHandlerImpl* pNext; member 82 pHandler = pHandler->pNext; in CallSignalHandler() 156 pHandler->pNext = SignalList; in osl_addSignalHandler() 188 pPrevious->pNext = pHandler->pNext; in osl_removeSignalHandler() 190 SignalList = pHandler->pNext; in osl_removeSignalHandler() 203 pHandler = pHandler->pNext; in osl_removeSignalHandler()
|
/aoo41x/main/basic/source/inc/ |
H A D | runtime.hxx | 101 SbiForStack* pNext; // Chain member 128 SbiGosubStack* pNext; // Chain member 205 SbiInstance* pNext; // Instanzen-Chain member in SbiInstance 263 RefSaveItem* pNext; member 265 RefSaveItem() { pNext = NULL; } in RefSaveItem() 329 pItemStoreList = pItem->pNext; in SaveRef() 332 pItem->pNext = pRefSaveList; in SaveRef() 341 pRefSaveList = pToClearItem->pNext; in ClearRefs() 343 pToClearItem->pNext = pItemStoreList; in ClearRefs() 441 SbiRuntime* pNext; // Stack-Chain member in SbiRuntime
|
/aoo41x/main/svx/source/table/ |
H A D | tableundo.cxx | 108 CellUndo* pNext = dynamic_cast< CellUndo* >( pNextAction ); in Merge() local 109 if( pNext && pNext->mxCell.get() == mxCell.get() ) in Merge() 414 TableColumnUndo* pNext = dynamic_cast< TableColumnUndo* >( pNextAction ); in Merge() local 415 return pNext && pNext->mxCol == mxCol; in Merge() 483 TableRowUndo* pNext = dynamic_cast< TableRowUndo* >( pNextAction ); in Merge() local 484 return pNext && pNext->mxRow == mxRow; in Merge()
|