Home
last modified time | relevance | path

Searched refs:SwCntntFrm (Results 1 – 25 of 100) sorted by relevance

1234

/AOO41X/main/sw/source/core/inc/
H A Dcntfrm.hxx36 extern sal_Bool GetFrmInPage( const SwCntntFrm*, SwWhichPage, SwPosPage, SwPaM* );
38 class SwCntntFrm: public SwFrm, public SwFlowFrm class
57 const SwCntntFrm* ImplGetNextCntntFrm( bool bFwd ) const;
67 SwCntntFrm( SwCntntNode * const, SwFrm* );
70 virtual ~SwCntntFrm();
80 inline const SwCntntFrm *GetFollow() const;
81 inline SwCntntFrm *GetFollow();
105 inline SwCntntFrm* GetNextCntntFrm() const;
106 inline SwCntntFrm* GetNextCntntFrm( bool ) const;
107 inline SwCntntFrm* GetPrevCntntFrm() const;
[all …]
H A Dftnfrm.hxx28 class SwCntntFrm;
62 SwCntntFrm *pRef; //In diesem CntntFrm steht die Fussnotenref.
78 SwFtnFrm( SwFrmFmt*, SwFrm*, SwCntntFrm*, SwTxtFtn* );
86 const SwCntntFrm *GetRef() const { return pRef; } in GetRef()
87 SwCntntFrm *GetRef() { return pRef; } in GetRef()
91 const SwCntntFrm *GetRef() const;
92 SwCntntFrm *GetRef();
94 const SwCntntFrm *GetRefFromAttr() const;
95 SwCntntFrm *GetRefFromAttr();
108 void SetRef ( SwCntntFrm *pNew ) { pRef = pNew; } in SetRef()
[all …]
H A Dftnboss.hxx76 void AppendFtn( SwCntntFrm *, SwTxtFtn * );
77 void RemoveFtn( const SwCntntFrm *, const SwTxtFtn *, sal_Bool bPrep = sal_True );
78 static SwFtnFrm *FindFtn( const SwCntntFrm *, const SwTxtFtn * );
81 const SwFtnFrm *FindFirstFtn( SwCntntFrm* ) const;
84 void ChangeFtnRef( const SwCntntFrm *pOld, const SwTxtFtn *,
85 SwCntntFrm *pNew );
104 static void _CollectFtns( const SwCntntFrm* _pRef,
112 void CollectFtns( const SwCntntFrm* _pRef,
117 void MoveFtns( const SwCntntFrm *pSrc, SwCntntFrm *pDest,
H A Dlayfrm.hxx28 class SwCntntFrm;
95 const SwCntntFrm* GetCntntPos( Point &rPoint, const sal_Bool bDontLeave,
108 const SwCntntFrm *ContainsCntnt() const;
109 inline SwCntntFrm *ContainsCntnt();
130 sal_Bool MoveLowerFtns( SwCntntFrm *pStart, SwFtnBossFrm *pOldBoss,
173 inline SwCntntFrm* SwLayoutFrm::ContainsCntnt() in ContainsCntnt()
175 return (SwCntntFrm*)(((const SwLayoutFrm*)this)->ContainsCntnt()); in ContainsCntnt()
H A Dlayact.hxx32 class SwCntntFrm;
106 void PaintCntnt( const SwCntntFrm *, const SwPageFrm *,
108 sal_Bool PaintWithoutFlys( const SwRect &, const SwCntntFrm *,
110 inline sal_Bool _PaintCntnt( const SwCntntFrm *, const SwPageFrm *,
116 void _FormatCntnt( const SwCntntFrm* pCntnt,
121 sal_Bool _TurboAction( const SwCntntFrm * );
219 sal_Bool _DoIdleJob( const SwCntntFrm*, IdleJobType );
H A Dpagefrm.hxx38 class SwCntntFrm;
221 SwCntntFrm *FindLastBodyCntnt();
222 inline SwCntntFrm *FindFirstBodyCntnt();
223 inline const SwCntntFrm *FindFirstBodyCntnt() const;
224 inline const SwCntntFrm *FindLastBodyCntnt() const;
431 inline SwCntntFrm *SwPageFrm::FindFirstBodyCntnt() in FindFirstBodyCntnt()
436 inline const SwCntntFrm *SwPageFrm::FindFirstBodyCntnt() const in FindFirstBodyCntnt()
441 inline const SwCntntFrm *SwPageFrm::FindLastBodyCntnt() const in FindLastBodyCntnt()
H A Dframe.hxx46 class SwCntntFrm;
346 SwCntntFrm* _FindNextCnt( const bool _bInSameFtn = false );
377 SwCntntFrm* _FindPrevCnt( const bool _bInSameFtn = false );
691 inline SwCntntFrm* FindNextCnt( const bool _bInSameFtn = false );
704 inline const SwCntntFrm* FindNextCnt( const bool _bInSameFtn = false ) const;
715 inline SwCntntFrm* FindPrevCnt( const bool _bInSameFtn = false ) in FindPrevCnt()
718 return (SwCntntFrm*)(GetPrev()); in FindPrevCnt()
729 inline const SwCntntFrm* FindPrevCnt( const bool _bInSameFtn = false ) const in FindPrevCnt()
732 return (const SwCntntFrm*)(GetPrev()); in FindPrevCnt()
1194 inline SwCntntFrm *SwFrm::FindNextCnt( const bool _bInSameFtn ) in FindNextCnt()
[all …]
H A Dtxtfrm.hxx59 class SwTxtFrm: public SwCntntFrm
323 SwCntntFrm *SplitFrm( const xub_StrLen nTxtPos );
324 SwCntntFrm *JoinFrm();
340 { return (SwTxtNode*)SwCntntFrm::GetNode(); } in GetTxtNode()
342 { return (SwTxtNode*)SwCntntFrm::GetNode(); } in GetTxtNode()
701 return (const SwTxtFrm*)SwCntntFrm::GetFollow(); in GetFollow()
705 return (SwTxtFrm*)SwCntntFrm::GetFollow(); in GetFollow()
H A Dfrmtool.hxx35 class SwCntntFrm;
221 SwCntntFrm *GetCnt() { return (SwCntntFrm*)pFrm; } in GetCnt()
224 SwCntntNotify( SwCntntFrm *pCntFrm );
548 const SwCntntFrm* GetCellCntnt( const SwLayoutFrm& rCell_ );
H A Drootfrm.hxx28 class SwCntntFrm;
107 const SwCntntFrm *pTurbo;
281 void SetTurbo( const SwCntntFrm *pCntnt ) { pTurbo = pCntnt; } in SetTurbo()
283 const SwCntntFrm *GetTurbo() { return pTurbo; } in GetTurbo()
/AOO41X/main/sw/source/core/layout/
H A Dfindfrm.cxx67 SwCntntFrm *SwPageFrm::FindLastBodyCntnt() in FindLastBodyCntnt()
69 SwCntntFrm *pRet = FindFirstBodyCntnt(); in FindLastBodyCntnt()
70 SwCntntFrm *pNxt = pRet; in FindLastBodyCntnt()
91 const SwCntntFrm *SwLayoutFrm::ContainsCntnt() const in ContainsCntnt()
109 const SwCntntFrm *pCnt = pLayLeaf->ContainsCntnt(); in ContainsCntnt()
120 return (SwCntntFrm*)pLayLeaf->GetNext(); in ContainsCntnt()
124 return (SwCntntFrm*)pLayLeaf->Lower(); in ContainsCntnt()
194 return (SwCntntFrm*)pLayLeaf->Lower(); in ContainsAny()
416 const SwCntntFrm* SwCntntFrm::ImplGetNextCntntFrm( bool bFwd ) const in ImplGetNextCntntFrm()
420 SwCntntFrm *pCntntFrm = 0; in ImplGetNextCntntFrm()
[all …]
H A Dtrvlfrm.cxx205 … const SwCntntFrm *pCnt = GetCntntPos( aPoint, sal_False, sal_False, sal_False, pCMS, sal_False ); in GetCrsrOfst()
398 const SwCntntFrm *pCnt = GetCntntPos( rPoint, sal_True ); in GetCrsrOfst()
492 const SwCntntFrm *pCnt = GetCntntPos( in GetCrsrOfst()
518 sal_Bool SwCntntFrm::LeftMargin(SwPaM *pPam) const in LeftMargin()
527 sal_Bool SwCntntFrm::RightMargin(SwPaM *pPam, sal_Bool) const in RightMargin()
536 const SwCntntFrm *lcl_GetNxtCnt( const SwCntntFrm* pCnt ) in lcl_GetNxtCnt()
541 const SwCntntFrm *lcl_GetPrvCnt( const SwCntntFrm* pCnt ) in lcl_GetPrvCnt()
546 typedef const SwCntntFrm *(*GetNxtPrvCnt)( const SwCntntFrm* );
563 const SwCntntFrm * MA_FASTCALL lcl_MissProtectedFrames( const SwCntntFrm *pCnt, in lcl_MissProtectedFrames()
594 sal_Bool MA_FASTCALL lcl_UpDown( SwPaM *pPam, const SwCntntFrm *pStart, in lcl_UpDown()
[all …]
H A Dflycnt.cxx122 SwCntntFrm *pCntnt = (SwCntntFrm*)GetAnchorFrm(); in Modify()
192 SwCntntFrm* pFlow = pCntnt; in Modify()
635 const SwCntntFrm *pCnt ) in lcl_CalcDownDist()
953 const SwCntntFrm *& rpCnt, in lcl_FindCntDiff()
967 const SwCntntFrm *pCnt = pLay->ContainsCntnt(); in lcl_FindCntDiff()
975 const SwCntntFrm *pNearest = pCnt; in lcl_FindCntDiff()
1016 const SwCntntFrm * MA_FASTCALL lcl_FindCnt( const Point &rPt, const SwCntntFrm *pCnt, in lcl_FindCnt()
1029 const SwCntntFrm *pRet, *pNew; in lcl_FindCnt()
1040 const SwCntntFrm *pNearest = pRet; in lcl_FindCnt()
1116 const SwCntntFrm *FindAnchor( const SwFrm *pOldAnch, const Point &rNew, in FindAnchor()
[all …]
H A Dftnfrm.cxx511 SwFtnFrm::SwFtnFrm( SwFrmFmt *pFmt, SwFrm* pSib, SwCntntFrm *pCnt, SwTxtFtn *pAt ): in SwFtnFrm()
1280 const SwFtnFrm *SwFtnBossFrm::FindFirstFtn( SwCntntFrm *pCnt ) const in FindFirstFtn()
1642 void SwFtnBossFrm::AppendFtn( SwCntntFrm *pRef, SwTxtFtn *pAttr ) in AppendFtn()
1821 SwCntntFrm *pCnt = pNew->ContainsCntnt(); in AppendFtn()
1837 pCnt = (SwCntntFrm*)pCnt->FindNextCnt(); in AppendFtn()
1874 SwFtnFrm *SwFtnBossFrm::FindFtn( const SwCntntFrm *pRef, const SwTxtFtn *pAttr ) in FindFtn()
1920 void SwFtnBossFrm::RemoveFtn( const SwCntntFrm *pRef, const SwTxtFtn *pAttr, in RemoveFtn()
1951 void SwFtnBossFrm::ChangeFtnRef( const SwCntntFrm *pOld, const SwTxtFtn *pAttr, in ChangeFtnRef()
1952 SwCntntFrm *pNew ) in ChangeFtnRef()
1972 void SwFtnBossFrm::CollectFtns( const SwCntntFrm* _pRef, in CollectFtns()
[all …]
H A Dlayact.cxx220 sal_Bool SwLayAction::PaintWithoutFlys( const SwRect &rRect, const SwCntntFrm *pCnt, in PaintWithoutFlys()
303 inline sal_Bool SwLayAction::_PaintCntnt( const SwCntntFrm *pCntnt, in _PaintCntnt()
317 void SwLayAction::PaintCntnt( const SwCntntFrm *pCnt, in PaintCntnt()
348 SwRect aPaintRect = static_cast<SwTxtFrm*>(const_cast<SwCntntFrm*>(pCnt))->Paint(); in PaintCntnt()
516 SwCntntFrm *pCnt = pPage->FindFirstBodyCntnt(); in CheckFirstVisPage()
517 SwCntntFrm *pChk = pCnt; in CheckFirstVisPage()
520 pCnt = static_cast<SwCntntFrm*>(pCnt)->FindMaster(); in CheckFirstVisPage()
534 pCnt = (SwCntntFrm*)pCnt->FindPrev(); in CheckFirstVisPage()
982 sal_Bool SwLayAction::_TurboAction( const SwCntntFrm *pCnt ) in _TurboAction()
1010 const SwCntntFrm *pNxt = pCnt->GetNextCntntFrm(); in _TurboAction()
[all …]
H A Dssfrm.cxx445 SwCntntFrm::SwCntntFrm( SwCntntNode * const pCntnt, SwFrm* pSib ) : in SwCntntFrm() function in SwCntntFrm
454 SwCntntFrm::~SwCntntFrm() in ~SwCntntFrm()
494 void SwCntntFrm::RegisterToNode( SwCntntNode& rNode ) in RegisterToNode()
499 void SwCntntFrm::DelFrms( const SwCntntNode& rNode ) in DelFrms()
501 SwIterator<SwCntntFrm,SwCntntNode> aIter( rNode ); in DelFrms()
502 for( SwCntntFrm* pFrm = aIter.First(); pFrm; pFrm = aIter.Next() ) in DelFrms()
525 SwCntntFrm* pMaster = (SwTxtFrm*)pFrm->FindMaster(); in DelFrms()
541 SwCntntFrm* pCFrm; in DelFrms()
H A Dfrmtool.cxx121 (((SwCntntFrm*)pF)->GetFollow() ? sal_True : sal_False) : in SwFrmNotify()
214 if ( bHadFollow || !pFrm->IsCntntFrm() || !((SwCntntFrm*)pFrm)->GetFollow() ) in ~SwFrmNotify()
774 SwCntntNotify::SwCntntNotify( SwCntntFrm *pCntntFrm ) : in SwCntntNotify()
811 SwCntntFrm *pCnt = GetCnt(); in ~SwCntntNotify()
1735 pTmp = (SwCntntFrm*)pMove; in MakeFrms()
1858 ? ((SwCntntFrm*)pConstructor)->GetNode()->GetSwAttrSet() in SwBorderAttrs()
2222 (void*)((SwCntntFrm*)pFrm)->GetNode() : in SwBorderAttrAccess()
2225 ((SwModify*)((SwCntntFrm*)pFrm)->GetNode())->IsInCache() : in SwBorderAttrAccess()
2416 SwCntntFrm* pCnt = pFlyFrm->ContainsCntnt(); in lcl_RemoveObjsFromPage()
2495 ::lcl_RemoveObjsFromPage( (SwCntntFrm*)pFloat ); in SaveCntnt()
[all …]
H A Dwsfrm.cxx430 pRoot->SetTurbo( (const SwCntntFrm*)this ); in InvalidatePage()
812 void SwCntntFrm::Paste( SwFrm* pParent, SwFrm* pSibling) in Paste()
860 ((SwCntntFrm*)GetPrev())->Prepare( PREP_FOLLOW_FOLLOWS ); in Paste()
920 void SwCntntFrm::Cut() in Cut()
1825 SwCntntFrm *pCnt = ((SwLayoutFrm*)this)->ContainsCntnt(); in ReinitializeFrmSizeAttrFlags()
1907 SwTwips SwCntntFrm::GrowFrm( SwTwips nDist, sal_Bool bTst, sal_Bool bInfo ) in GrowFrm()
2022 SwTwips SwCntntFrm::ShrinkFrm( SwTwips nDist, sal_Bool bTst, sal_Bool bInfo ) in ShrinkFrm()
2146 void SwCntntFrm::Modify( const SfxPoolItem* pOld, const SfxPoolItem * pNew ) in Modify()
2219 void SwCntntFrm::_UpdateAttr( const SfxPoolItem* pOld, const SfxPoolItem* pNew, in _UpdateAttr()
2757 SwCntntFrm *pCnt; in ShrinkFrm()
[all …]
H A Dcalcmove.cxx78 sal_Bool SwCntntFrm::ShouldBwdMoved( SwLayoutFrm *pNewUpper, sal_Bool, sal_Bool & ) in ShouldBwdMoved()
298 SwFlowFrm* pThis = bCnt ? (SwCntntFrm*)this : NULL; in PrepareMake()
431 SwFlowFrm* pThis = bCnt ? (SwCntntFrm*)this : NULL; in PrepareCrsr()
535 ( ((SwCntntFrm*)pPrv)->GetFollow() != this ) ) in MakePos()
962 sal_Bool SwCntntFrm::MakePrtArea( const SwBorderAttrs &rAttrs ) in MakePrtArea()
1118 void SwCntntFrm::MakeAll() in MakeAll()
1275 SwCntntFrm* pRefCnt = pFtn ? pFtn->GetRef() : 0; in MakeAll()
1669 0 != const_cast<SwCntntFrm*>(this)->GetNextCellLeaf( MAKEPAGE_NONE ) ) in MakeAll()
1832 SwCntntNotify aNotify( (SwCntntFrm*)pNxt ); in MakeNxt()
1842 ((SwCntntFrm*)pNxt)->MakePrtArea( rAttrs ); in MakeNxt()
[all …]
H A Dsectfrm.cxx623 SwCntntFrm* lcl_GetNextCntntFrm( const SwLayoutFrm* pLay, bool bFwd ) in lcl_GetNextCntntFrm()
628 return (SwCntntFrm*)pLay->GetNext(); in lcl_GetNextCntntFrm()
633 return (SwCntntFrm*)pLay->GetPrev(); in lcl_GetNextCntntFrm()
638 SwCntntFrm *pCntntFrm = 0; in lcl_GetNextCntntFrm()
665 } while ( 0 == (pCntntFrm = (pFrm->IsCntntFrm() ? (SwCntntFrm*)pFrm:0) )); in lcl_GetNextCntntFrm()
857 void lcl_FindCntntFrm( SwCntntFrm* &rpCntntFrm, SwFtnFrm* &rpFtnFrm, in lcl_FindCntntFrm()
867 rpCntntFrm = (SwCntntFrm*)pFrm; in lcl_FindCntntFrm()
887 SwCntntFrm *SwSectionFrm::FindLastCntnt( sal_uInt8 nMode ) in FindLastCntnt()
889 SwCntntFrm *pRet = NULL; in FindLastCntnt()
1642 SwCntntFrm* pTmpCnt = ((SwTabFrm*)this)->FindLastCntnt(); in GetNextSctLeaf()
[all …]
/AOO41X/main/sw/source/core/crsr/
H A Dtrvlcol.cxx61 SwCntntFrm* GetColumnStt( const SwLayoutFrm* pColFrm ) in GetColumnStt()
63 return pColFrm ? (SwCntntFrm*)pColFrm->ContainsCntnt() : 0; in GetColumnStt()
67 SwCntntFrm* GetColumnEnd( const SwLayoutFrm* pColFrm ) in GetColumnEnd()
69 SwCntntFrm *pRet = GetColumnStt( pColFrm ); in GetColumnEnd()
73 SwCntntFrm *pNxt = pRet->GetNextCntntFrm(); in GetColumnEnd()
98 SwCntntFrm* pCnt = (*fnPosCol)( pLayFrm ); in MoveColumn()
/AOO41X/main/sw/source/core/docnode/
H A Dnode.cxx487 SwCntntFrm* pCFrm; in IsProtect()
781SwCntntFrm* pFrm = SwIterator<SwCntntFrm,SwCntntNode>::FirstElement( *(SwCntntNode*)this ); in GetFlyFmt()
1150 SwCntntFrm *SwCntntNode::getLayoutFrm( const SwRootFrm* _pRoot, in getLayoutFrm()
1153 return (SwCntntFrm*) ::GetFrmOfModify( _pRoot, *(SwModify*)this, FRM_CNTNT, in getLayoutFrm()
1161 SwCntntFrm* pFrm = (SwCntntFrm*)::GetFrmOfModify( 0, *(SwModify*)this, in FindLayoutRect()
1380 SwCntntFrm *pFrm; in DelFrms()
1382 for( pFrm = (SwCntntFrm*)aIter.First( TYPE(SwCntntFrm)); pFrm; in DelFrms()
1383 pFrm = (SwCntntFrm*)aIter.Next() ) in DelFrms()
1406 SwCntntFrm* pMaster = (SwTxtFrm*)pFrm->FindMaster(); in DelFrms()
1422 SwCntntFrm* pCFrm; in DelFrms()
/AOO41X/main/sw/source/core/frmedt/
H A Dfefly1.cxx114 …const SwCntntFrm* pCFrm = pCntNd ? pCntNd->getLayoutFrm( pCntNd->GetDoc()->GetCurrentLayout(), &rP… in lcl_SetNewFlyPos()
154 SwPosition aPos( *((SwCntntFrm*)pNewAnch)->GetNode() ); in lcl_FindAnchorPos()
163 SwCntntNode* pCNd = ((SwCntntFrm*)pNewAnch)->GetNode(); in lcl_FindAnchorPos()
336 SwCntntFrm *pCntnt = GetCurrFrm( sal_False ); in IsFlyInFly()
397 SwCntntFrm *pCntnt = GetCurrFrm( sal_False ); in SetFlyPos()
472 SwCntntFrm *pCntnt = GetCurrFrm( sal_False ); in FindAnchorPos()
491 SwCntntFrm *pCntnt = GetCurrFrm( sal_False ); in FindAnchorPos()
497 SwCntntFrm *pTxtFrm = NULL; in FindAnchorPos()
773 SwPosition aPos( *((SwCntntFrm*)pAnch)->GetNode() ); in NewFlyFrm()
776 aPos.nContent.Assign( ((SwCntntFrm*)pAnch)->GetNode(), 0 ); in NewFlyFrm()
[all …]
/AOO41X/main/sw/source/core/text/
H A Dtxtfly.hxx31 class SwCntntFrm;
117 const SwCntntFrm *pMaster;
161 const SwCntntFrm* _GetMaster();
195 inline const SwCntntFrm* GetMaster() const in GetMaster()
/AOO41X/main/sw/inc/
H A Dcshtyp.hxx30 class SwCntntFrm;
42 typedef SwCntntFrm * (*SwPosPage)( const SwLayoutFrm * );
66 typedef SwCntntFrm * (*SwPosColumn)( const SwLayoutFrm * );

1234