Lines Matching refs:SwBorderAttrs

1871 SwBorderAttrs::SwBorderAttrs( const SwModify *pMod, const SwFrm *pConstructor ) :  in SwBorderAttrs()  function in SwBorderAttrs
1908 SwBorderAttrs::~SwBorderAttrs() in ~SwBorderAttrs()
1925 void SwBorderAttrs::_CalcTop() in _CalcTop()
1931 void SwBorderAttrs::_CalcBottom() in _CalcBottom()
1937 long SwBorderAttrs::CalcRight( const SwFrm* pCaller ) const in CalcRight()
1965 long SwBorderAttrs::CalcLeft( const SwFrm *pCaller ) const in CalcLeft()
2006 void SwBorderAttrs::_CalcTopLine() in _CalcTopLine()
2015 void SwBorderAttrs::_CalcBottomLine() in _CalcBottomLine()
2024 void SwBorderAttrs::_CalcLeftLine() in _CalcLeftLine()
2033 void SwBorderAttrs::_CalcRightLine() in _CalcRightLine()
2044 void SwBorderAttrs::_IsLine() in _IsLine()
2079 sal_Bool SwBorderAttrs::CmpLeftRight( const SwBorderAttrs &rCmpAttrs, in CmpLeftRight()
2090 sal_Bool SwBorderAttrs::_JoinWithCmp( const SwFrm& _rCallerFrm, in _JoinWithCmp()
2096 const SwBorderAttrs &rCmpAttrs = *aCmpAccess.Get(); in _JoinWithCmp()
2112 void SwBorderAttrs::_CalcJoinedWithPrev( const SwFrm& _rFrm, in _CalcJoinedWithPrev()
2147 void SwBorderAttrs::_CalcJoinedWithNext( const SwFrm& _rFrm ) in _CalcJoinedWithNext()
2178 sal_Bool SwBorderAttrs::JoinedWithPrev( const SwFrm& _rFrm, in JoinedWithPrev()
2184 const_cast<SwBorderAttrs*>(this)->_CalcJoinedWithPrev( _rFrm, _pPrevFrm ); in JoinedWithPrev()
2190 sal_Bool SwBorderAttrs::JoinedWithNext( const SwFrm& _rFrm ) const in JoinedWithNext()
2194 const_cast<SwBorderAttrs*>(this)->_CalcJoinedWithNext( _rFrm ); in JoinedWithNext()
2202 void SwBorderAttrs::_GetTopLine( const SwFrm& _rFrm, in _GetTopLine()
2219 void SwBorderAttrs::_GetBottomLine( const SwFrm& _rFrm ) in _GetBottomLine()
2252 return new SwBorderAttrs( (SwModify*)pOwner, pConstructor ); in NewObj()
2255 SwBorderAttrs *SwBorderAttrAccess::Get() in Get()
2257 return (SwBorderAttrs*)SwCacheAccess::Get(); in Get()
3318 const SwBorderAttrs &rAttrs = *aAccess.Get(); in lcl_CalcCellRstHeight()