Lines Matching refs:SwBorderAttrs

257 class SwBorderAttrs : public SwCacheObj  class
341 sal_Bool CmpLeftRight( const SwBorderAttrs &rCmpAttrs,
346 DECL_FIXEDMEMPOOL_NEWDEL(SwBorderAttrs)
348 SwBorderAttrs( const SwModify *pOwner, const SwFrm *pConstructor );
349 ~SwBorderAttrs();
399 SwBorderAttrs *Get();
450 inline sal_uInt16 SwBorderAttrs::GetTopLine ( const SwFrm& _rFrm, in GetTopLine()
455 const_cast<SwBorderAttrs*>(this)->_GetTopLine( _rFrm, _pPrevFrm ); in GetTopLine()
459 inline sal_uInt16 SwBorderAttrs::GetBottomLine( const SwFrm& _rFrm ) const in GetBottomLine()
462 const_cast<SwBorderAttrs*>(this)->_GetBottomLine( _rFrm ); in GetBottomLine()
465 inline void SwBorderAttrs::SetGetCacheLine( sal_Bool bNew ) const in SetGetCacheLine()
467 ((SwBorderAttrs*)this)->bCacheGetLine = bNew; in SetGetCacheLine()
468 ((SwBorderAttrs*)this)->bCachedGetBottomLine = in SetGetCacheLine()
469 ((SwBorderAttrs*)this)->bCachedGetTopLine = sal_False; in SetGetCacheLine()
476 inline sal_uInt16 SwBorderAttrs::CalcTopLine() const in CalcTopLine()
479 ((SwBorderAttrs*)this)->_CalcTopLine(); in CalcTopLine()
482 inline sal_uInt16 SwBorderAttrs::CalcBottomLine() const in CalcBottomLine()
485 ((SwBorderAttrs*)this)->_CalcBottomLine(); in CalcBottomLine()
488 inline sal_uInt16 SwBorderAttrs::CalcLeftLine() const in CalcLeftLine()
491 ((SwBorderAttrs*)this)->_CalcLeftLine(); in CalcLeftLine()
494 inline sal_uInt16 SwBorderAttrs::CalcRightLine() const in CalcRightLine()
497 ((SwBorderAttrs*)this)->_CalcRightLine(); in CalcRightLine()
500 inline sal_uInt16 SwBorderAttrs::CalcTop() const in CalcTop()
503 ((SwBorderAttrs*)this)->_CalcTop(); in CalcTop()
506 inline sal_uInt16 SwBorderAttrs::CalcBottom() const in CalcBottom()
509 ((SwBorderAttrs*)this)->_CalcBottom(); in CalcBottom()
512 inline sal_Bool SwBorderAttrs::IsLine() const in IsLine()
515 ((SwBorderAttrs*)this)->_IsLine(); in IsLine()