| /trunk/main/sw/source/core/layout/ |
| H A D | sectfrm.cxx | 267 SwFrm *pFrm = GetNext(); in _Cut() 270 pFrm = pFrm->GetNext(); in _Cut() 380 while( !pSibling && 0 != ( pCol = (SwColumnFrm*)pCol->GetNext() ) ) in Paste() 388 while ( 0 != ( pCol = (SwColumnFrm*)pCol->GetNext() ) ) in Paste() 390 while ( pTmp->GetNext() ) in Paste() 391 pTmp = pTmp->GetNext(); in Paste() 507 while( pLast->GetNext() ) in MergeNext() 508 pLast = pLast->GetNext(); in MergeNext() 514 while( pLast->GetNext() ) in MergeNext() 515 pLast = pLast->GetNext(); in MergeNext() [all …]
|
| H A D | ftnfrm.cxx | 123 if( rpBoss->GetNext() ) in lcl_NextFtnBoss() 125 rpBoss = (SwFtnBossFrm*)rpBoss->GetNext(); //naechste Spalte in lcl_NextFtnBoss() 148 rpPage = (SwPageFrm*)rpPage->GetNext(); // naechste Seite in lcl_NextFtnBoss() 176 if( pBoss->GetNext() || pBoss->GetPrev() ) in lcl_ColumnNum() 233 pNxt = pNxt->GetNext(); in lcl_Undersize() 290 pFrm = pFrm->GetNext(); in Format() 403 pAvail = pAvail->GetNext(); in GrowFrm() 430 while( pFtn->GetNext() ) in GrowFrm() 431 pFtn = pFtn->GetNext(); in GrowFrm() 534 if ( GetNext() ) in InvalidateNxtFtnCnts() [all …]
|
| H A D | wsfrm.cxx | 294 if ( nInvFlags & 0x30 && 0 != (pNxt = GetNext()) ) in Modify() 563 if ( GetNext() ) in ChgSize() 565 GetNext()->_InvalidatePos(); in ChgSize() 566 GetNext()->InvalidatePage( pPage ); in ChgSize() 694 while( pLast->GetNext() ) in InsertGroupBefore() 696 pLast = pLast->GetNext(); in InsertGroupBefore() 703 pSct->pNext = pParent->GetNext(); in InsertGroupBefore() 707 pLast->pNext = pParent->GetNext(); in InsertGroupBefore() 708 if( pLast->GetNext() ) in InsertGroupBefore() 709 pLast->GetNext()->pPrev = pLast; in InsertGroupBefore() [all …]
|
| H A D | tabfrm.cxx | 199 pRow = (SwRowFrm*)pRow->GetNext(); in RegistFlys() 239 pStart = pStart->GetNext(); in lcl_GetHeightOfRows() 347 pLowerFrm = pLowerFrm->GetNext(); in lcl_InvalidateLowerObjs() 394 pTmpRow = (SwRowFrm*)pTmpRow->GetNext(); in lcl_ShrinkCellsAndAllContent() 413 pCurrMasterCell = static_cast<SwCellFrm*>(pCurrMasterCell->GetNext()); in lcl_ShrinkCellsAndAllContent() 445 while ( pTmpDestRow->GetNext() ) in lcl_MoveRowContent() 446 pTmpDestRow = (SwRowFrm*)pTmpDestRow->GetNext(); in lcl_MoveRowContent() 480 pCurrDestCell = (SwCellFrm*)pCurrDestCell->GetNext(); in lcl_MoveRowContent() 481 pCurrSourceCell = (SwCellFrm*)pCurrSourceCell->GetNext(); in lcl_MoveRowContent() 525 while ( pTmpLastLineRow && pTmpLastLineRow->GetNext() && nTmpCut > nCurrentHeight ) in lcl_PreprocessRowsInCells() [all …]
|
| H A D | pagechg.cxx | 126 pFrm = pFrm->GetNext(); in Format() 400 pTmp = pTmp->GetNext(); in lcl_FormatLay() 447 SwPageFrm *pPg = pPage->IsEmptyPage() ? (SwPageFrm*)pPage->GetNext() : pPage; in lcl_MakeObjs() 532 pLow = (SwLayoutFrm*)pLow->GetNext(); in PreparePage() 581 if ( nInvFlags & 0x04 && GetNext() ) in Modify() 582 GetNext()->InvalidatePos(); in Modify() 838 GetNext() ? ((SwPageFrm*)GetNext())->GetPageDesc() : 0; in FindPageDesc() 870 pSh = (ViewShell*)pSh->GetNext(); in AdjustSizeChgNotify() 898 if ( GetNext() ) in Cut() 899 GetNext()->InvalidatePos(); in Cut() [all …]
|
| H A D | findfrm.cxx | 63 pLay = pLay->GetNext(); in FindBodyCont() 112 if( pLayLeaf->GetNext() ) in ContainsCntnt() 114 if( pLayLeaf->GetNext()->IsLayoutFrm() ) in ContainsCntnt() 116 pLayLeaf = (SwLayoutFrm*)pLayLeaf->GetNext(); in ContainsCntnt() 120 return (SwCntntFrm*)pLayLeaf->GetNext(); in ContainsCntnt() 299 SwLayoutFrm* pUpNext = (SwLayoutFrm*)pUp->GetNext(); in IsBefore() 303 pUpNext = (SwLayoutFrm*)pUpNext->GetNext(); in IsBefore() 322 pRet = bNext ? pFrm->GetNext() : pFrm->GetPrev(); in lcl_FindLayoutFrame() 445 while ( p->GetNext() ) in ImplGetNextCntntFrm() 446 p = p->GetNext(); in ImplGetNextCntntFrm() [all …]
|
| H A D | laycache.cxx | 245 pSub = pSub->GetNext(); in Write() 280 pSub = pSub->GetNext(); in Write() 335 pPage = (SwPageFrm*)pPage->GetNext(); in Write() 355 pPage = (SwPageFrm*)pPage->GetNext(); in CompareLayout() 404 pSub = pSub->GetNext(); in CompareLayout() 436 pSub = pSub->GetNext(); in CompareLayout() 452 pPage = (SwPageFrm*)pPage->GetNext(); in CompareLayout() 620 sal_Bool bEnd = 0 == rpPage->GetNext(); in CheckInsertPage() 657 bNextPageOdd, bInsertEmpty, sal_False, rpPage->GetNext() ); in CheckInsertPage() 660 ASSERT( rpPage->GetNext(), "Keine neue Seite?" ); in CheckInsertPage() [all …]
|
| H A D | colfrm.cxx | 96 while ( pColumn->GetNext() ) in lcl_RemoveColumns() 98 ASSERT( pColumn->GetNext()->IsColumnFrm(), in lcl_RemoveColumns() 100 pColumn = (SwColumnFrm*)pColumn->GetNext(); in lcl_RemoveColumns() 121 for ( i = 0; pTmp; pTmp = pTmp->GetNext(), ++i ) in lcl_FindColumns() 149 for ( nAdd = 1; pCol; pCol = pCol->GetNext(), ++nAdd ) in lcl_AddColumns() 169 pTmp = pTmp->GetNext(); in lcl_AddColumns() 170 pNeighbourCol = (SwLayoutFrm*)pNeighbourCol->GetNext(); in lcl_AddColumns() 177 pNeighbourCol = (SwLayoutFrm*)pNeighbourCol->GetNext(); in lcl_AddColumns() 223 while( 0 != (pCol=pCol->GetNext()) ) in ChgColumns() 329 if( !Lower()->GetNext() ) in AdjustColumns() [all …]
|
| H A D | layact.cxx | 352 if ( pCnt->IsRetouche() && !pCnt->GetNext() ) in PaintCntnt() 358 if( pSct->IsRetouche() && !pSct->GetNext() ) in PaintCntnt() 445 pPage = (SwPageFrm*)pPage->GetNext(); in RemoveEmptyBrowserPages() 450 pPage = (SwPageFrm*)pPage->GetNext(); in RemoveEmptyBrowserPages() 612 pPage = (SwPageFrm*)pPage->GetNext(); in InternalAction() 626 pPg = (SwPageFrm*)pPg->GetNext(); in InternalAction() 672 pPage = (SwPageFrm*)pPage->GetNext(); in InternalAction() 673 while ( pPage && pPage->GetNext() && in InternalAction() 675 pPage = (SwPageFrm*)pPage->GetNext(); in InternalAction() 805 pPage = (SwPageFrm*)pPage->GetNext(); in InternalAction() [all …]
|
| H A D | frmtool.cxx | 482 pLowerFrm = pLowerFrm->GetNext(); in lcl_InvalidatePosOfLowers() 538 if( pLay->Lower()->IsColumnFrm() && pLay->Lower()->GetNext() ) in ~SwLayNotify() 569 while ( pTmpFrm->GetNext() ) in ~SwLayNotify() 570 pTmpFrm = pTmpFrm->GetNext(); in ~SwLayNotify() 608 if( pLay->GetNext() ) in ~SwLayNotify() 610 if ( pLay->GetNext()->IsLayoutFrm() ) in ~SwLayNotify() 611 pLay->GetNext()->_InvalidatePos(); in ~SwLayNotify() 613 pLay->GetNext()->InvalidatePos(); in ~SwLayNotify() 940 pTmp = (ViewShell*)pTmp->GetNext(); in ~SwCntntNotify() 1720 pCol = (SwColumnFrm*)pCol->GetNext(); in MakeFrms() [all …]
|
| H A D | trvlfrm.cxx | 131 pFrm = pFrm->GetNext(); in GetCrsrOfst() 240 pFrm = pFrm->GetNext(); in FillSelection() 279 pPage = pPage->GetNext(); in FillSelection() 319 while ( pPage && pPage->GetNext() ) in GetCrsrOfst() 321 pPage = dynamic_cast<const SwPageFrm*>(pPage->GetNext()); in GetCrsrOfst() 393 pFrm = pFrm->GetNext(); in GetCrsrOfst() 487 pFrm = pFrm->GetNext(); in GetCrsrOfst() 919 { if ( pPage->GetNext() ) in SetCurrPage() 920 pPage = (SwPageFrm*)pPage->GetNext(); in SetCurrPage() 933 if ( pPage->GetNext() ) in SetCurrPage() [all …]
|
| /trunk/main/sw/source/core/bastyp/ |
| H A D | swcache.cxx | 57 ASSERT( !pLast->GetNext(), "Last but not last." ); in Check() 74 if ( !pObj->GetNext() ) in Check() 76 pObj = pObj->GetNext(); in Check() 200 pTmp = pObj->GetNext(); in Flush() 208 pTmp = pObj->GetNext(); in Flush() 217 pObj = pTmp->GetNext(); in Flush() 263 if ( pObj->GetNext() ) in ToTop() 264 pObj->GetNext()->SetPrev( pObj->GetPrev() ); in ToTop() 266 pObj->GetPrev()->SetNext( pObj->GetNext() ); in ToTop() 336 pRet = pRet->GetNext(); in Get() [all …]
|
| /trunk/main/sw/source/core/text/ |
| H A D | itrtxt.cxx | 119 while( pLay->GetNext() != pCurr ) in _GetPrev() 120 pLay = pLay->GetNext(); in _GetPrev() 163 if(pCurr->GetNext()) in Next() 171 return pCurr = pCurr->GetNext(); in Next() 184 while( pNext && pNext->IsDummy() && pNext->GetNext() ) in NextLine() 198 const SwLineLayout *pNext = pCurr->GetNext(); in GetNextLine() 199 while( pNext && pNext->IsDummy() && pNext->GetNext() ) in GetNextLine() 202 pNext = pNext->GetNext(); in GetNextLine() 218 while( pLay->GetNext() != pCurr ) in GetPrevLine() 219 pLay = pLay->GetNext(); in GetPrevLine() [all …]
|
| H A D | pormulti.cxx | 115 pLay = pLay->GetNext(); in CalcSize() 164 if( GetRoot().GetNext() ) in ActualizeTabulator() 167 pPor = GetRoot().GetNext()->GetFirstPortion(); in ActualizeTabulator() 508 if( GetRoot().GetNext() ) in CalcBlanks() 510 pPor = GetRoot().GetNext()->GetFirstPortion(); in CalcBlanks() 511 nLineDiff -= GetRoot().GetNext()->Width(); in CalcBlanks() 658 GetRoot().GetNext()->SetPortion( pFld ); in SwRubyPortion() 691 SwTwips nLineDiff = GetRoot().Width() - GetRoot().GetNext()->Width(); in _Adjust() 707 pCurr = GetRoot().GetNext(); in _Adjust() 785 pCurr = pCurr->GetNext(); in CalcRubyOffset() [all …]
|
| /trunk/main/sw/source/core/crsr/ |
| H A D | crsrsh.cxx | 94 *pTmp = (SwPaM*)pCurCrsr->GetNext(); in CheckRange() 117 pTmp = (SwPaM*)pTmp->GetNext(); in CheckRange() 161 if(pCurCrsr->GetNext() == pCurCrsr) in DestroyCrsr() 165 SwCursor* pNextCrsr = (SwCursor*)pCurCrsr->GetNext(); in DestroyCrsr() 905 while( pCurCrsr->GetNext() != pCurCrsr ) in ClearMark() 906 delete pCurCrsr->GetNext(); in ClearMark() 997 ( pCmp = dynamic_cast<SwShellCrsr*>(pCmp->GetNext()) ) ); in ChgCurrPam() 1005 if( !pTblCrsr && !pBlockCrsr && pCurCrsr->GetNext() == pCurCrsr ) in KillPams() 1008 while( pCurCrsr->GetNext() != pCurCrsr ) in KillPams() 1009 delete pCurCrsr->GetNext(); in KillPams() [all …]
|
| /trunk/main/sw/source/core/view/ |
| H A D | viewimp.cxx | 251 while ( pFirstVisPage && pFirstVisPage->GetNext() ) in SetFirstVisPage() 252 pFirstVisPage = (SwPageFrm*)pFirstVisPage->GetNext(); in SetFirstVisPage() 263 pPage = (SwPageFrm*)pPage->GetNext(); in SetFirstVisPage() 405 pTmp = (ViewShell *)pTmp->GetNext(); in DisposeAccessible() 420 pTmp = (ViewShell *)pTmp->GetNext(); in MoveAccessible() 449 pTmp = (ViewShell *)pTmp->GetNext(); in InvalidateAccessibleFrmContent() 470 pTmp = (ViewShell *)pTmp->GetNext(); in InvalidateAccessibleEditableState() 489 pTmp = (ViewShell *)pTmp->GetNext(); in InvalidateAccessibleRelationSet() 525 pTmp = (ViewShell *)pTmp->GetNext(); in _InvalidateAccessibleParaFlowRelation() 546 pTmp = (ViewShell *)pTmp->GetNext(); in _InvalidateAccessibleParaTextSelection() [all …]
|
| H A D | viewsh.cxx | 182 ViewShell *pSh = (ViewShell*)this->GetNext(); in ImplEndAction() 189 pSh = (ViewShell*)pSh->GetNext(); in ImplEndAction() 518 pSh = (ViewShell*)pSh->GetNext(); in AddPaintRect() 546 pSh = (ViewShell*)pSh->GetNext(); in InvalidateWindows() 730 pSh = (ViewShell*)pSh->GetNext(); in LayoutIdle() 1063 pSh = (ViewShell*)pSh->GetNext(); in SetFirstVisPageInvalid() 1239 pPage = (SwPageFrm*)pPage->GetNext(); in VisPortChgd() 1636 while ( pPg && pPg->GetNext() ) in PaintDesktop() 1637 pPg = pPg->GetNext(); in PaintDesktop() 1666 pPage = pPage->GetNext(); in PaintDesktop() [all …]
|
| /trunk/main/svx/source/sdr/animation/ |
| H A D | scheduler.cxx | 47 Event* Event::GetNext() const in GetNext() function in sdr::animation::Event 102 pCurrent = pCurrent->GetNext(); in Insert() 107 pNew->SetNext(pPrev->GetNext()); in Insert() 128 pCurrent = pCurrent->GetNext(); in Remove() 133 pPrev->SetNext(pOld->GetNext()); in Remove() 137 mpHead = pOld->GetNext(); in Remove() 148 Event* pNext = mpHead->GetNext(); in Clear() 260 pEvent = pEvent->GetNext(); in SetTime()
|
| /trunk/main/sc/inc/ |
| H A D | dociter.hxx | 71 sal_Bool GetNext(); 119 sal_Bool GetNext(double& rValue, sal_uInt16& rErr) in GetNext() function in ScValueIterator 212 bool GetNext(Value& rValue); 242 ScBaseCell* GetNext(); 301 ScBaseCell* GetNext(); 391 const ScPatternAttr* GetNext( SCCOL& rCol, SCROW& rRow1, SCROW& rRow2 ); 412 const ScPatternAttr* GetNext( SCCOL& rCol1, SCCOL& rCol2, SCROW& rRow1, SCROW& rRow2 ); 435 ScBaseCell* GetNext( SCCOL& rCol, SCROW& rRow ); 474 bool GetNext( double& rValue, sal_uInt16& rErr ); 504 const ScPatternAttr* GetNext( SCCOL& rCol1, SCCOL& rCol2, SCROW& rRow ); [all …]
|
| /trunk/main/sc/source/core/tool/ |
| H A D | chgtrack.cxx | 208 pL = pL->GetNext(); in IsClickable() 288 pL = pL->GetNext(); in IsDialogParent() 329 ScChangeActionLinkEntry* pNextLink = pL->GetNext(); in RemoveDeletedIn() 348 pL = pL->GetNext(); in IsDeletedIn() 389 pL = pL->GetNext(); in IsDeletedInDelType() 591 for ( ScChangeActionLinkEntry* pL = pLinkDeleted; pL; pL = pL->GetNext() ) in RejectRestoreContents() 708 pLinkA = pLinkA->GetNext(); in ToString() 725 pLinkDI = pLinkDI->GetNext(); in ToString() 742 pLinkD = pLinkD->GetNext(); in ToString() 759 pLinkDp = pLinkDp->GetNext(); in ToString() [all …]
|
| /trunk/main/svl/source/notify/ |
| H A D | listener.cxx | 55 pLst = pLst->GetNext(); in SvtListener() 81 pLst = pLst->GetNext(); in StartListening() 99 pBrdCastLst = pLst->GetNext(); in EndListening() 101 pPrev->SetNext( pLst->GetNext() ); in EndListening() 107 pLst = pLst->GetNext(); in EndListening() 122 pLst = pLst->GetNext(); in EndListeningAll() 138 pLst = pLst->GetNext(); in IsListening()
|
| /trunk/main/sw/source/core/frmedt/ |
| H A D | tblsel.cxx | 422 if ( pCell->GetNext() ) in GetTblSel() 424 pCell = (const SwLayoutFrm*)pCell->GetNext(); in GetTblSel() 432 pRow = (const SwLayoutFrm*)pRow->GetNext(); in GetTblSel() 625 if ( pCell->GetNext() ) in ChkChartSel() 627 pCell = (const SwLayoutFrm*)pCell->GetNext(); in ChkChartSel() 635 pRow = (const SwLayoutFrm*)pRow->GetNext(); in ChkChartSel() 832 if( pCell->GetNext() ) in GetAutoSumSel() 834 pCell = (const SwLayoutFrm*)pCell->GetNext(); in GetAutoSumSel() 850 pRow = (const SwLayoutFrm*)pRow->GetNext(); in GetAutoSumSel() 903 if( pCell->GetNext() ) in GetAutoSumSel() [all …]
|
| /trunk/main/sw/source/core/inc/ |
| H A D | cntfrm.hxx | 115 if ( GetNext() && GetNext()->IsCntntFrm() ) in GetNextCntntFrm() 116 return (SwCntntFrm*)GetNext(); in GetNextCntntFrm() 125 else if ( bPrune || !(GetNext() && GetNext()->IsCntntFrm())) in GetNextCntntFrm() 128 return (SwCntntFrm*)GetNext(); in GetNextCntntFrm()
|
| /trunk/main/sc/source/core/data/ |
| H A D | documen7.cxx | 240 ScFormulaCell* pNext = pCell->GetNext(); in RemoveFromFormulaTree() 297 pCell = pCell->GetNext(); // alles klar in CalcFormulaTree() 303 ScFormulaCell* pNext = pCell->GetNext(); in CalcFormulaTree() 312 pCell = pCell->GetNext(); in CalcFormulaTree() 338 pCell = pCell->GetNext(); in CalcFormulaTree() 354 pCell = pLastNoGood->GetNext(); in CalcFormulaTree() 359 pCell = pCell->GetNext(); in CalcFormulaTree() 387 pTree = pCell->GetNext(); in ClearFormulaTree()
|
| H A D | dociter.cxx | 188 sal_Bool ScDocumentIterator::GetNext() in GetNext() function in ScDocumentIterator 956 bool ScDBQueryDataIterator::GetNext(Value& rValue) in GetNext() function in ScDBQueryDataIterator 1108 ScBaseCell* ScCellIterator::GetNext() in GetNext() function in ScCellIterator 1255 ScBaseCell* ScQueryCellIterator::GetNext() in GetNext() function in ScQueryCellIterator 1308 } while ( !IsEqualConditionFulfilled() && (pNext = GetNext()) != NULL ); in FindEqualOrSortedLastInRange() 1352 } while (GetNext()); in FindEqualOrSortedLastInRange() 1387 if (GetNext()) in FindEqualOrSortedLastInRange() 1399 } while (GetNext()); in FindEqualOrSortedLastInRange() 1731 ScBaseCell* ScHorizontalCellIterator::GetNext( SCCOL& rCol, SCROW& rRow ) in GetNext() function in ScHorizontalCellIterator 1846 bool ScHorizontalValueIterator::GetNext( double& rValue, sal_uInt16& rErr ) in GetNext() function in ScHorizontalValueIterator [all …]
|