Home
last modified time | relevance | path

Searched refs:pCnt (Results 1 – 25 of 33) sorted by path

12

/trunk/main/sw/inc/
H A Diodetect.hxx98 const SfxFilterContainer* pCnt = 0 );
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx251 const SwFmtCntnt* pCnt = 0; in SetCrsrInHdFt() local
257 pCnt = &rHd.GetHeaderFmt()->GetCntnt(); in SetCrsrInHdFt()
263 pCnt = &rFt.GetFooterFmt()->GetCntnt(); in SetCrsrInHdFt()
266 if( pCnt && pCnt->GetCntntIdx() ) in SetCrsrInHdFt()
268 SwNodeIndex aIdx( *pCnt->GetCntntIdx(), 1 ); in SetCrsrInHdFt()
H A Dtrvlcol.cxx98 SwCntntFrm* pCnt = (*fnPosCol)( pLayFrm ); in MoveColumn() local
99 if( pCnt ) in MoveColumn()
105 pCnt->Calc(); // ??? in MoveColumn()
107 Point aPt( pCnt->Frm().Pos() + pCnt->Prt().Pos() ); in MoveColumn()
110 aPt.X() += pCnt->Prt().Width(); in MoveColumn()
111 aPt.Y() += pCnt->Prt().Height(); in MoveColumn()
114 pCnt->GetCrsrOfst( pCurCrsr->GetPoint(), aPt ); in MoveColumn()
H A Dtrvlfnfl.cxx106 const SwCntntFrm* pCnt = static_cast<const SwLayoutFrm*> in GotoFtnTxt() local
108 if( pCnt ) in GotoFtnTxt()
110 const SwCntntNode* pNode = pCnt->GetNode(); in GotoFtnTxt()
114 static_cast<const SwTxtFrm*>(pCnt)->GetOfst() ); in GotoFtnTxt()
/trunk/main/sw/source/core/edit/
H A Dedfcol.cxx117 SwCntntNode * pCnt = pCrsr->GetCntntNode(); in FillByEx() local
118 const SfxItemSet* pSet = pCnt->GetpSwAttrSet(); in FillByEx()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx830 SwCntntFrm *pCnt = pAct->ContainsCntnt(); in lcl_NotifyNeighbours() local
831 while ( pCnt ) in lcl_NotifyNeighbours()
833 aTmpCalcPnt = pCnt->Prt(); in lcl_NotifyNeighbours()
834 aTmpCalcPnt += pCnt->Frm().Pos(); in lcl_NotifyNeighbours()
836 ((SwFrm*)pCnt)->Prepare( PREP_FLY_ATTR_CHG ); in lcl_NotifyNeighbours()
837 pCnt = pCnt->GetNextCntntFrm(); in lcl_NotifyNeighbours()
H A Dfews.cxx485 SwCntntFrm *pCnt = LTYPE_DRAW==eType ? 0 : GetCurrFrm( sal_False ); in InsertLabel() local
486 if( LTYPE_DRAW==eType || pCnt ) in InsertLabel()
496 if( pCnt->IsInFly() ) in InsertLabel()
499 nIdx = pCnt->FindFlyFrm()-> in InsertLabel()
505 if( pCnt->IsInTab() ) in InsertLabel()
508 const SwTable& rTbl = *pCnt->FindTabFrm()->GetTable(); in InsertLabel()
/trunk/main/sw/source/core/layout/
H A Dcalcmove.cxx371 if( pCnt ) in PrepareMake()
372 pFrm = pCnt; in PrepareMake()
475 if( pCnt ) in PrepareCrsr()
476 pFrm = pCnt; in PrepareCrsr()
775 while ( pCnt && (pCnt->GetUpper() == pFrm || in MakeAll()
778 nTmp += pCnt->Frm().Height(); in MakeAll()
779 if( pCnt->IsTxtFrm() && in MakeAll()
780 ((SwTxtFrm*)pCnt)->IsUndersized() ) in MakeAll()
782 - pCnt->Prt().Height(); in MakeAll()
783 else if( pCnt->IsSctFrm() && in MakeAll()
[all …]
H A Dfindfrm.cxx109 const SwCntntFrm *pCnt = pLayLeaf->ContainsCntnt(); in ContainsCntnt() local
110 if( pCnt ) in ContainsCntnt()
111 return pCnt; in ContainsCntnt()
148 const SwFrm* pCnt = ContainsAny(); in FirstCell() local
149 while( pCnt && !pCnt->IsCellFrm() ) in FirstCell()
150 pCnt = pCnt->GetUpper(); in FirstCell()
151 return (const SwCellFrm*)pCnt; in FirstCell()
H A Dflowfrm.cxx456 SwCntntFrm *pCnt = pLay->ContainsCntnt(); in CutTree() local
457 while ( pCnt && pLay->IsAnLower( pCnt ) ) in CutTree()
466 pCnt->Calc(); in CutTree()
467 pCnt = pCnt->GetNextCntntFrm(); in CutTree()
665 if ( pCnt ) in MoveSubTree()
666 pCnt->InvalidatePage( pPage ); in MoveSubTree()
713 const SwCntntFrm* pCnt = GetPrevCntntFrm(); in FindMaster() local
715 while ( pCnt ) in FindMaster()
717 if ( pCnt->HasFollow() && pCnt->GetFollow() == this ) in FindMaster()
720 return (SwTxtFrm*)pCnt; in FindMaster()
[all …]
H A Dflycnt.cxx643 return pCnt; in lcl_CalcDownDist()
647 const SwLayoutFrm *pUp = pCnt->IsInTab() ? pCnt->FindTabFrm()->GetUpper() : pCnt->GetUpper(); in lcl_CalcDownDist()
969 while ( pCnt && (bBody != pCnt->IsInDocBody() || bFtn != pCnt->IsInFtn())) in lcl_FindCntDiff()
971 pCnt = pCnt->GetNextCntntFrm(); in lcl_FindCntDiff()
973 pCnt = 0; in lcl_FindCntDiff()
976 if ( pCnt ) in lcl_FindCntDiff()
1002 pCnt = pCnt->GetNextCntntFrm(); in lcl_FindCntDiff()
1005 pCnt = pCnt->GetNextCntntFrm(); in lcl_FindCntDiff()
1007 } while ( pCnt && pLay->IsAnLower( pCnt ) ); in lcl_FindCntDiff()
1156 return pCnt; in FindAnchor()
[all …]
H A Dfrmtool.cxx832 if ( pCnt->IsInTab() && ( POS_DIFF( pCnt->Frm(), aFrm ) || in ~SwCntntNotify()
846 !pCnt->IsFollow() && !pCnt->GetIndPrev() ) in ~SwCntntNotify()
1025 if ( pCnt->IsTxtFrm() && POS_DIFF( aFrm, pCnt->Frm() ) ) in ~SwCntntNotify()
2437 pCnt = pCnt->GetNextCntntFrm(); in lcl_RemoveObjsFromPage()
2516 if( pCnt ) in SaveCntnt()
2521 pCnt = pCnt->GetNextCntntFrm(); in SaveCntnt()
2610 pCnt = pCnt->GetNextCntntFrm(); in lcl_AddObjsToPage()
2666 if( pCnt ) in RestoreCntnt()
3053 while ( pCnt && pArea && pArea->IsAnLower( pCnt ) ) in Notify_Background()
3087 pCnt = pCnt->GetNextCntntFrm(); in Notify_Background()
[all …]
H A Dftnfrm.cxx537 if( pCnt ) in InvalidateNxtFtnCnts()
550 pCnt = pCnt->FindNext(); in InvalidateNxtFtnCnts()
551 } while ( pCnt && GetUpper()->IsAnLower( pCnt ) ); in InvalidateNxtFtnCnts()
1837 pCnt = (SwCntntFrm*)pCnt->FindNextCnt(); in AppendFtn()
2243 pCnt = pCnt->GetNext(); in _MoveFtns()
2288 pCnt = pCnt->FindNext(); in _MoveFtns()
2291 pCnt = pCnt->FindNext(); in _MoveFtns()
2381 pCnt = pCnt->FindNext(); in _MoveFtns()
2384 pCnt = pCnt->FindNext(); in _MoveFtns()
2630 pCnt = pCnt->GetNext(); in RearrangeFtns()
[all …]
H A Dlayact.cxx324 if ( pCnt->IsCompletePaint() || !pCnt->IsTxtFrm() ) in PaintCntnt()
352 if ( pCnt->IsRetouche() && !pCnt->GetNext() ) in PaintCntnt()
519 while ( pCnt && pCnt->IsFollow() ) in CheckFirstVisPage()
521 if ( pCnt && pChk != pCnt ) in CheckFirstVisPage()
533 while ( pCnt && pCnt->IsFollow() ) in CheckFirstVisPage()
534 pCnt = (SwCntntFrm*)pCnt->FindPrev(); in CheckFirstVisPage()
535 if ( pCnt && pCnt != pChk ) in CheckFirstVisPage()
986 if ( !pCnt->IsValid() || pCnt->IsCompletePaint() || pCnt->IsRetouche() ) in _TurboAction()
1146 pCnt = pCnt->GetNextCntntFrm(); in lcl_FindFirstInvaCntnt()
2311 while( pCnt && pPage->IsAnLower( pCnt ) ) in DoIdleJob()
[all …]
H A Dlayouter.cxx97 SwFrm *pCnt = pNxt->ContainsAny(); in CollectEndnote() local
98 if ( pCnt ) in CollectEndnote()
101 { SwFrm *pNxtCnt = pCnt->GetNext(); in CollectEndnote()
102 pCnt->Cut(); in CollectEndnote()
103 pCnt->Paste( pFtn ); in CollectEndnote()
104 pCnt = pNxtCnt; in CollectEndnote()
105 } while ( pCnt ); in CollectEndnote()
H A Dpagechg.cxx1028 SwCntntFrm *pCnt = pFly->ContainsCntnt(); in lcl_PrepFlyInCntRegister() local
1029 while ( pCnt ) in lcl_PrepFlyInCntRegister()
1031 lcl_PrepFlyInCntRegister( pCnt ); in lcl_PrepFlyInCntRegister()
1032 pCnt = pCnt->GetNextCntntFrm(); in lcl_PrepFlyInCntRegister()
H A Dpaintfrm.cxx3244 while ( pCnt && pCnt->IsInFtn() ) in lcl_EmergencyFormatFtnCont()
3246 pCnt->Calc(); in lcl_EmergencyFormatFtnCont()
3247 pCnt = pCnt->GetNextCntntFrm(); in lcl_EmergencyFormatFtnCont()
6337 if ( pCnt ) in PaintSubsidiaryLines()
6467 const SwCntntFrm *pCnt = ContainsCntnt(); in RefreshExtraData() local
6468 while ( pCnt && IsAnLower( pCnt ) ) in RefreshExtraData()
6470 if ( pCnt->IsTxtFrm() && ( bRedLine || in RefreshExtraData()
6471 ( !pCnt->IsInTab() && in RefreshExtraData()
6474 pCnt->Frm().Top() <= rRect.Bottom() && in RefreshExtraData()
6475 pCnt->Frm().Bottom() >= rRect.Top() ) in RefreshExtraData()
[all …]
H A Dtabfrm.cxx1540 SwCntntFrm *pCnt = pLay->ContainsCntnt(); in CalcLowers() local
1548 while ( pCnt && pDontLeave->IsAnLower( pCnt ) ) in CalcLowers()
1560 if ( bSkipRowSpanCells && pCnt->IsInTab() ) in CalcLowers()
1562 const SwFrm* pCell = pCnt->GetUpper(); in CalcLowers()
1571 bRet |= !pCnt->IsValid(); in CalcLowers()
1576 pCnt->Calc(); in CalcLowers()
1581 ASSERT( !pCnt->IsTxtFrm() || in CalcLowers()
1582 pCnt->IsValid() || in CalcLowers()
1585 if ( pCnt->IsTxtFrm() && pCnt->IsValid() ) in CalcLowers()
1613 pCnt->GetUpper()->Calc(); in CalcLowers()
[all …]
H A Dtrvlfrm.cxx569 if ( pCnt && pCnt->IsInTab() ) in lcl_MissProtectedFrames()
584 pCnt = (*fnNxtPrv)( pCnt ); in lcl_MissProtectedFrames()
589 pCnt = (*fnNxtPrv)( pCnt ); in lcl_MissProtectedFrames()
640 pCnt = (*fnNxtPrv)( pCnt ? pCnt : pStart ); in lcl_UpDown()
721 pCnt = (*fnNxtPrv)( pCnt ); in lcl_UpDown()
733 pCnt = (*fnNxtPrv)( pCnt ); in lcl_UpDown()
742 if ( pCnt && pCnt->IsTxtFrm() && ((SwTxtFrm*)pCnt)->IsHiddenNow() ) in lcl_UpDown()
744 pCnt = (*fnNxtPrv)( pCnt ); in lcl_UpDown()
844 pCnt = (*fnNxtPrv)( pCnt ); in lcl_UpDown()
850 (pCnt && pCnt->IsTxtFrm() && ((SwTxtFrm*)pCnt)->IsHiddenNow())); in lcl_UpDown()
[all …]
H A Dwsfrm.cxx1840 pCnt = pCnt->GetNextCntntFrm(); in ReinitializeFrmSizeAttrFlags()
2266 if( pCnt ) in _UpdateAttr()
2311 if( pCnt ) in _UpdateAttr()
2406 if( pCnt->IsColumnFrm() || pCnt->IsCellFrm() ) in InnerHeight()
2416 pCnt = pCnt->GetNext(); in InnerHeight()
2424 if( pCnt->IsCntntFrm() && ((SwTxtFrm*)pCnt)->IsUndersized() ) in InnerHeight()
2427 if( pCnt->IsLayoutFrm() && !pCnt->IsTabFrm() ) in InnerHeight()
2430 pCnt = pCnt->GetNext(); in InnerHeight()
2773 ? pCnt->FindMaster()->GetFrm() : pCnt; in ShrinkFrm()
3876 while ( pCnt ) in lcl_InvalidateCntnt()
[all …]
/trunk/main/sw/source/core/ole/
H A Dndole.cxx343 comphelper::EmbeddedObjectContainer* pCnt = aOLEObj.xOLERef.GetContainer(); in SavePersistentData() local
351 OSL_ENSURE( !pCnt || &rCnt == pCnt, "The helper is assigned to unexpected container!\n" ); in SavePersistentData()
355 if ( pCnt && pCnt->HasEmbeddedObject( aOLEObj.aName ) ) in SavePersistentData()
382 pCnt->RemoveEmbeddedObject( aOLEObj.aName, sal_False, bKeepObjectToTempStorage ); in SavePersistentData()
715 comphelper::EmbeddedObjectContainer* pCnt = xOLERef.GetContainer(); in ~SwOLEObj() local
723 OSL_ENSURE( !pCnt || &rCnt == pCnt, "The helper is assigned to unexpected container!\n" ); in ~SwOLEObj()
727 if ( pCnt && pCnt->HasEmbeddedObject( aName ) ) in ~SwOLEObj()
743 pCnt->RemoveEmbeddedObject( aName ); in ~SwOLEObj()
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx175 const SwCntntFrm *pCnt = rCellFrm.ContainsCntnt(); in lcl_IsHeadlineCell() local
176 if ( pCnt && pCnt->IsTxtFrm() ) in lcl_IsHeadlineCell()
178 const SwTxtNode* pTxtNode = static_cast<const SwTxtFrm*>(pCnt)->GetTxtNode(); in lcl_IsHeadlineCell()
H A Dtxtftn.cxx424 const SwCntntFrm *pCnt = pFtnFrm->ContainsCntnt(); in FindQuoVadisFrm() local
425 if( !pCnt ) in FindQuoVadisFrm()
429 { pLast = pCnt; in FindQuoVadisFrm()
430 pCnt = pCnt->GetNextCntntFrm(); in FindQuoVadisFrm()
431 } while( pCnt && pFtnFrm->IsAnLower( pCnt ) ); in FindQuoVadisFrm()
/trunk/main/sw/source/core/undo/
H A Dunins.cxx1007 SwCntntFrm *pCnt = pCNd->getLayoutFrm( rDoc.GetCurrentLayout() ); in RepeatImpl() local
1008 if( pCnt && 0 != ( pFly = pCnt->FindFlyFrm() ) ) in RepeatImpl()
/trunk/main/sw/source/core/unocore/
H A Dunoflatpara.cxx365 SwCntntFrm* pCnt = pCurrentPage->ContainsCntnt(); in getNextPara() local
367 while( pCnt && pCurrentPage->IsAnLower( pCnt ) ) in getNextPara()
369 SwTxtNode* pTxtNode = dynamic_cast<SwTxtNode*>( pCnt->GetNode()->GetTxtNode() ); in getNextPara()
381 pCnt = pCnt->GetNextCntntFrm(); in getNextPara()

Completed in 202 milliseconds

12