/trunk/main/sw/source/core/bastyp/ |
H A D | index.cxx | 50 if ( ! ((pFirst && pLast) || (!pFirst && !pLast))) in ChkArr() 65 while( pIdx != pLast ) in ChkArr() 166 pArray->pLast = pPrev; in ChgValue() 194 pArray->pLast = pPrev; in ChgValue() 201 pArray->pLast = this; in ChgValue() 216 pArray->pLast = pPrev; in ChgValue() 223 pArray->pLast = this; in ChgValue() 231 if( pArray->pLast == pPrev ) in ChgValue() 232 pArray->pLast = this; in ChgValue() 254 pArray->pLast = NULL; in Remove() [all …]
|
H A D | swcache.cxx | 66 SwCacheObj *pTmp = pLast; in Check() 111 pLast( 0 ), in SwCache() 207 pLast = pObj; in Flush() 255 if ( pObj == pLast ) in ToTop() 258 pLast = pObj->GetPrev(); in ToTop() 259 pLast->SetNext( 0 ); in ToTop() 378 if ( pLast == pObj ) in DeleteObj() 379 pLast = pLast->GetPrev(); in DeleteObj() 483 if ( pObj == pLast ) in Insert() 486 pLast->SetNext( 0 ); in Insert() [all …]
|
H A D | bparr.cxx | 336 ElementPtr pLast = p->pData[ MAXENTRY-1 ]; in Insert() local 337 pLast->nOffset = 0; in Insert() 338 pLast->pBlock = q; in Insert() 340 q->pData[ 0 ] = pLast; in Insert() 482 BlockInfo* pLast(0); // letzter nicht voller Block in Compress() local 512 ElementPtr* pElem = pLast->pData + pLast->nElem; in Compress() 514 for( sal_uInt16 nCount = n, nOff = pLast->nElem; in Compress() 517 (*pElem)->pBlock = pLast, in Compress() 521 pLast->nElem = pLast->nElem + n; in Compress() 553 pLast = p; in Compress()
|
/trunk/main/svl/source/notify/ |
H A D | broadcast.cxx | 57 SvtListener* pLast = aIter.GoStart(); in SvtBroadcaster() local 58 if( pLast ) in SvtBroadcaster() 60 pLast->StartListening( *this ); in SvtBroadcaster() 73 SvtListener* pLast = aIter.GoStart(); in ~SvtBroadcaster() local 74 if( pLast ) in ~SvtBroadcaster() 76 pLast->EndListening( *this ); in ~SvtBroadcaster() 95 SvtListener* pLast = aIter.GoStart(); in Broadcast() local 96 if( pLast ) in Broadcast() 98 pLast->Notify( *this, rHint ); in Broadcast() 131 if( pLast ) in Forward() [all …]
|
/trunk/main/sw/source/core/fields/ |
H A D | ddefld.cxx | 122 SwClient * pLast = aIter.GoStart(); in DataChanged() local 127 ((SwFmtFld*)pLast)->GetTxtFld() ) in DataChanged() 139 } while( 0 != ( pLast = ++aIter )); in DataChanged() 184 SwClient * pLast = aIter.GoStart(); in GetAnchor() local 188 if( !pLast->IsA( TYPE( SwFmtFld ) )) in GetAnchor() 190 SwDepend* pDep = (SwDepend*)pLast; in GetAnchor() 200 } while( 0 != ( pLast = ++aIter )); in GetAnchor() 211 SwClient * pLast = aIter.GoStart(); in IsInRange() local 215 if( !pLast->IsA( TYPE( SwFmtFld ) )) in IsInRange() 217 SwDepend* pDep = (SwDepend*)pLast; in IsInRange() [all …]
|
/trunk/main/sw/source/core/text/ |
H A D | porlin.cxx | 105 const SwLinePortion* pLast ) const in PrePaint() 116 sal_uInt16 nLastWidth = pLast->Width(); in PrePaint() 118 if ( pLast->InSpaceGrp() && rInf.GetSpaceAdd() ) in PrePaint() 119 nLastWidth = nLastWidth + (sal_uInt16)pLast->CalcSpacing( rInf.GetSpaceAdd(), rInf ); in PrePaint() 192 SwLinePortion *pLast = pPos; in _Truncate() local 194 pLast->SetPortion( 0 ); in _Truncate() 195 delete pLast; in _Truncate() 328 const SwLinePortion *pLast = rInf.GetLast(); in Format() local 329 Height( pLast->Height() ); in Format() 330 SetAscent( pLast->GetAscent() ); in Format()
|
H A D | itrform2.cxx | 345 SwLinePortion *pLast = rInf.GetLast(); in InsertPortion() local 346 if( pLast->GetPortion() ) in InsertPortion() 348 while( pLast->GetPortion() ) in InsertPortion() 349 pLast = pLast->GetPortion(); in InsertPortion() 350 rInf.SetLast( pLast ); in InsertPortion() 352 pLast->Insert( pPor ); in InsertPortion() 472 if ( bAllowBehind && pLast ) in BuildPortions() 474 if ( pLast->InFldGrp() ) in BuildPortions() 778 pPor->Height( pLast->Height() ); in CalcAscent() 799 || ( pCurr != pLast && !pLast->IsFlyPortion() ) in CalcAscent() [all …]
|
H A D | SwGrammarMarkUp.cxx | 117 std::vector< xub_StrLen >::iterator pLast = pIter; in ClearGrammarList() local 118 while( pLast != maSentence.end() && *pLast <= nSentenceEnd ) in ClearGrammarList() 119 ++pLast; in ClearGrammarList() 120 maSentence.erase( pIter, pLast ); in ClearGrammarList()
|
/trunk/main/sw/source/core/layout/ |
H A D | pagedesc.cxx | 258 for( SwFrm* pLast = aIter.First(); pLast; pLast = aIter.Next() ) in RegisterChange() local 260 if( pLast->IsPageFrm() ) in RegisterChange() 261 ((SwPageFrm*)pLast)->PrepareRegisterChg(); in RegisterChange() 266 for( SwFrm* pLast = aIter.First(); pLast; pLast = aIter.Next() ) in RegisterChange() local 268 if( pLast->IsPageFrm() ) in RegisterChange() 269 ((SwPageFrm*)pLast)->PrepareRegisterChg(); in RegisterChange()
|
H A D | softpagebreak.cxx | 110 for( SwRowFrm* pLast = aIter.First(); pLast; pLast = aIter.Next() ) in hasSoftPageBreak() local 112 if( pLast->GetTabLine() == this ) in hasSoftPageBreak() 114 const SwTabFrm* pTab = pLast->FindTabFrm(); in hasSoftPageBreak() 139 if( pRow == pLast ) in hasSoftPageBreak()
|
H A D | wsfrm.cxx | 693 SwFrm *pLast = this; in InsertGroupBefore() local 696 pLast = pLast->GetNext(); in InsertGroupBefore() 701 pLast->pNext = pSct; in InsertGroupBefore() 702 pSct->pPrev = pLast; in InsertGroupBefore() 708 if( pLast->GetNext() ) in InsertGroupBefore() 709 pLast->GetNext()->pPrev = pLast; in InsertGroupBefore() 717 pLast = pLast->GetNext(); in InsertGroupBefore() 737 while ( pLast ) in InsertGroupBefore() 740 pLast = pLast->GetNext(); in InsertGroupBefore() 752 SwFrm *pLast = this; in InsertGroupBefore() local [all …]
|
/trunk/main/sw/source/core/txtnode/ |
H A D | ndhints.cxx | 436 const SwTxtAttr *pLast = 0; in Resort() local 442 if( pLast && !lcl_IsLessStart( *pLast, *pHt ) ) in Resort() 454 if ( pHt != pLast ) in Resort() 458 pLast = pHt; in Resort() 461 pLast = 0; in Resort() 465 if( pLast && !lcl_IsLessEnd( *pLast, *pHt ) ) in Resort() 478 if ( pLast != pHt ) in Resort() 482 pLast = pHt; in Resort()
|
/trunk/main/sw/source/core/table/ |
H A D | swtable.cxx | 1274 ChangeList::iterator pLast = pCurr; in lcl_CalcNewWidths() local 1298 pLast = pCurr; in lcl_CalcNewWidths() 1303 pLast = pCurr; in lcl_CalcNewWidths() 1323 pLast = pCurr; in lcl_CalcNewWidths() 1327 pLast = pCurr; in lcl_CalcNewWidths() 1670 for( SwTableLine* pLast = aIter.First(); pLast; pLast = aIter.Next() ) in ClaimFrmFmt() local 1672 if ( pLast != this ) in ClaimFrmFmt() 1748 for( SwRowFrm* pLast = aIter.First(); pLast; pLast = aIter.Next() ) in GetTableLineHeight() local 1750 if( pLast->GetTabLine() == this ) in GetTableLineHeight() 1893 for( SwTableBox* pLast = aIter.First(); pLast; pLast = aIter.Next() ) in ClaimFrmFmt() local [all …]
|
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | sunversion.cxx | 75 const char * pLast = szVersion; in init() local 107 int len = pCur - pLast; in init() 111 strncpy(buf, pLast, len); in init() 114 pLast = pCur; in init() 148 int len = pCur - pLast; in init() 152 strncpy(buf, pLast, len); in init() 198 int len = pCur - pLast -1; //elemenate `p' in init() 201 strncpy(buf, (pLast+1), len); //elemenate `p' in init()
|
/trunk/main/sw/source/core/docnode/ |
H A D | section.cxx | 740 SwSectionFmt *pLast = aIter.First(); in DelFrms() local 741 while ( pLast ) in DelFrms() 743 pLast->DelFrms(); in DelFrms() 744 pLast = aIter.Next(); in DelFrms() 978 for( SwSectionFmt* pLast = aIter.First(); pLast; pLast = aIter.Next() ) in GetChildSections() local 980 ( 0 != ( pIdx = pLast->GetCntnt(sal_False). in GetChildSections() 1034 ::SwClient * pLast = aIter.GoStart(); in UpdateParent() 1037 if( pLast->IsA( TYPE(SwSectionFmt) ) ) in UpdateParent() 1085 pLast->IsA( TYPE(SwSection) ) ) in UpdateParent() 1087 pSection = (SwSectionPtr)pLast; in UpdateParent() [all …]
|
/trunk/main/sd/source/filter/ppt/ |
H A D | pptatom.hxx | 52 const Atom* findNextChildAtom( sal_uInt16 nRecType, const Atom* pLast ) const; 58 inline const Atom* findNextChildAtom( const Atom* pLast ) const; 104 inline const Atom* Atom::findNextChildAtom( const Atom* pLast ) const in findNextChildAtom() 106 return pLast ? pLast->mpNextAtom : pLast; in findNextChildAtom()
|
/trunk/main/basic/source/comp/ |
H A D | exprtree.cxx | 971 SbiExpression* pLast = NULL; in SbiParameters() local 1047 if( !pLast ) in SbiParameters() 1048 pFirst = pLast = pExpr; in SbiParameters() 1050 pLast->pNext = pExpr, pLast = pExpr; in SbiParameters() 1113 SbiExpression *pExpr1, *pExpr2, *pLast = NULL; in SbiDimList() local 1127 if( !pLast ) in SbiDimList() 1130 pLast->pNext = pExpr1; in SbiDimList() 1131 pLast = pExpr2; in SbiDimList() 1141 if( !pLast ) in SbiDimList() 1142 pFirst = pLast = pExpr1; in SbiDimList() [all …]
|
/trunk/main/vcl/source/gdi/ |
H A D | impvect.cxx | 667 Point* pLast; in ImplPostProcess() local 675 pLast = &( aNewArr1[ 0 ] ); in ImplPostProcess() 676 pLast->X() = BACK_MAP( rArr[ 0 ].X() ); in ImplPostProcess() 677 pLast->Y() = BACK_MAP( rArr[ 0 ].Y() ); in ImplPostProcess() 685 if( nX != pLast->X() || nY != pLast->Y() ) in ImplPostProcess() 687 pLast = pLeast = &( aNewArr1[ nNewPos++ ] ); in ImplPostProcess() 697 pLast = &( aNewArr2[ 0 ] ); in ImplPostProcess() 698 *pLast = aNewArr1[ 0 ]; in ImplPostProcess() 704 if( pLeast->X() == pLast->X() ) in ImplPostProcess() 709 else if( pLeast->Y() == pLast->Y() ) in ImplPostProcess() [all …]
|
/trunk/main/svgio/source/svgreader/ |
H A D | svgdocumenthandler.cxx | 62 …de* whiteSpaceHandling(svgio::svgreader::SvgNode* pNode, svgio::svgreader::SvgCharacterNode* pLast) in whiteSpaceHandling() argument 87 if(pLast) in whiteSpaceHandling() 97 … const svgio::svgreader::SvgStyleAttributes* pStyleLast = pLast->getSvgStyleAttributes(); in whiteSpaceHandling() 110 pLast->addGap(); in whiteSpaceHandling() 115 pLast = pCharNode; in whiteSpaceHandling() 124 pLast = whiteSpaceHandling(pCandidate, pLast); in whiteSpaceHandling() 137 return pLast; in whiteSpaceHandling()
|
/trunk/main/svx/workben/msview/ |
H A D | msview.cxx | 107 const Atom* findNextChildAtom( sal_uInt16 nRecType, const Atom* pLast ) const; 113 …const Atom* findNextChildAtom( sal_uInt16 nRecType, sal_uInt16 nRecInstance, const Atom* pLast ) c… 119 inline const Atom* findNextChildAtom( const Atom* pLast ) const; 237 inline const Atom* Atom::findNextChildAtom( const Atom* pLast ) const in findNextChildAtom() 239 return pLast ? pLast->mpNextAtom : pLast; in findNextChildAtom() 362 const Atom* Atom::findNextChildAtom( sal_uInt16 nRecType, const Atom* pLast ) const in findNextChildAtom() 364 Atom* pChild = pLast != NULL ? pLast->mpNextAtom : mpFirstChild; in findNextChildAtom() 374 …m* Atom::findNextChildAtom( sal_uInt16 nRecType, sal_uInt16 nRecInstance, const Atom* pLast ) const in findNextChildAtom() 376 const Atom* pChild = pLast != NULL ? pLast->mpNextAtom : mpFirstChild; in findNextChildAtom()
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 271 PropertyHolder* pLast = maPropertyHolders[nSize - 2]; in Pop() local 277 pLast->setLineColor(pTip->getLineColor()); in Pop() 282 pLast->setFillColor(pTip->getFillColor()); in Pop() 287 pLast->setFont(pTip->getFont()); in Pop() 291 pLast->setTextColor(pTip->getTextColor()); in Pop() 297 pLast->setMapUnit(pTip->getMapUnit()); in Pop() 306 pLast->setRasterOp(pTip->getRasterOp()); in Pop() 317 Font aFont(pLast->getFont()); in Pop() 319 pLast->setFont(aFont); in Pop() 333 pLast->setLayoutMode(pTip->getLayoutMode()); in Pop() [all …]
|
/trunk/main/sw/source/filter/html/ |
H A D | parcss1.cxx | 871 CSS1Selector *pRoot = 0, *pLast = 0; in ParseSelector() local 974 DBG_ASSERT( (pRoot!=0) == (pLast!=0), in ParseSelector() 976 if( pLast ) in ParseSelector() 977 pLast->SetNext( pNew ); in ParseSelector() 981 pLast = pNew; in ParseSelector() 1002 pLast->SetNext( new CSS1Selector(CSS1_SELTYPE_PSEUDO,aToken) ); in ParseSelector() 1040 CSS1Expression *pRoot = 0, *pLast = 0; in ParseDeclaration() local 1121 DBG_ASSERT( (pRoot!=0) == (pLast!=0), in ParseDeclaration() 1123 if( pLast ) in ParseDeclaration() 1124 pLast->SetNext( pNew ); in ParseDeclaration() [all …]
|
/trunk/main/sw/source/core/attr/ |
H A D | calbck.cxx | 215 SwClient* pLast = aIter.GoStart(); in GetInfo() local 216 if( pLast ) in GetInfo() 217 while( 0 != ( bRet = pLast->GetInfo( rInfo )) && in GetInfo() 218 0 != ( pLast = ++aIter ) ) in GetInfo() 316 SwClient *pLast = aIter.GoStart(); in GetClientCount() local 317 if( pLast ) in GetClientCount() 321 } while( 0 != ( pLast = ++aIter )); in GetClientCount()
|
/trunk/main/sc/source/core/tool/ |
H A D | chgviset.cxx | 133 const ScChangeAction* pLast = 0; in AdjustDateMode() local 137 pLast = pTrack->GetLastSaved(); in AdjustDateMode() 138 if ( pLast ) in AdjustDateMode() 140 aFirstDateTime = pLast->GetDateTime(); in AdjustDateMode() 159 if ( !pLast ) in AdjustDateMode()
|
/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolypolygoncutter.cxx | 480 basegfx::B2DPoint* pLast(&maSNV[0].mpPN->maPoint); in impSolve() local 486 …if(pLast->equal(*pCurrent) && (pLast->getX() != pCurrent->getX() || pLast->getY() != pCurrent->get… in impSolve() 488 const basegfx::B2DPoint aMiddle((*pLast + *pCurrent) * 0.5); in impSolve() 490 if(pLast->getX() != aMiddle.getX() || pLast->getY() != aMiddle.getY()) in impSolve() 492 maCorrectionTable.push_back(CorrectionPair(*pLast, aMiddle)); in impSolve() 493 *pLast = aMiddle; in impSolve() 503 pLast = pCurrent; in impSolve()
|