Home
last modified time | relevance | path

Searched refs:pCntnt (Results 1 – 22 of 22) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dlayact.cxx1255 if ( pCntnt ) in IsShortCut()
1851 while ( pCntnt && pPage->IsAnLower( pCntnt ) ) in FormatCntnt()
1856 pCntnt->IsRetouche() || pCntnt->GetDrawObjs(); in FormatCntnt()
1890 if ( !pCntnt->GetValidLineNumFlag() && pCntnt->IsTxtFrm() ) in FormatCntnt()
1975 pCntnt = bNxtCnt ? pCntntNext : pCntnt->GetNextCntntFrm(); in FormatCntnt()
1994 PaintCntnt( pCntnt, pPage, pCntnt->Frm(), pCntnt->Frm().Bottom()); in FormatCntnt()
2022 pCntnt = pCntnt->GetNextCntntFrm(); in FormatCntnt()
2063 PaintCntnt( pCntnt, pPage, pCntnt->Frm(), in _FormatCntnt()
2087 _FormatCntnt( pCntnt, pCntnt->FindPageFrm() ); in _FormatFlyCntnt()
2105 if ( !pCntnt->GetValidLineNumFlag() && pCntnt->IsTxtFrm() ) in _FormatFlyCntnt()
[all …]
H A Dtrvlfrm.cxx929 pCntnt = pCntnt->GetNextCntntFrm(); in SetCurrPage()
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()
1155 pCntnt = pCntnt->GetNextCntntFrm(); in GetCntntPos()
1231 pCntnt = pCntnt->GetNextCntntFrm(); in GetCntntPos()
1234 pCntnt = pCntnt->GetNextCntntFrm(); in GetCntntPos()
1258 pCntnt = pCntnt->GetNextCntntFrm(); in GetCntntPos()
1411 pCntnt = pCntnt->GetNextCntntFrm(); in GetCntntPosition()
[all …]
H A Dflycnt.cxx125 const sal_Bool bBodyFtn = (pCntnt->IsInDocBody() || pCntnt->IsInFtn()); 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()
159 if ( pCntnt ) in Modify()
160 aOldIdx = *pCntnt->GetNode(); in Modify()
184 if ( !pCntnt ) in Modify()
192 SwCntntFrm* pFlow = pCntnt; in Modify()
195 pCntnt = pFlow; in Modify()
[all …]
H A Dobjectformatter.cxx297 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 Dflyincnt.cxx175 SwCntntFrm *pCntnt = ContainsCntnt(); in Format() local
176 while ( pCntnt ) in Format()
177 { pCntnt->Calc(); in Format()
178 pCntnt = pCntnt->GetNextCntntFrm(); in Format()
H A Dftnfrm.cxx2464 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()
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()
2740 if( pFtn && pFtn->GetRef() != pCntnt ) in UpdateFtnNum()
[all …]
H A Dfrmtool.cxx2985 SwCntntFrm *pCntnt = pFly->ContainsCntnt(); in lcl_NotifyCntnt() local
2986 while ( pCntnt ) in lcl_NotifyCntnt()
2988 ::lcl_NotifyCntnt( pThis, pCntnt, rRect, eHint ); in lcl_NotifyCntnt()
2989 pCntnt = pCntnt->GetNextCntntFrm(); in lcl_NotifyCntnt()
3579 const SwCntntFrm* pCntnt = rCell.ContainsCntnt(); in GetCellCntnt() local
3582 while ( pCntnt && rCell.IsAnLower( pCntnt ) ) in GetCellCntnt()
3584 const SwTabFrm* pTmpTab = pCntnt->FindTabFrm(); in GetCellCntnt()
3587 pCntnt = pTmpTab->FindLastCntnt(); in GetCellCntnt()
3588 if ( pCntnt ) in GetCellCntnt()
3590 pCntnt = pCntnt->FindNextCnt(); in GetCellCntnt()
[all …]
H A Dpagechg.cxx525 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 Dflylay.cxx620 SwCntntFrm *pCntnt = GetFmt()->GetDoc()->GetNodes().GoNext( &aIdx )-> in Modify() local
622 if( pCntnt ) in Modify()
624 SwFlyFrm *pTmp = pCntnt->FindFlyFrm(); in Modify()
H A Dssfrm.cxx445 SwCntntFrm::SwCntntFrm( SwCntntNode * const pCntnt, SwFrm* pSib ) : in SwCntntFrm() argument
446 SwFrm( pCntnt, pSib ), in SwCntntFrm()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx336 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()
492 if( !pCntnt ) in FindAnchorPos()
[all …]
H A Dfetab.cxx1930 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()
/trunk/main/sw/source/core/undo/
H A DSwUndoPageDesc.cxx69 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()
/trunk/main/sw/source/core/text/
H A Dtxtftn.cxx647 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()
/trunk/main/sw/source/core/inc/
H A Drootfrm.hxx280 void SetTurbo( const SwCntntFrm *pCntnt ) { pTurbo = pCntnt; } in SetTurbo() argument
H A Dlayact.hxx116 void _FormatCntnt( const SwCntntFrm* pCntnt,
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx334 SwCntntFrm* pCntnt = aIter.First(); in lcl_ChangeFtnRef() local
335 if( pCntnt ) in lcl_ChangeFtnRef()
337 ASSERT( pCntnt->getRootFrm() == pFrm->getRootFrm(), in lcl_ChangeFtnRef()
339 SwFtnFrm *pFtn = pCntnt->FindFtnFrm(); in lcl_ChangeFtnRef()
354 while( 0 != (pCntnt = aIter.Next()) ) in lcl_ChangeFtnRef()
356 SwFtnFrm *pDbgFtn = pCntnt->FindFtnFrm(); in lcl_ChangeFtnRef()
367 SwCntntFrm* pCntnt = pFirstFtnOfNode->ContainsCntnt(); in lcl_ChangeFtnRef() local
368 if ( pCntnt ) in lcl_ChangeFtnRef()
370 pCntnt->_InvalidatePos(); in lcl_ChangeFtnRef()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx2670 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()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1857 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()
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx2725 SwIndex* pCntnt = &pCrsr->GetMark()->nContent; in AutoFmtBySplitNode() local
2726 if( pCntnt->GetIndex() ) in AutoFmtBySplitNode()
2728 *pCntnt = 0; in AutoFmtBySplitNode()
2738 pCntnt->Assign( pTxtNd, 0 ); in AutoFmtBySplitNode()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx1376 SwCntntNode* pCntnt = aTmp.GetNodes().GoNext( &aTmp ); in lcl_CheckHiddenPara() local
1377 if ( pCntnt && pCntnt->IsTxtNode() ) in lcl_CheckHiddenPara()
1378 pTxtNd = (SwTxtNode*)pCntnt; in lcl_CheckHiddenPara()
/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx2109 SwFmtCntnt* pCntnt = (SwFmtCntnt*)pItem; in CopyPageDescHeaderFooterImpl() local
2110 if( pCntnt->GetCntntIdx() ) in CopyPageDescHeaderFooterImpl()
2118 const SwNode& rCSttNd = pCntnt->GetCntntIdx()->GetNode(); in CopyPageDescHeaderFooterImpl()

Completed in 248 milliseconds