/aoo42x/main/sw/source/core/bastyp/ |
H A D | index.cxx | 76 if ( ! (pPrev == pIdx->pPrev)) in ChkArr() 84 pPrev = pIdx; in ChkArr() 158 if( pPrev ) in ChgValue() 164 pNext->pPrev = pPrev; in ChgValue() 169 pPrev = pFnd->pPrev; in ChgValue() 170 if( pPrev ) in ChgValue() 186 if( pPrev ) in ChgValue() 192 pNext->pPrev = pPrev; in ChgValue() 208 if( pPrev ) in ChgValue() 214 pNext->pPrev = pPrev; in ChgValue() [all …]
|
H A D | ring.cxx | 48 pPrev = pObj->pPrev; in Ring() 49 pObj->pPrev = this; 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() 88 pPrev = pDestRing->pPrev; in MoveTo() 90 pPrev->pNext = this; in MoveTo() 93 pNext = pPrev = this; in MoveTo() [all …]
|
/aoo42x/main/sw/source/core/text/ |
H A D | porglue.cxx | 263 pPrev = pLeft; in AdjustRight() 265 while( pPrev != pLeft ) in AdjustRight() 270 pPrev->InHyphGrp() || pPrev->IsKernPortion() ) in AdjustRight() 275 pPrev = pLeft; in AdjustRight() 287 pPrev->SetPortion( pRight->GetPortion() ); in AdjustRight() 288 pRight->SetPortion( pPrev ); in AdjustRight() 289 if ( pPrev->GetPortion() && pPrev->InTxtGrp() in AdjustRight() 290 && pPrev->GetPortion()->IsHolePortion() ) in AdjustRight() 293 (SwHolePortion*)pPrev->GetPortion(); in AdjustRight() 298 pPrev->SetLen( pPrev->GetLen() + 1 ); in AdjustRight() [all …]
|
H A D | itrtxt.cxx | 94 pPrev = 0; in Init() 114 pPrev = 0; in _GetPrev() 121 return pPrev = pLay; in _GetPrev() 132 return pPrev; in GetPrev() 143 if( pPrev ) in Prev() 146 pCurr = pPrev; in Prev() 165 pPrev = pCurr; in Next() 480 if ( bPrev && pPrev && !pPrev->IsEndHyph() && !pPrev->IsMidHyph() ) in CntHyphens()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | WW8TableInfo.cxx | 588 WW8TableNodeInfo * pPrev = NULL; in processSwTableByLayout() local 636 pPrev = reorderByLayout(pTable); in processSwTableByLayout() 638 return pPrev; in processSwTableByLayout() 667 pPrev = processTableLine(pTable, pLine, n, 1, pPrev); in processSwTable() 672 if (pPrev != NULL) in processSwTable() 703 pPrev = processTableBox(pTable, pBox, nRow, n, nDepth, n == rBoxes.Count() - 1, pPrev); in processTableLine() 710 return pPrev; in processTableLine() 798 pPrev = processTableLine(pTable, pLine, n, 1, pPrev); in processTableBox() 822 if (pPrev != NULL) in processTableBox() 860 return pPrev; in processTableBox() [all …]
|
/aoo42x/main/sc/source/core/data/ |
H A D | documen7.cxx | 236 ScFormulaCell* pPrev = pCell->GetPrevious(); in RemoveFromFormulaTree() local 238 if ( pPrev || pFormulaTree == pCell ) in RemoveFromFormulaTree() 241 if ( pPrev ) in RemoveFromFormulaTree() 242 pPrev->SetNext( pNext ); // gibt Vorlaeufer in RemoveFromFormulaTree() 246 pNext->SetPrevious( pPrev ); // gibt Nachfolger in RemoveFromFormulaTree() 248 pEOFormulaTree = pPrev; // ist letzte Zelle in RemoveFromFormulaTree() 414 ScFormulaCell* pPrev = pCell->GetPreviousTrack(); in RemoveFromFormulaTrack() local 416 if ( pPrev || pFormulaTrack == pCell ) in RemoveFromFormulaTrack() 419 if ( pPrev ) in RemoveFromFormulaTrack() 420 pPrev->SetNextTrack( pNext ); // gibt Vorlaeufer in RemoveFromFormulaTrack() [all …]
|
/aoo42x/main/svx/source/sdr/animation/ |
H A D | scheduler.cxx | 97 Event* pPrev = 0L; in Insert() local 101 pPrev = pCurrent; in Insert() 105 if(pPrev) in Insert() 107 pNew->SetNext(pPrev->GetNext()); in Insert() 108 pPrev->SetNext(pNew); in Insert() 123 Event* pPrev = 0L; in Remove() local 127 pPrev = pCurrent; in Remove() 131 if(pPrev) in Remove() 133 pPrev->SetNext(pOld->GetNext()); in Remove()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | flowfrm.cxx | 439 pStart->pPrev = 0; in CutTree() 571 pSibling->pPrev = pLst; in PasteTree() 1244 const SwFrm *pPrev = rThis.FindPrev(); in IsPageBreak() local 1245 while ( pPrev && ( !pPrev->IsInDocBody() || in IsPageBreak() 1246 ( pPrev->IsTxtFrm() && ((SwTxtFrm*)pPrev)->IsHiddenNow() ) ) ) in IsPageBreak() 1247 pPrev = pPrev->FindPrev(); in IsPageBreak() 1249 if ( pPrev ) in IsPageBreak() 1307 while( pPrev && ( ( !pPrev->IsInDocBody() && !rThis.IsInFly() ) || in IsColBreak() 1308 ( pPrev->IsTxtFrm() && ((SwTxtFrm*)pPrev)->IsHiddenNow() ) ) ) in IsColBreak() 1309 pPrev = pPrev->FindPrev(); in IsColBreak() [all …]
|
H A D | wsfrm.cxx | 99 pPrev( 0 ), in SwFrm() 604 if( 0 != (pPrev = pBehind->pPrev) ) in InsertBefore() 613 if ( pPrev ) in InsertBefore() 616 pPrev = pPrev->pNext; in InsertBefore() 642 pPrev = pBefore; in InsertBehind() 712 pPrev = pParent; in InsertGroupBefore() 761 if( 0 != (pPrev = pBehind->pPrev) ) in InsertGroupBefore() 770 if ( pPrev ) in InsertGroupBefore() 773 pPrev = pPrev->pNext; in InsertGroupBefore() 794 if( pPrev ) in Remove() [all …]
|
/aoo42x/main/sot/source/sdstor/ |
H A D | stgavl.cxx | 63 StgAvlNode** pPivot, StgAvlNode **pParent, StgAvlNode** pPrev ) in Locate() argument 68 OSL_ENSURE( pPivot && pParent && pPrev, "The pointers may not be NULL!" ); in Locate() 69 *pParent = *pPrev = NULL; in Locate() 79 *pPivot = pCur, *pParent = *pPrev; in Locate() 81 *pPrev = pCur; in Locate() 292 StgAvlNode* pPivot, *pHeavy, *pNewRoot, *pParent, *pPrev; in Insert() local 303 short nRes = (*pRoot)->Locate( pIns, &pPivot, &pParent, &pPrev ); in Insert() 306 OSL_ENSURE( pPivot && pPrev, "The pointers may not be NULL!" ); in Insert() 310 pPrev->pLeft = pIns; in Insert() 312 pPrev->pRight = pIns; in Insert()
|
/aoo42x/main/basegfx/source/polygon/ |
H A D | b2dpolygontriangulator.cxx | 149 EdgeEntry* pPrev = 0L; in handleClosingEdge() local 155 pPrev = pCurr; in handleClosingEdge() 162 if(pPrev) in handleClosingEdge() 164 pPrev->setNext(pCurr->getNext()); in handleClosingEdge() 177 pPrev = 0L; in handleClosingEdge() 181 pPrev = pCurr; in handleClosingEdge() 185 if(pPrev) in handleClosingEdge() 187 pNew->setNext(pPrev->getNext()); in handleClosingEdge() 188 pPrev->setNext(pNew); in handleClosingEdge()
|
H A D | b2dtrapezoid.cxx | 515 B2DPoint* pPrev(&maPoints[nCount + nStartIndex - 1]); in TrapezoidSubdivider() local 522 if(fTools::equal(pPrev->getY(), pCurr->getY(), fTools::getSmallValue())) in TrapezoidSubdivider() 525 if(!fTools::equal(pPrev->getX(), pCurr->getX(), fTools::getSmallValue())) in TrapezoidSubdivider() 528 aTrDeSimpleEdges.push_back(TrDeSimpleEdge(pPrev, pCurr)); in TrapezoidSubdivider() 530 const double fMiddle((pPrev->getY() + pCurr->getY()) * 0.5); in TrapezoidSubdivider() 531 pPrev->setY(fMiddle); in TrapezoidSubdivider() 539 maTrDeEdgeEntries.push_back(TrDeEdgeEntry(pPrev, pCurr, 0)); in TrapezoidSubdivider() 544 pPrev = pCurr; in TrapezoidSubdivider()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | swhtml.cxx | 2232 if( pPrev ) in AppendTxtNode() 2634 pAttr = pPrev; in _SetAttr() 2651 pAttr = pPrev; in _SetAttr() 2811 pAttr = pPrev; in _SetAttr() 3056 if( pPrev ) in EndAttr() 3117 if( pPrev ) in DeleteAttr() 3233 else if( pPrev ) in SplitAttrTab() 5396 pPrev( 0 ), in _HTMLAttr() 5413 pPrev( 0 ), in _HTMLAttr() 5430 pNew->pPrev = pPrev; in Clone() [all …]
|
/aoo42x/main/tools/inc/ |
H A D | impcont.hxx | 39 CBlock* pPrev; // Vorheriger Block member in CBlock 51 CBlock( sal_uInt16 nSize, CBlock* pPrev, CBlock* pNext ); 53 CBlock( sal_uInt16 nSize, CBlock* pPrev ); 55 CBlock( const CBlock& r, CBlock* pPrev ); 71 void SetPrevBlock( CBlock* p ) { pPrev = p; } in SetPrevBlock() 73 CBlock* GetPrevBlock() const { return pPrev; } in GetPrevBlock()
|
/aoo42x/main/sal/osl/w32/ |
H A D | thread.c | 422 struct _TLS *pNext, *pPrev; member 435 pTls->pPrev = NULL; in AddKeyToList() 438 g_pThreadKeyList->pPrev = pTls; in AddKeyToList() 451 if ( pTls->pPrev ) in RemoveKeyFromList() 452 pTls->pPrev->pNext = pTls->pNext; in RemoveKeyFromList() 460 pTls->pNext->pPrev = pTls->pPrev; in RemoveKeyFromList()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | frame.hxx | 319 SwFrm *pPrev; member in SwFrm 678 SwFrm *GetPrev() { return pPrev; } in GetPrev() 691 const SwFrm *GetPrev() const { return pPrev; } in GetPrev() 749 { return ( pPrev || !IsInSct() ) ? pPrev : _GetIndPrev(); } in GetIndPrev() 1225 if ( pPrev && !pPrev->IsSctFrm() ) in FindPrev() 1226 return pPrev; in FindPrev() 1232 if ( pPrev && !pPrev->IsSctFrm() ) in FindPrev() 1233 return pPrev; in FindPrev()
|
/aoo42x/main/sal/osl/os2/ |
H A D | thread.c | 562 struct _TLS *pNext, *pPrev; member 574 pTls->pPrev = NULL; in AddKeyToList() 577 g_pThreadKeyList->pPrev = pTls; in AddKeyToList() 590 if ( pTls->pPrev ) in RemoveKeyFromList() 591 pTls->pPrev->pNext = pTls->pNext; in RemoveKeyFromList() 599 pTls->pNext->pPrev = pTls->pPrev; in RemoveKeyFromList()
|
/aoo42x/main/svtools/source/filter/igif/ |
H A D | decode.cxx | 33 GIFLZWTableEntry* pPrev; member 60 pTable[i].pPrev = NULL; in GIFLZWDecompressor() 129 pE->pPrev = pTable + nPrevCode; in AddToTable() 130 pE->pFirst = pE->pPrev->pFirst; in AddToTable() 203 pE = pE->pPrev; in ProcessOneCode()
|
/aoo42x/main/rsc/source/parser/ |
H A D | rsclex.hxx | 61 Node* pPrev; member 64 Node() { pPrev = NULL; nTupelRec = 0; }; in Node() 86 pRoot->pPrev = pTmp; in Push() 93 pRoot = pTmp->pPrev; in Pop()
|
/aoo42x/main/editeng/source/outliner/ |
H A D | paralist.cxx | 229 Paragraph* pPrev = GetParagraph( --n ); in GetParent() local 230 while ( pPrev && ( pPrev->GetDepth() >= pParagraph->GetDepth() ) ) in GetParent() 234 pPrev = GetParagraph( --n ); in GetParent() 237 return pPrev; in GetParent()
|
H A D | outlvw.cxx | 204 Paragraph* pPrev = pOwner->pParaList->GetParagraph( aSel.nEndPara-1 ); in PostKeyEvent() local 205 if( !pPrev->IsVisible() ) in PostKeyEvent() 673 Paragraph* pPrev= pOwner->pParaList->GetParagraph( aSel.nStartPara-1 ); in Indent() local 675 if( !pPrev->IsVisible() && ( pPrev->GetDepth() == nNewDepth ) ) in Indent() 679 pPrev = pOwner->pParaList->GetParent( pPrev ); in Indent() 680 while( !pPrev->IsVisible() ) in Indent() 681 pPrev = pOwner->pParaList->GetParent( pPrev ); in Indent() 683 pOwner->Expand( pPrev ); in Indent() 684 pOwner->InvalidateBullet( pPrev, pOwner->pParaList->GetAbsPos( pPrev ) ); in Indent()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | gdimtf.cxx | 195 pPrev ( NULL ), in GDIMetaFile() 211 pPrev ( rMtf.pPrev ), in GDIMetaFile() 264 pPrev = rMtf.pPrev; in operator =() 364 if( pPrev ) in Linker() 371 pNext->pPrev = pPrev; in Linker() 373 if( pPrev ) in Linker() 378 if( pPrev ) in Linker() 384 pPrev = NULL; in Linker() 617 if( pPrev ) in AddAction() 630 if( pPrev ) in AddAction() [all …]
|
/aoo42x/main/tools/source/memtools/ |
H A D | contnr.cxx | 87 pPrev = _pPrev; in CBlock() 111 pPrev = _pPrev; in CBlock() 136 pPrev = _pPrev; in CBlock() 266 pNext->pPrev = pNewBlock; in Split() 307 pNewBlock = new CBlock( nNewSize, pPrev, this ); in Split() 309 if ( pPrev ) in Split() 310 pPrev->pNext = pNewBlock; in Split() 311 pPrev = pNewBlock; in Split()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | nodes.cxx | 2512 p = pRoot->pPrev; in RemoveNode() 2516 SwNodeIndex* pPrev = p->pPrev; in RemoveNode() local 2520 p = pPrev; in RemoveNode() 2557 pDel = pPrev; in RemoveNode() 2561 pPrev = (*this)[ nPrevNdIdx - 1 ]; in RemoveNode() 2574 pRoot->pPrev = 0; in RegisterIndex() 2582 rIdx.pPrev = pRoot; in RegisterIndex() 2584 rIdx.pNext->pPrev = &rIdx; in RegisterIndex() 2591 SwNodeIndex* pP = rIdx.pPrev; in DeRegisterIndex() 2599 pN->pPrev = pP; in DeRegisterIndex() [all …]
|
/aoo42x/main/sw/source/ui/config/ |
H A D | optpage.cxx | 2242 SvxFontPrevWindow *pPrev = 0; in IMPL_LINK() local 2253 pPrev = &aDeletedPreviewWN; in IMPL_LINK() 2258 pPrev = &aChangedPreviewWN; in IMPL_LINK() 2261 SvxFont& rFont = pPrev->GetFont(); in IMPL_LINK() 2300 pPrev->ResetColor(); in IMPL_LINK() 2342 pPrev->Invalidate(); in IMPL_LINK() 2349 SvxFontPrevWindow *pPrev = 0; in IMPL_LINK() local 2360 pPrev = &aDeletedPreviewWN; in IMPL_LINK() 2365 pPrev = &aChangedPreviewWN; in IMPL_LINK() 2368 SvxFont& rFont = pPrev->GetFont(); in IMPL_LINK() [all …]
|