| /AOO41X/main/sw/source/core/layout/ |
| H A D | layact.cxx | 303 inline sal_Bool SwLayAction::_PaintCntnt( const SwCntntFrm *pCntnt, in _PaintCntnt() argument 310 return PaintWithoutFlys( rRect, pCntnt, pPage ); in _PaintCntnt() 1239 const SwCntntFrm *pCntnt; in IsShortCut() local 1243 pCntnt = pBody ? pBody->ContainsCntnt() : 0; in IsShortCut() 1244 while ( p2ndPage && !pCntnt ) in IsShortCut() 1252 pCntnt = pBody ? pBody->ContainsCntnt() : 0; in IsShortCut() 1255 if ( pCntnt ) in IsShortCut() 1261 const SwFrm *pLst = pCntnt; in IsShortCut() 1263 pLst = pCntnt->FindTabFrm(); in IsShortCut() 1265 pLst = pCntnt->FindSctFrm(); in IsShortCut() [all …]
|
| H A D | trvlfrm.cxx | 925 const SwCntntFrm *pCntnt = pPage->ContainsCntnt(); in SetCurrPage() local 926 while ( pCntnt && pPage->IsAnLower( pCntnt ) ) in SetCurrPage() 928 pCntnt->Calc(); in SetCurrPage() 929 pCntnt = pCntnt->GetNextCntntFrm(); in SetCurrPage() 943 const SwCntntFrm *pCntnt = pPage->ContainsCntnt(); in SetCurrPage() local 945 while ( pCntnt && !pCntnt->IsInFtn() ) in SetCurrPage() 946 pCntnt = pCntnt->GetNextCntntFrm(); in SetCurrPage() 948 while ( pCntnt && !pCntnt->IsInDocBody() ) in SetCurrPage() 949 pCntnt = pCntnt->GetNextCntntFrm(); in SetCurrPage() 950 if ( pCntnt ) in SetCurrPage() [all …]
|
| H A D | flycnt.cxx | 122 SwCntntFrm *pCntnt = (SwCntntFrm*)GetAnchorFrm(); in Modify() local 125 const sal_Bool bBodyFtn = (pCntnt->IsInDocBody() || pCntnt->IsInFtn()); in Modify() 131 SwNodeIndex aOldIdx( *pCntnt->GetNode() ); in Modify() 148 while ( pCntnt && !bFound ) in Modify() 153 pCntnt = pCntnt->GetNextCntntFrm(); in Modify() 155 pCntnt = pCntnt->GetPrevCntntFrm(); in Modify() 156 } while ( pCntnt && in Modify() 157 !( bBodyFtn == ( pCntnt->IsInDocBody() || in Modify() 158 pCntnt->IsInFtn() ) ) ); in Modify() 159 if ( pCntnt ) in Modify() [all …]
|
| H A D | objectformatter.cxx | 297 SwCntntFrm* pCntnt = rFlyFrm.ContainsCntnt(); in _FormatObjCntnt() local 299 while ( pCntnt ) in _FormatObjCntnt() 302 pCntnt->OptCalc(); in _FormatObjCntnt() 307 if ( pCntnt->IsTxtFrm() && in _FormatObjCntnt() 308 !SwObjectFormatter::FormatObjsAtFrm( *pCntnt, in _FormatObjCntnt() 309 *(pCntnt->FindPageFrm()), in _FormatObjCntnt() 314 pCntnt = rFlyFrm.ContainsCntnt(); in _FormatObjCntnt() 319 pCntnt = pCntnt->GetNextCntntFrm(); in _FormatObjCntnt()
|
| H A D | flyincnt.cxx | 175 SwCntntFrm *pCntnt = ContainsCntnt(); in Format() local 176 while ( pCntnt ) in Format() 177 { pCntnt->Calc(); in Format() 178 pCntnt = pCntnt->GetNextCntntFrm(); in Format()
|
| H A D | ftnfrm.cxx | 2464 SwFrm* pCntnt = pFirst->ContainsAny(); in RearrangeFtns() local 2465 if( pCntnt ) in RearrangeFtns() 2470 pCntnt->Calc(); in RearrangeFtns() 2472 if ( pCntnt->IsTxtFrm() && pCntnt->IsValid() ) in RearrangeFtns() 2474 SwObjectFormatter::FormatObjsAtFrm( *pCntnt, in RearrangeFtns() 2475 *(pCntnt->FindPageFrm()) ); in RearrangeFtns() 2703 SwCntntFrm* pCntnt = pBody->ContainsCntnt(); in UpdateFtnNum() local 2706 while( pCntnt && pCntnt->FindPageFrm() == this ) in UpdateFtnNum() 2708 if( ((SwTxtFrm*)pCntnt)->HasFtn() ) in UpdateFtnNum() 2710 SwFtnBossFrm* pBoss = pCntnt->FindFtnBossFrm( sal_True ); in UpdateFtnNum() [all …]
|
| H A D | frmtool.cxx | 2969 SwCntntFrm *pCntnt = pFly->ContainsCntnt(); in lcl_NotifyCntnt() local 2970 while ( pCntnt ) in lcl_NotifyCntnt() 2972 ::lcl_NotifyCntnt( pThis, pCntnt, rRect, eHint ); in lcl_NotifyCntnt() 2973 pCntnt = pCntnt->GetNextCntntFrm(); in lcl_NotifyCntnt() 3563 const SwCntntFrm* pCntnt = rCell.ContainsCntnt(); in GetCellCntnt() local 3566 while ( pCntnt && rCell.IsAnLower( pCntnt ) ) in GetCellCntnt() 3568 const SwTabFrm* pTmpTab = pCntnt->FindTabFrm(); in GetCellCntnt() 3571 pCntnt = pTmpTab->FindLastCntnt(); in GetCellCntnt() 3572 if ( pCntnt ) in GetCellCntnt() 3574 pCntnt = pCntnt->FindNextCnt(); in GetCellCntnt() [all …]
|
| H A D | pagechg.cxx | 525 SwCntntFrm *pCntnt = pLow->ContainsCntnt(); in PreparePage() local 526 while ( pCntnt && pLow->IsAnLower( pCntnt ) ) in PreparePage() 528 pCntnt->OptCalc(); //Nicht die Vorgaenger in PreparePage() 529 pCntnt = pCntnt->GetNextCntntFrm(); in PreparePage()
|
| H A D | flylay.cxx | 620 SwCntntFrm *pCntnt = GetFmt()->GetDoc()->GetNodes().GoNext( &aIdx )-> in Modify() local 622 if( pCntnt ) in Modify() 624 SwFlyFrm *pTmp = pCntnt->FindFlyFrm(); in Modify()
|
| H A D | ssfrm.cxx | 445 SwCntntFrm::SwCntntFrm( SwCntntNode * const pCntnt, SwFrm* pSib ) : in SwCntntFrm() argument 446 SwFrm( pCntnt, pSib ), in SwCntntFrm()
|
| /AOO41X/main/sw/source/core/frmedt/ |
| H A D | fefly1.cxx | 336 SwCntntFrm *pCntnt = GetCurrFrm( sal_False ); in IsFlyInFly() local 337 if( !pCntnt ) in IsFlyInFly() 339 SwFlyFrm *pFly = pCntnt->FindFlyFrm(); in IsFlyInFly() 397 SwCntntFrm *pCntnt = GetCurrFrm( sal_False ); in SetFlyPos() local 398 if( !pCntnt ) in SetFlyPos() 400 SwFlyFrm *pFly = pCntnt->FindFlyFrm(); in SetFlyPos() 472 SwCntntFrm *pCntnt = GetCurrFrm( sal_False ); in FindAnchorPos() local 473 if( !pCntnt ) in FindAnchorPos() 475 pFly = pCntnt->FindFlyFrm(); in FindAnchorPos() 483 pFooterOrHeader = pCntnt->FindFooterOrHeader(); in FindAnchorPos() [all …]
|
| H A D | fetab.cxx | 1930 const SwCntntFrm* pCntnt = ::GetCellCntnt( *pFrm ); in SelTblRowCol() local 1932 if ( pCntnt && pCntnt->IsTxtFrm() ) in SelTblRowCol() 1934 ppPos[i] = new SwPosition( *pCntnt->GetNode() ); in SelTblRowCol() 1935 ppPos[i]->nContent.Assign( const_cast<SwCntntNode*>(pCntnt->GetNode()), 0 ); in SelTblRowCol() 1939 paPt[i] = pCntnt->Frm().Center(); in SelTblRowCol()
|
| /AOO41X/main/sw/source/core/undo/ |
| H A D | SwUndoPageDesc.cxx | 69 const SwFmtCntnt* pCntnt = &pHeaderFmt->GetCntnt(); in DebugHeaderFooterContent() local 70 if( pCntnt->GetCntntIdx() ) in DebugHeaderFooterContent() 71 nHeaderMaster = pCntnt->GetCntntIdx()->GetIndex(); in DebugHeaderFooterContent() 93 const SwFmtCntnt* pCntnt = &pFooterFmt->GetCntnt(); in DebugHeaderFooterContent() local 94 if( pCntnt->GetCntntIdx() ) in DebugHeaderFooterContent() 95 nFooterMaster = pCntnt->GetCntntIdx()->GetIndex(); in DebugHeaderFooterContent()
|
| /AOO41X/main/sw/source/core/text/ |
| H A D | txtftn.cxx | 647 SwCntntFrm *pCntnt = this; in ConnectFtn() local 652 pCntnt = pSect->FindLastCntnt( FINDMODE_ENDNOTE ); in ConnectFtn() 653 if( !pCntnt ) in ConnectFtn() 654 pCntnt = this; in ConnectFtn() 657 SwFtnBossFrm *pBoss = pCntnt->FindFtnBossFrm( !bEnd ); in ConnectFtn()
|
| /AOO41X/main/sw/source/core/inc/ |
| H A D | rootfrm.hxx | 281 void SetTurbo( const SwCntntFrm *pCntnt ) { pTurbo = pCntnt; } in SetTurbo() argument
|
| H A D | layact.hxx | 116 void _FormatCntnt( const SwCntntFrm* pCntnt,
|
| /AOO41X/main/sw/source/core/txtnode/ |
| H A D | ndtxt.cxx | 329 SwCntntFrm* pCntnt = aIter.First(); in lcl_ChangeFtnRef() local 330 if( pCntnt ) in lcl_ChangeFtnRef() 332 ASSERT( pCntnt->getRootFrm() == pFrm->getRootFrm(), in lcl_ChangeFtnRef() 334 SwFtnFrm *pFtn = pCntnt->FindFtnFrm(); in lcl_ChangeFtnRef() 349 while( 0 != (pCntnt = aIter.Next()) ) in lcl_ChangeFtnRef() 351 SwFtnFrm *pDbgFtn = pCntnt->FindFtnFrm(); in lcl_ChangeFtnRef() 362 SwCntntFrm* pCntnt = pFirstFtnOfNode->ContainsCntnt(); in lcl_ChangeFtnRef() local 363 if ( pCntnt ) in lcl_ChangeFtnRef() 365 pCntnt->_InvalidatePos(); in lcl_ChangeFtnRef()
|
| /AOO41X/main/sw/source/core/docnode/ |
| H A D | ndtbl.cxx | 2670 const SwCntntFrm* pCntnt = ::GetCellCntnt( *pBoxFrm ); in GetTabRows() local 2671 if ( pCntnt && pCntnt->IsTxtFrm() ) in GetTabRows() 2673 const SwPosition aPos( *((SwTxtFrm*)pCntnt)->GetTxtNode() ); in GetTabRows() 2952 … const SwFrm* pCntnt = ::GetCellCntnt( static_cast<const SwCellFrm&>(*pFrm) ); in SetTabRows() local 2954 if ( pCntnt && pCntnt->IsTxtFrm() ) in SetTabRows() 2959 pTxtFrm = (SwTxtFrm*)pCntnt; in SetTabRows() 2973 const SwPosition aPos( *((SwTxtFrm*)pCntnt)->GetTxtNode() ); in SetTabRows()
|
| /AOO41X/main/sw/source/core/edit/ |
| H A D | autofmt.cxx | 2724 SwIndex* pCntnt = &pCrsr->GetMark()->nContent; in AutoFmtBySplitNode() local 2725 if( pCntnt->GetIndex() ) in AutoFmtBySplitNode() 2727 *pCntnt = 0; in AutoFmtBySplitNode() 2737 pCntnt->Assign( pTxtNd, 0 ); in AutoFmtBySplitNode()
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | wrtw8sty.cxx | 1857 const SwFmtCntnt *pCntnt; in WriteHeaderFooterText() local 1863 pCntnt = &rHd.GetHeaderFmt()->GetCntnt(); in WriteHeaderFooterText() 1870 pCntnt = &rFt.GetFooterFmt()->GetCntnt(); in WriteHeaderFooterText() 1873 const SwNodeIndex* pSttIdx = pCntnt->GetCntntIdx(); in WriteHeaderFooterText()
|
| /AOO41X/main/sw/source/core/crsr/ |
| H A D | crsrsh.cxx | 1368 SwCntntNode* pCntnt = aTmp.GetNodes().GoNext( &aTmp ); in lcl_CheckHiddenPara() local 1369 if ( pCntnt && pCntnt->IsTxtNode() ) in lcl_CheckHiddenPara() 1370 pTxtNd = (SwTxtNode*)pCntnt; in lcl_CheckHiddenPara()
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | docfmt.cxx | 2097 SwFmtCntnt* pCntnt = (SwFmtCntnt*)pItem; in CopyPageDescHeaderFooterImpl() local 2098 if( pCntnt->GetCntntIdx() ) in CopyPageDescHeaderFooterImpl() 2106 const SwNode& rCSttNd = pCntnt->GetCntntIdx()->GetNode(); in CopyPageDescHeaderFooterImpl()
|