Lines Matching refs:SwFrm
57 long SwFrm::GetTopMargin() const in GetTopMargin()
59 long SwFrm::GetBottomMargin() const in GetBottomMargin()
61 long SwFrm::GetLeftMargin() const in GetLeftMargin()
63 long SwFrm::GetRightMargin() const in GetRightMargin()
65 long SwFrm::GetPrtLeft() const in GetPrtLeft()
67 long SwFrm::GetPrtBottom() const in GetPrtBottom()
69 long SwFrm::GetPrtRight() const in GetPrtRight()
71 long SwFrm::GetPrtTop() const in GetPrtTop()
74 sal_Bool SwFrm::SetMinLeft( long nDeadline ) in SetMinLeft()
86 sal_Bool SwFrm::SetMaxBottom( long nDeadline ) in SetMaxBottom()
98 sal_Bool SwFrm::SetMinTop( long nDeadline ) in SetMinTop()
110 sal_Bool SwFrm::SetMaxRight( long nDeadline ) in SetMaxRight()
122 void SwFrm::MakeBelowPos( const SwFrm* pUp, const SwFrm* pPrv, sal_Bool bNotify ) in MakeBelowPos()
138 void SwFrm::MakeUpperPos( const SwFrm* pUp, const SwFrm* pPrv, sal_Bool bNotify ) in MakeUpperPos()
155 void SwFrm::MakeLeftPos( const SwFrm* pUp, const SwFrm* pPrv, sal_Bool bNotify ) in MakeLeftPos()
172 void SwFrm::MakeRightPos( const SwFrm* pUp, const SwFrm* pPrv, sal_Bool bNotify ) in MakeRightPos()
188 void SwFrm::SetTopBottomMargins( long nTop, long nBot ) in SetTopBottomMargins()
194 void SwFrm::SetBottomTopMargins( long nBot, long nTop ) in SetBottomTopMargins()
200 void SwFrm::SetLeftRightMargins( long nLeft, long nRight) in SetLeftRightMargins()
206 void SwFrm::SetRightLeftMargins( long nRight, long nLeft) in SetRightLeftMargins()
220 void SwFrm::CheckDirChange() in CheckDirChange()
253 SwFrm* pFrm = ((SwLayoutFrm*)this)->Lower(); in CheckDirChange()
321 Point SwFrm::GetFrmAnchorPos( sal_Bool bIgnoreFlysAnchoredAtThisFrame ) const in GetFrmAnchorPos()
363 SwFrm::~SwFrm() in ~SwFrm()
445 SwCntntFrm::SwCntntFrm( SwCntntNode * const pCntnt, SwFrm* pSib ) : in SwCntntFrm()
446 SwFrm( pCntnt, pSib ), in SwCntntFrm()
447 SwFlowFrm( (SwFrm&)*this ) in SwCntntFrm()
563 SwFrm *pFrm = pLower; in ~SwLayoutFrm()
638 SwFrm *pNxt = pFrm->GetNext(); in ~SwLayoutFrm()
655 const SwRect SwFrm::PaintArea() const in PaintArea()
665 const SwFrm* pTmp = this; in PaintArea()
678 const SwFrm* pNxt = pTmp; in PaintArea()
755 const SwRect SwFrm::UnionFrm( sal_Bool bBorder ) const in UnionFrm()
775 SwBorderAttrAccess aAccess( SwFrm::GetCache(), this ); in UnionFrm()