/aoo41x/main/sw/source/core/layout/ |
H A D | calcmove.cxx | 913 pNxt = pNxt->GetPrev(); in MakeAll() 918 pNxt = pNxt->GetNext(); in MakeAll() 1505 while( pNxt && pNxt->IsSctFrm() ) in MakeAll() 1516 pNxt = pNxt->FindNext(); in MakeAll() 1597 while( pNxt && pNxt->IsSctFrm() ) in MakeAll() 1601 pNxt = ((SwSectionFrm*)pNxt)->ContainsAny(); in MakeAll() 1604 pNxt = pNxt->FindNext(); in MakeAll() 1872 pNxt = pNxt->FindFtnBossFrm(); in lcl_IsNextFtnBoss() 1877 while( pNxt && pNxt->IsColumnFrm() && !pNxt->GetPrev() ) in lcl_IsNextFtnBoss() 1878 pNxt = pNxt->GetUpper()->FindFtnBossFrm(); in lcl_IsNextFtnBoss() [all …]
|
H A D | wsfrm.cxx | 293 SwFrm *pNxt; in Modify() local 845 pNxt = ((SwSectionFrm*)pNxt)->ContainsCntnt(); in Paste() 846 if( pNxt && pNxt->IsTxtFrm() && pNxt->IsInFtn() ) in Paste() 898 while ( pNxt && pNxt->IsInTab() ) in Paste() 900 if( 0 != (pNxt = pNxt->FindTabFrm()) ) in Paste() 901 pNxt = pNxt->FindNextCnt(); in Paste() 947 if ( pNxt ) in Cut() 949 while ( pNxt && pNxt->IsInTab() ) in Cut() 951 if( 0 != (pNxt = pNxt->FindTabFrm()) ) in Cut() 952 pNxt = pNxt->FindNextCnt(); in Cut() [all …]
|
H A D | ftnfrm.cxx | 230 while( pNxt ) in lcl_Undersize() 233 pNxt = pNxt->GetNext(); in lcl_Undersize() 741 if( pNxt ) in GetNextFtnLeaf() 1017 pFtn = pNxt; in lcl_RemoveFtns() 1239 if ( !pNxt ) in FindFirstFtn() 1248 if ( pNxt ) in FindFirstFtn() 1250 pRet = pNxt; in FindFirstFtn() 1695 while ( pNxt && pNxt->IsEndNotePage() ) in AppendFtn() 1738 while ( pNxt && pNxt->IsFtnPage() && !pNxt->IsEndNotePage() ) in AppendFtn() 3047 pNxt = (SwLayoutFrm*)pNxt->GetNext(); in MoveFtnCntFwd() [all …]
|
H A D | flowfrm.cxx | 223 SwFrm *pNxt; in IsKeep() local 224 if( 0 != (pNxt = rThis.FindNextCnt()) && in IsKeep() 252 if ( pNxt->IsInTab() ) in IsKeep() 764 while ( pNxt ) in FindMaster() 768 pNxt = pNxt->GetFollow(); in FindMaster() 1842 const SwFrm* pNxt = rThis.GetIndNext(); in CheckMoveFwd() local 1845 ( !pNxt || ( pNxt->IsTxtFrm() && ((SwTxtFrm*)pNxt)->IsEmptyMaster() ) ) && in CheckMoveFwd() 1848 if( pNxt->IsSctFrm() ) in CheckMoveFwd() 1851 while( pNxt && pNxt->IsSctFrm() && in CheckMoveFwd() 1855 pNxt = pNxt->FindNext(); in CheckMoveFwd() [all …]
|
H A D | findfrm.cxx | 70 SwCntntFrm *pNxt = pRet; in FindLastBodyCntnt() local 71 while ( pNxt && pNxt->IsInDocBody() && IsAnLower( pNxt ) ) in FindLastBodyCntnt() 72 { pRet = pNxt; in FindLastBodyCntnt() 73 pNxt = pNxt->FindNextCnt(); in FindLastBodyCntnt() 768 if ( pNxt ) in _FindNext() 769 pNxt = ((SwCellFrm*)pNxt)->ContainsCntnt(); in _FindNext() 770 if ( !pNxt ) in _FindNext() 772 pNxt = lcl_NextFrm( pThis ); in _FindNext() 773 if ( pUp->IsAnLower( pNxt ) ) in _FindNext() 774 pRet = pNxt; in _FindNext() [all …]
|
H A D | layouter.cxx | 94 SwFtnFrm *pNxt = pFtn->GetFollow(); in CollectEndnote() local 95 while ( pNxt ) in CollectEndnote() 97 SwFrm *pCnt = pNxt->ContainsAny(); in CollectEndnote() 108 { ASSERT( pNxt->Lower() && pNxt->Lower()->IsSctFrm(), in CollectEndnote() 110 pNxt->Cut(); in CollectEndnote() 111 delete pNxt; in CollectEndnote() 113 pNxt = pFtn->GetFollow(); in CollectEndnote()
|
H A D | ssfrm.cxx | 638 SwFrm *pNxt = pFrm->GetNext(); in ~SwLayoutFrm() local 640 pFrm = pNxt; in ~SwLayoutFrm() 678 const SwFrm* pNxt = pTmp; in PaintArea() local 679 while( --nRowSpan > 0 && pNxt->GetNext() ) in PaintArea() 680 pNxt = pNxt->GetNext(); in PaintArea() 682 nTmpLeft = (pNxt->Frm().*fnRect->fnGetLeft)(); in PaintArea() 684 nTmpRight = (pNxt->Frm().*fnRect->fnGetRight)(); in PaintArea()
|
H A D | tabfrm.cxx | 973 pRow = pNxt; in RemoveFollowFlowLine() 1334 SwFrm* pNxt = 0; in Split() local 1352 SwFrm* pNxt = 0; in Split() local 1410 *pNxt; in Join() local 1423 pRow = pNxt; in Join() 1850 while ( pNxt && pNxt->IsSctFrm() && in lcl_FormatNextCntntForKeep() 1853 pNxt = pNxt->FindNext(); in lcl_FormatNextCntntForKeep() 1857 if ( pNxt && pNxt->IsSctFrm() ) in lcl_FormatNextCntntForKeep() 1859 pNxt = static_cast<SwSectionFrm*>(pNxt)->ContainsAny(); in lcl_FormatNextCntntForKeep() 1865 if ( pNxt ) in lcl_FormatNextCntntForKeep() [all …]
|
H A D | sectfrm.cxx | 496 if( !pNxt->IsJoinLocked() && GetSection() == pNxt->GetSection() ) in MergeNext() 500 SwFrm* pTmp = ::SaveCntnt( pNxt ); in MergeNext() 520 SetFollow( pNxt->GetFollow() ); in MergeNext() 521 pNxt->SetFollow( NULL ); in MergeNext() 522 pNxt->bIsFollow = sal_False; in MergeNext() 523 pNxt->Cut(); in MergeNext() 524 delete pNxt; in MergeNext() 1739 SwFlowFrm* pNxt; in GetNextSctLeaf() local 1743 pNxt = (SwCntntFrm*)pTmp; in GetNextSctLeaf() 1750 pNxt = (SwSectionFrm*)pTmp; in GetNextSctLeaf() [all …]
|
H A D | trvlfrm.cxx | 631 const SwCntntFrm *pNxt = pCnt = pTmpStart; in lcl_UpDown() local 633 while ( pCell->IsAnLower( pNxt ) ) in lcl_UpDown() 635 pCnt = pNxt; in lcl_UpDown() 636 pNxt = (*fnNxtPrv)( pNxt ); in lcl_UpDown() 1536 while ( pNxt && !pNxt->IsInDocBody() ) in GetNextPrevCntntPos() 1537 pNxt = pNxt->GetNextCntntFrm(); in GetNextPrevCntntPos() 1540 if ( !pNxt ) in GetNextPrevCntntPos() 1546 pNxt->Calc(); in GetNextPrevCntntPos() 1547 if( pNxt->Frm().Top() > rPoint.Y() && in GetNextPrevCntntPos() 1552 return pNxt->Frm().Pos(); in GetNextPrevCntntPos() [all …]
|
H A D | frmtool.cxx | 194 while ( pNxt && in ~SwFrmNotify() 195 pNxt->IsSctFrm() && !static_cast<SwSectionFrm*>(pNxt)->GetSection() ) in ~SwFrmNotify() 197 pNxt = pNxt->GetIndNext(); in ~SwFrmNotify() 200 if ( pNxt ) in ~SwFrmNotify() 201 pNxt->InvalidatePos(); in ~SwFrmNotify() 717 if ( pNxt ) in ~SwFlyNotify() 719 pNxt->InvalidatePos(); in ~SwFlyNotify() 2629 SwFrm* pNxt; in RestoreCntnt() local 2692 if( pNxt ) in RestoreCntnt() 2694 pLast->pNext = pNxt; in RestoreCntnt() [all …]
|
H A D | fly.cxx | 730 SwFrm *pNxt = pRet; in FindLastLower() local 731 while ( pNxt && IsAnLower( pNxt ) ) in FindLastLower() 732 { pRet = pNxt; in FindLastLower() 733 pNxt = pNxt->FindNext(); in FindLastLower() 1870 SwSectionFrm* pNxt = pSect->GetFollow(); in CalcCntnt() local 1871 while( pNxt && !pNxt->ContainsCntnt() ) in CalcCntnt() 1872 pNxt = pNxt->GetFollow(); in CalcCntnt() 1873 if( pNxt ) in CalcCntnt() 1874 pNxt->CalcFtnCntnt(); in CalcCntnt()
|
H A D | layact.cxx | 1010 const SwCntntFrm *pNxt = pCnt->GetNextCntntFrm(); in _TurboAction() local 1011 while ( pNxt && in _TurboAction() 1012 (pNxt->IsInTab() || pNxt->IsInDocBody() != pCnt->IsInDocBody()) ) in _TurboAction() 1013 pNxt = pNxt->GetNextCntntFrm(); in _TurboAction() 1014 if ( pNxt ) in _TurboAction() 1015 pNxt->InvalidatePage(); in _TurboAction()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | node2lay.cxx | 353 SwFrm* pNxt; in RestoreUpperFrms() local 359 if( bFirst && pNxt && pNxt->IsSctFrm() ) in RestoreUpperFrms() 362 if( pNxt ) in RestoreUpperFrms() 363 pNxt = pNxt->GetNext(); in RestoreUpperFrms() 365 pNxt = pUp->Lower(); in RestoreUpperFrms() 367 pNew->Paste( pUp, pNxt ); in RestoreUpperFrms() 374 if( bFirst && pNxt && pNxt->IsSctFrm() ) in RestoreUpperFrms() 377 if( pNxt ) in RestoreUpperFrms() 378 pNxt = pNxt->GetNext(); in RestoreUpperFrms() 380 pNxt = pUp->Lower(); in RestoreUpperFrms() [all …]
|
/aoo41x/main/sw/source/core/text/ |
H A D | txtfrm.cxx | 1365 SwFrm *pNxt; in Modify() local 1367 pNxt->InvalidatePrt(); in Modify() 1792 SwFrm* pNxt; in Prepare() local 2559 while( pNxt && pNxt->IsInTab() ) in ChgThisLines() 2561 if( 0 != (pNxt = pNxt->FindTabFrm()) ) in ChgThisLines() 2562 pNxt = pNxt->FindNextCnt(); in ChgThisLines() 2564 if( pNxt ) in ChgThisLines() 2630 while ( pNxt && in RecalcAllLines() 2631 (pNxt->IsInTab() || pNxt->IsInDocBody() != IsInDocBody()) ) in RecalcAllLines() 2632 pNxt = pNxt->GetNextCntntFrm(); in RecalcAllLines() [all …]
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | trvlcol.cxx | 73 SwCntntFrm *pNxt = pRet->GetNextCntntFrm(); in GetColumnEnd() local 74 while( pNxt && pColFrm->IsAnLower( pNxt ) ) in GetColumnEnd() 76 pRet = pNxt; in GetColumnEnd() 77 pNxt = pNxt->GetNextCntntFrm(); in GetColumnEnd()
|
H A D | unocrsr.cxx | 65 Ring* pNxt = GetNext(); in ~SwUnoCrsr() local 66 pNxt->MoveTo( 0 ); // ausketten in ~SwUnoCrsr() 67 delete pNxt; // und loeschen in ~SwUnoCrsr()
|
H A D | crsrsh.cxx | 1841 SwShellCrsr* pNxt = dynamic_cast<SwShellCrsr*>(pCurCrsr->GetNext()); in UpdateCrsr() local 1842 while( pNxt && pNxt != pCurCrsr ) in UpdateCrsr() 1844 pNxt->SwSelPaintRects::Show(); in UpdateCrsr() 1845 pNxt = dynamic_cast<SwShellCrsr*>(pNxt->GetNext()); in UpdateCrsr() 1909 SwCursor* pNxt = (SwCursor*)pCurCrsr->GetNext(); in RefreshBlockCursor() local 1910 while( pNxt != pCurCrsr ) in RefreshBlockCursor() 1912 delete pNxt; in RefreshBlockCursor() 1913 pNxt = (SwCursor*)pCurCrsr->GetNext(); in RefreshBlockCursor()
|
/aoo41x/main/sw/source/core/bastyp/ |
H A D | ring.cxx | 112 const Ring* pNxt = pNext; in numberOf() local 113 while( pNxt != this ) in numberOf() 116 pNxt = pNxt->GetNext(); in numberOf()
|
H A D | index.cxx | 179 SwIndex* pNxt; in ChgValue() local 180 while( 0 != ( pNxt = pFnd->pNext ) && pNxt->nIndex < nNewValue ) in ChgValue() 181 pFnd = pNxt; in ChgValue()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | parcss1.hxx | 124 void SetNext( CSS1Selector *pNxt ) { pNext = pNxt; } in SetNext() argument 171 void SetNext( CSS1Expression *pNxt ) { pNext = pNxt; } in SetNext()
|
H A D | swhtml.hxx | 137 void InsertNext( _HTMLAttr *pNxt ) { pNext = pNxt; } in InsertNext() argument 961 SwPendingStack( int nTkn, SwPendingStack* pNxt ) in SwPendingStack() 962 : nToken( nTkn ), pData( 0 ), pNext( pNxt ) in SwPendingStack()
|
H A D | wrthtml.hxx | 446 void SetNextNumInfo( SwHTMLNumRuleInfo *pNxt ) { pNextNumRuleInfo=pNxt; } in SetNextNumInfo() argument
|
/aoo41x/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 80 SwHTMLTableLayoutConstraints *InsertNext( SwHTMLTableLayoutConstraints *pNxt ); 94 SwHTMLTableLayoutCnts* pNxt ) : in SwHTMLTableLayoutCnts() argument 95 pNext( pNxt ), pBox( 0 ), pTable( pTab ), pStartNode( pSttNd ), in SwHTMLTableLayoutCnts() 159 SwHTMLTableLayoutConstraints *pNxt ) in InsertNext() argument 165 if( pConstr->GetRow() > pNxt->GetRow() || in InsertNext() 166 pConstr->GetColumn() > pNxt->GetColumn() ) in InsertNext() 174 pNxt->pNext = pPrev->GetNext(); in InsertNext() 175 pPrev->pNext = pNxt; in InsertNext() 180 pNxt->pNext = this; in InsertNext() 181 pConstr = pNxt; in InsertNext()
|
/aoo41x/main/sw/source/core/edit/ |
H A D | autofmt.cxx | 1286 SwPaM* pNxt; in DelMoreLinesBlanks() local 1288 pNxt = (SwPaM*)aDelPam.GetNext(); in DelMoreLinesBlanks() 1289 if( pNxt->HasMark() && *pNxt->GetPoint() != *pNxt->GetMark() ) in DelMoreLinesBlanks() 1291 sal_Bool bHasBlnks = HasSelBlanks( *pNxt ); in DelMoreLinesBlanks() 1292 DeleteSel( *pNxt ); in DelMoreLinesBlanks() 1295 pDoc->InsertString( *pNxt, sal_Unicode(' ') ); in DelMoreLinesBlanks() 1299 if( pNxt == &aDelPam ) in DelMoreLinesBlanks() 1301 delete pNxt; in DelMoreLinesBlanks()
|