| /AOO41X/main/sw/source/core/bastyp/ |
| H A D | index.cxx | 50 if ( ! ((pFirst && pLast) || (!pFirst && !pLast))) in ChkArr() 65 while( pIdx != pLast ) in ChkArr() 109 pArray->pFirst = pArray->pLast = this; in SwIndex() 110 else if( nIdx > ((pArray->pLast->nIndex - pArray->pFirst->nIndex) / 2) ) in SwIndex() 111 ChgValue( *pArray->pLast, nIdx ); in SwIndex() 165 else if( pArray->pLast == this ) in ChgValue() 166 pArray->pLast = pPrev; in ChgValue() 193 else if( pArray->pLast == this ) in ChgValue() 194 pArray->pLast = pPrev; in ChgValue() 201 pArray->pLast = this; in ChgValue() [all …]
|
| H A D | swcache.cxx | 57 ASSERT( !pLast->GetNext(), "Last but not last." ); in Check() 66 SwCacheObj *pTmp = pLast; in Check() 75 ASSERT( pObj == pLast, "Last not Found." ); in Check() 111 pLast( 0 ), in SwCache() 189 pRealFirst = pFirst = pLast = 0; in Flush() 199 pRealFirst = pFirst = pLast = pObj; in Flush() 205 { pLast->SetNext( pObj ); in Flush() 206 pObj->SetPrev( pLast ); in Flush() 207 pLast = pObj; in Flush() 248 ASSERT( !pFirst && !pLast, "First not first." ); in ToTop() [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()
|
| /AOO41X/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() 61 } while( 0 != ( pLast = aIter.GoNext() )); in SvtBroadcaster() 73 SvtListener* pLast = aIter.GoStart(); in ~SvtBroadcaster() local 74 if( pLast ) in ~SvtBroadcaster() 76 pLast->EndListening( *this ); in ~SvtBroadcaster() 79 } while( 0 != ( pLast = aIter.GoNext() )); in ~SvtBroadcaster() 95 SvtListener* pLast = aIter.GoStart(); in Broadcast() local 96 if( pLast ) in Broadcast() [all …]
|
| /AOO41X/main/sw/source/core/fields/ |
| H A D | ddefld.cxx | 122 SwClient * pLast = aIter.GoStart(); in DataChanged() local 123 if( pLast ) // konnte zum Anfang gesprungen werden ?? in DataChanged() 126 if( !pLast->IsA( TYPE( SwFmtFld ) ) || in DataChanged() 127 ((SwFmtFld*)pLast)->GetTxtFld() ) in DataChanged() 136 pLast->ModifyNotification( 0, &aUpdateDDE ); in DataChanged() 139 } while( 0 != ( pLast = ++aIter )); in DataChanged() 184 SwClient * pLast = aIter.GoStart(); in GetAnchor() local 185 if( pLast ) // konnte zum Anfang gesprungen werden ?? in GetAnchor() 188 if( !pLast->IsA( TYPE( SwFmtFld ) )) in GetAnchor() 190 SwDepend* pDep = (SwDepend*)pLast; in GetAnchor() [all …]
|
| /AOO41X/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() 471 const SwLinePortion* pLast = rInf.GetLast(); in BuildPortions() local 472 if ( bAllowBehind && pLast ) in BuildPortions() 474 if ( pLast->InFldGrp() ) in BuildPortions() 477 if ( ((SwFldPortion*)pLast)->GetExpTxt( rInf, aAltTxt ) && in BuildPortions() [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()
|
| /AOO41X/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 | 688 SwFrm *pLast = this; in InsertGroupBefore() local 689 while( pLast->GetNext() ) in InsertGroupBefore() 691 pLast = pLast->GetNext(); in InsertGroupBefore() 692 pLast->pUpper = GetUpper(); in InsertGroupBefore() 696 pLast->pNext = pSct; in InsertGroupBefore() 697 pSct->pPrev = pLast; in InsertGroupBefore() 702 pLast->pNext = pParent->GetNext(); in InsertGroupBefore() 703 if( pLast->GetNext() ) in InsertGroupBefore() 704 pLast->GetNext()->pPrev = pLast; in InsertGroupBefore() 710 while( pLast->GetNext() ) in InsertGroupBefore() [all …]
|
| /AOO41X/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()
|
| /AOO41X/main/sw/source/core/table/ |
| H A D | swtable.cxx | 1208 ChangeList::iterator pLast = pCurr; in lcl_CalcNewWidths() local 1221 if( pLeftMove->first == pLast->first ) in lcl_CalcNewWidths() 1225 sal_uInt64 nTmp = pCurr->first - pLast->first; in lcl_CalcNewWidths() 1226 nTmp *= pLeftMove->second - pLast->second; in lcl_CalcNewWidths() 1227 nTmp /= pLeftMove->first - pLast->first; in lcl_CalcNewWidths() 1228 nTmp += pLast->second; in lcl_CalcNewWidths() 1232 pLast = pCurr; in lcl_CalcNewWidths() 1237 pLast = pCurr; in lcl_CalcNewWidths() 1241 pNext->second < pLast->second ) in lcl_CalcNewWidths() 1245 if( pNext == aNewChanges.end() || pNext->first == pLast->first ) in lcl_CalcNewWidths() [all …]
|
| /AOO41X/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() 147 int len = pCur - pLast; in init() 151 strncpy(buf, pLast, len); in init() 197 int len = pCur - pLast -1; //elemenate `p' in init() 200 strncpy(buf, (pLast+1), len); //elemenate `p' in init()
|
| /AOO41X/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()
|
| /AOO41X/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() 983 const SwSection* Dummy = pLast->GetSection(); in GetChildSections() 1034 ::SwClient * pLast = aIter.GoStart(); in UpdateParent() 1035 if( pLast ) // konnte zum Anfang gesprungen werden ?? in UpdateParent() 1037 if( pLast->IsA( TYPE(SwSectionFmt) ) ) in UpdateParent() [all …]
|
| /AOO41X/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 …]
|
| /AOO41X/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()
|
| /AOO41X/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() 706 while( n < nCount && aNewArr1[ n ].X() == pLast->X() ) in ImplPostProcess() [all …]
|
| /AOO41X/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()
|
| /AOO41X/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 …]
|
| /AOO41X/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() 278 pLast->setLineColorActive(pTip->getLineColorActive()); in Pop() 282 pLast->setFillColor(pTip->getFillColor()); in Pop() 283 pLast->setFillColorActive(pTip->getFillColorActive()); in Pop() 287 pLast->setFont(pTip->getFont()); in Pop() 291 pLast->setTextColor(pTip->getTextColor()); in Pop() 292 pLast->setTextColorActive(pTip->getTextColorActive()); in Pop() 296 pLast->setTransformation(pTip->getTransformation()); in Pop() 297 pLast->setMapUnit(pTip->getMapUnit()); in Pop() [all …]
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|