Home
last modified time | relevance | path

Searched refs:pPrev (Results 1 – 25 of 90) sorted by relevance

1234

/AOO42X/main/sw/source/core/bastyp/
H A Dindex.cxx59 const SwIndex* pIdx = pFirst, *pPrev = 0; in ChkArr() local
60 if ( ! (!pIdx->pPrev)) in ChkArr()
67 if ( ! (pIdx->pPrev != pIdx && pIdx->pNext != pIdx)) in ChkArr()
76 if ( ! (pPrev == pIdx->pPrev)) in ChkArr()
84 pPrev = pIdx; in ChkArr()
86 nVal = pPrev->nIndex; in ChkArr()
100 : nIndex( nIdx ), pArray( pArr ), pNext( 0 ), pPrev( 0 ) in SwIndex()
123 : pArray( rIdx.pArray ), pNext( 0 ), pPrev( 0 ) in SwIndex()
135 : nIndex( rIdx.nIndex ), pArray( rIdx.pArray ), pNext( 0 ), pPrev( 0 ) in SwIndex()
151 while( 0 != ( pPrv = pFnd->pPrev ) && pPrv->nIndex > nNewValue ) in ChgValue()
[all …]
H A Dring.cxx44 pNext = this, pPrev = this; in Ring()
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()
89 pDestRing->pPrev = this; in MoveTo()
[all …]
/AOO42X/main/sw/source/core/text/
H A Dporglue.cxx244 SwLinePortion *pPrev = pRight->FindPrevPortion( pLeft ); in AdjustRight() local
263 pPrev = pLeft; in AdjustRight()
265 while( pPrev != pLeft ) in AdjustRight()
269 if( bNoMove || pPrev->PrtWidth() >= nRightGlue || in AdjustRight()
270 pPrev->InHyphGrp() || pPrev->IsKernPortion() ) in AdjustRight()
275 pPrev = pLeft; in AdjustRight()
279 nRightGlue = nRightGlue - pPrev->PrtWidth(); in AdjustRight()
283 pRight->MoveGlue( pLeft, short( pPrev->PrtWidth() ) ); in AdjustRight()
285 SwLinePortion *pPrevPrev = pPrev->FindPrevPortion( pLeft ); in AdjustRight()
287 pPrev->SetPortion( pRight->GetPortion() ); in AdjustRight()
[all …]
H A Ditrtxt.cxx94 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 DWW8TableInfo.cxx588 WW8TableNodeInfo * pPrev = NULL; in processSwTableByLayout() local
636 pPrev = reorderByLayout(pTable); in processSwTableByLayout()
638 return pPrev; in processSwTableByLayout()
647 WW8TableNodeInfo * pPrev = NULL; in processSwTable() local
652 pPrev = processSwTableByLayout(pTable); in processSwTable()
667 pPrev = processTableLine(pTable, pLine, n, 1, pPrev); in processSwTable()
672 if (pPrev != NULL) in processSwTable()
677 pPrev->setNextNode(pEndNode); in processSwTable()
688 sal_uInt32 nDepth, WW8TableNodeInfo * pPrev) in processTableLine() argument
703 pPrev = processTableBox(pTable, pBox, nRow, n, nDepth, n == rBoxes.Count() - 1, pPrev); in processTableLine()
[all …]
/AOO42X/main/sc/source/core/data/
H A Ddocumen7.cxx236 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/sw/source/core/layout/
H A Dflowfrm.cxx439 pStart->pPrev = 0; in CutTree()
493 if ( 0 != (pStart->pPrev = pSibling->GetPrev()) ) in PasteTree()
502 if ( 0 == (pStart->pPrev = pParent->Lower()) ) in PasteTree()
520 pStart->pPrev = pTemp; in PasteTree()
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()
[all …]
H A Dwsfrm.cxx99 pPrev( 0 ), in SwFrm()
604 if( 0 != (pPrev = pBehind->pPrev) ) in InsertBefore()
605 pPrev->pNext = this; in InsertBefore()
608 pBehind->pPrev = this; in InsertBefore()
612 pPrev = pUpper->Lower(); in InsertBefore()
613 if ( pPrev ) in InsertBefore()
615 while( pPrev->pNext ) in InsertBefore()
616 pPrev = pPrev->pNext; in InsertBefore()
617 pPrev->pNext = this; in InsertBefore()
642 pPrev = pBefore; in InsertBehind()
[all …]
/AOO42X/main/svx/source/sdr/animation/
H A Dscheduler.cxx97 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/sot/source/sdstor/
H A Dstgavl.cxx63 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 Db2dpolygontriangulator.cxx149 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 Db2dtrapezoid.cxx515 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 Dswhtml.cxx769 const SwNode *pPrev = pDoc->GetNodes()[nNodeIdx -1]; in Continue() local
771 ( pPrev->IsCntntNode() || in Continue()
772 (pPrev->IsEndNode() && in Continue()
773 pPrev->StartOfSectionNode()->IsSectionNode()) ) ) in Continue()
833 SwTxtNode* pPrev = aPrvIdx.GetNode().GetTxtNode(); in Continue() local
834 pTxtNode->ChgFmtColl( pPrev->GetTxtColl() ); in Continue()
835 pTxtNode->FmtToTxtAttr( pPrev ); in Continue()
838 if( pPrev->HasSwAttrSet() ) in Continue()
839 pTxtNode->SetAttr( *pPrev->GetpSwAttrSet() ); in Continue()
841 if( &pPam->GetBound(sal_True).nNode.GetNode() == pPrev ) in Continue()
[all …]
/AOO42X/main/tools/inc/
H A Dimpcont.hxx39 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 Dthread.c422 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 Dframe.hxx319 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 Dthread.c562 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 Ddecode.cxx33 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 Drsclex.hxx61 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/vcl/source/gdi/
H A Dgdimtf.cxx195 pPrev ( NULL ), in GDIMetaFile()
211 pPrev ( rMtf.pPrev ), in GDIMetaFile()
264 pPrev = rMtf.pPrev; in operator =()
361 pPrev = pOut->GetConnectMetaFile(); in Linker()
364 if( pPrev ) in Linker()
365 pPrev->pNext = this; in Linker()
371 pNext->pPrev = pPrev; in Linker()
373 if( pPrev ) in Linker()
374 pPrev->pNext = pNext; in Linker()
378 if( pPrev ) in Linker()
[all …]
/AOO42X/main/editeng/source/outliner/
H A Dparalist.cxx229 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 Doutlvw.cxx204 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/tools/source/memtools/
H A Dcontnr.cxx87 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 Dnodes.cxx2512 p = pRoot->pPrev; in RemoveNode()
2516 SwNodeIndex* pPrev = p->pPrev; in RemoveNode() local
2520 p = pPrev; in RemoveNode()
2542 SwNode *pDel = (*this)[ nDelPos+nCnt-1 ], *pPrev = (*this)[ nDelPos+nCnt-2 ]; in RemoveNode() local
2557 pDel = pPrev; in RemoveNode()
2558 sal_uLong nPrevNdIdx = pPrev->GetIndex(); 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()
[all …]
/AOO42X/main/sw/source/ui/config/
H A Doptpage.cxx2242 SvxFontPrevWindow *pPrev = 0; in IMPL_LINK() local
2248 pPrev = &aInsertedPreviewWN; in IMPL_LINK()
2253 pPrev = &aDeletedPreviewWN; in IMPL_LINK()
2258 pPrev = &aChangedPreviewWN; in IMPL_LINK()
2261 SvxFont& rFont = pPrev->GetFont(); in IMPL_LINK()
2262 SvxFont& rCJKFont = pPrev->GetCJKFont(); in IMPL_LINK()
2300 pPrev->ResetColor(); in IMPL_LINK()
2332 pPrev->SetColor( pColorLB->GetSelectEntryColor() ); in IMPL_LINK()
2334 pPrev->SetColor( Color( COL_LIGHTGRAY ) ); in IMPL_LINK()
2342 pPrev->Invalidate(); in IMPL_LINK()
[all …]

1234