| /aoo4110/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 …]
 
 | 
| /aoo4110/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()
 
 | 
| /aoo4110/main/sw/source/filter/ww8/ | 
| H A D | WW8TableInfo.cxx | 588     WW8TableNodeInfo * pPrev = NULL;  in processSwTableByLayout()  local636     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 …]
 
 | 
| /aoo4110/main/svx/source/sdr/animation/ | 
| H A D | scheduler.cxx | 97 				Event* pPrev = 0L;  in Insert()  local101 					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()
 
 | 
| /aoo4110/main/sc/source/core/data/ | 
| H A D | documen7.cxx | 236 	ScFormulaCell* pPrev = pCell->GetPrevious();  in RemoveFromFormulaTree()  local238 	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 …]
 
 | 
| /aoo4110/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()599 		if( 0 != (pPrev = pBehind->pPrev) )  in InsertBefore()
 608 		if ( pPrev )  in InsertBefore()
 611 				pPrev = pPrev->pNext;  in InsertBefore()
 637 	pPrev = pBefore;  in InsertBehind()
 707 		pPrev = pParent;  in InsertGroupBefore()
 756 			if( 0 != (pPrev = pBehind->pPrev) )  in InsertGroupBefore()
 765 			if ( pPrev )  in InsertGroupBefore()
 768 					pPrev = pPrev->pNext;  in InsertGroupBefore()
 789 	if( pPrev )  in Remove()
 [all …]
 
 | 
| H A D | newfrm.cxx | 408 		pPrev = pRoot->pCurrShell;  in SV_IMPL_PTRARR_SORT()413 		pPrev = 0;  in SV_IMPL_PTRARR_SORT()
 421 		if ( pPrev )  in ~CurrShell()
 422 			pRoot->pCurrShell = pPrev;  in ~CurrShell()
 454 		if (pC->pPrev == pSh)  in DeRegisterShell()
 455 			pC->pPrev = 0;  in DeRegisterShell()
 
 | 
| /aoo4110/main/sot/source/sdstor/ | 
| H A D | stgavl.cxx | 63       StgAvlNode** pPivot, StgAvlNode **pParent, StgAvlNode** pPrev )  in Locate()  argument68     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()
 
 | 
| /aoo4110/main/basegfx/source/polygon/ | 
| H A D | b2dpolygontriangulator.cxx | 149 			EdgeEntry* pPrev = 0L;  in handleClosingEdge()  local155 				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()
 
 | 
| /aoo4110/main/sw/source/filter/html/ | 
| H A D | swhtml.cxx | 2242 						if( pPrev )  in AppendTxtNode()2648 					pAttr = pPrev;  in _SetAttr()
 2665 						pAttr = pPrev;  in _SetAttr()
 2825 				pAttr = pPrev;  in _SetAttr()
 3072 		if( pPrev )  in EndAttr()
 3133 	if( pPrev )  in DeleteAttr()
 3250 			else if( pPrev )  in SplitAttrTab()
 5423 	pPrev( 0 ),  in _HTMLAttr()
 5440 	pPrev( 0 ),  in _HTMLAttr()
 5457 	pNew->pPrev = pPrev;  in Clone()
 [all …]
 
 | 
| /aoo4110/main/tools/inc/ | 
| H A D | impcont.hxx | 39     CBlock*         pPrev;              // Vorheriger Block  member in CBlock51                     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()
 
 | 
| /aoo4110/main/sal/osl/w32/ | 
| H A D | thread.c | 422 	struct _TLS						*pNext, *pPrev;  member435 		pTls->pPrev = 0;  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()
 
 | 
| /aoo4110/main/sw/source/core/inc/ | 
| H A D | frame.hxx | 312     SwFrm       *pPrev;  member in SwFrm669 	SwFrm				*GetPrev()	{ return pPrev; }  in GetPrev()
 682 	const SwFrm			*GetPrev()	const { return pPrev; }  in GetPrev()
 740 		{ return ( pPrev || !IsInSct() ) ? pPrev : _GetIndPrev(); }  in GetIndPrev()
 1213 	if ( pPrev && !pPrev->IsSctFrm() )  in FindPrev()
 1214 		return pPrev;  in FindPrev()
 1220 	if ( pPrev && !pPrev->IsSctFrm() )  in FindPrev()
 1221 		return pPrev;  in FindPrev()
 
 | 
| H A D | swcache.hxx | 163 	SwCacheObj *pPrev;  member in SwCacheObj170 	inline SwCacheObj *GetPrev() { return pPrev; }  in GetPrev()
 172 	inline void SetPrev( SwCacheObj *pNew )  { pPrev = pNew; }  in SetPrev()
 202 	SwCacheObj *Prev() { return pPrev; }  in Prev()
 
 | 
| /aoo4110/main/svtools/source/filter/igif/ | 
| H A D | decode.cxx | 33 	GIFLZWTableEntry*	pPrev;  member60 		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()
 
 | 
| /aoo4110/main/sal/osl/os2/ | 
| H A D | thread.c | 568 	struct _TLS						*pNext, *pPrev;  member580 		pTls->pPrev = 0;  in AddKeyToList()
 583 			g_pThreadKeyList->pPrev = pTls;  in AddKeyToList()
 596 		if ( pTls->pPrev )  in RemoveKeyFromList()
 597 			pTls->pPrev->pNext = pTls->pNext;  in RemoveKeyFromList()
 605 			pTls->pNext->pPrev = pTls->pPrev;  in RemoveKeyFromList()
 
 | 
| /aoo4110/main/rsc/source/parser/ | 
| H A D | rsclex.hxx | 61     Node*   pPrev;  member64     Node() { pPrev = NULL; nTupelRec = 0; };  in Node()
 86                         pRoot->pPrev = pTmp;  in Push()
 93                        pRoot = pTmp->pPrev;  in Pop()
 
 | 
| /aoo4110/main/editeng/source/outliner/ | 
| H A D | paralist.cxx | 229 	Paragraph* pPrev = GetParagraph( --n );  in GetParent()  local230 	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()  local205 					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()
 
 | 
| /aoo4110/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()
 
 | 
| /aoo4110/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 …]
 
 | 
| /aoo4110/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 …]
 
 |