Lines Matching refs:SwTxtFrm

59 class SwTxtFrm: public SwCntntFrm  class
65 friend sal_Bool lcl_ChangeOffset( SwTxtFrm* pFrm, sal_uInt16 nNew );
329 SwTxtFrm *GetFrmAtPos ( const SwPosition &rPos);
330 inline const SwTxtFrm *GetFrmAtPos ( const SwPosition &rPos) const;
332 SwTxtFrm& GetFrmAtOfst( const xub_StrLen nOfst );
344 SwTxtFrm(SwTxtNode * const, SwFrm* );
345 virtual ~SwTxtFrm();
382 DECL_FIXEDMEMPOOL_NEWDEL(SwTxtFrm) in DECL_FIXEDMEMPOOL_NEWDEL() argument
402 { ( (SwTxtFrm*)this )->bHasAnimation = sal_True; } in SetAnimation()
434 SwTxtFrm *FindFtnRef( const SwTxtFtn *pFtn );
455 inline SwTxtFrm *GetFollow();
456 inline const SwTxtFrm *GetFollow() const;
459 SwTxtFrm *FindQuoVadisFrm();
466 SwTxtFrm* GetFormatted( bool bForceQuickFormat = false );
529 void MoveFlyInCnt( SwTxtFrm *pNew, sal_uInt16 nStart, sal_uInt16 nEnd );
625 SwTxtFrm * const pFrm;
627 inline SwTxtFrmLocker( SwTxtFrm *pTxtFrm ) in SwTxtFrmLocker()
637 inline const SwParaPortion *SwTxtFrm::GetPara() const in GetPara()
639 return ((SwTxtFrm*)this)->GetPara(); in GetPara()
642 inline sal_Bool SwTxtFrm::HasPara() const in HasPara()
648 inline SwTwips SwTxtFrm::GetRstHeight() const in GetRstHeight()
656 inline SwTwips SwTxtFrm::GetLeftMargin() const in GetLeftMargin()
660 inline SwTwips SwTxtFrm::GetRightMargin() const in GetRightMargin()
664 inline SwTwips SwTxtFrm::GrowTst( const SwTwips nGrow ) in GrowTst()
671 extern sal_Bool IsDbg( const SwTxtFrm *pFrm );
675 inline sal_Bool SwTxtFrm::IsInside( const xub_StrLen nPos ) const in IsInside()
682 const SwTxtFrm *pFoll = GetFollow(); in IsInside()
689 inline SwTwips SwTxtFrm::GetFtnFrmHeight() const in GetFtnFrmHeight()
697 inline const SwTxtFrm *SwTxtFrm::GetFollow() const in GetFollow()
699 return (const SwTxtFrm*)SwCntntFrm::GetFollow(); in GetFollow()
701 inline SwTxtFrm *SwTxtFrm::GetFollow() in GetFollow()
703 return (SwTxtFrm*)SwCntntFrm::GetFollow(); in GetFollow()
706 inline const SwTxtFrm *SwTxtFrm::GetFrmAtPos( const SwPosition &rPos) const in GetFrmAtPos()
708 return ((SwTxtFrm*)this)->GetFrmAtPos( rPos ); in GetFrmAtPos()
711 inline void SwTxtFrm::AdjustFollow( SwTxtFormatter &rLine, in AdjustFollow()
718 inline void SwTxtFrm::SetOfst( const xub_StrLen nNewOfst ) in SetOfst()
724 inline void SwTxtFrm::SetRepaint() const in SetRepaint()
726 ((SwTxtFrm*)this)->bRepaint = sal_True; in SetRepaint()
728 inline void SwTxtFrm::ResetRepaint() const in ResetRepaint()
730 ((SwTxtFrm*)this)->bRepaint = sal_False; in ResetRepaint()
733 inline void SwTxtFrm::SetBlinkPor() const in SetBlinkPor()
735 ((SwTxtFrm*)this)->bBlinkPor = sal_True; in SetBlinkPor()
737 inline void SwTxtFrm::ResetBlinkPor() const in ResetBlinkPor()
739 ((SwTxtFrm*)this)->bBlinkPor = sal_False; in ResetBlinkPor()
788 ((SwTxtFrm*)pFrm)->SwapWidthAndHeight(); \
796 ((SwTxtFrm*)pFrm)->SwapWidthAndHeight(); \
801 ((SwTxtFrm*)pFrm)->SwapWidthAndHeight();
807 const SwTxtFrm* pFrm;
810 SwFrmSwapper( const SwTxtFrm* pFrm, sal_Bool bSwapIfNotSwapped );