Searched refs:rCmpAttrs (Results 1 – 2 of 2) sorted by relevance
2063 sal_Bool SwBorderAttrs::CmpLeftRight( const SwBorderAttrs &rCmpAttrs, in CmpLeftRight() argument2067 return ( CmpLines( rCmpAttrs.GetBox().GetLeft(), GetBox().GetLeft() ) && in CmpLeftRight()2068 CmpLines( rCmpAttrs.GetBox().GetRight(),GetBox().GetRight() ) && in CmpLeftRight()2069 CalcLeft( pCaller ) == rCmpAttrs.CalcLeft( pCmp ) && in CmpLeftRight()2071 CalcRight( pCaller ) == rCmpAttrs.CalcRight( pCmp ) ); in CmpLeftRight()2080 const SwBorderAttrs &rCmpAttrs = *aCmpAccess.Get(); in _JoinWithCmp() local2081 if ( rShadow == rCmpAttrs.GetShadow() && in _JoinWithCmp()2082 CmpLines( rBox.GetTop(), rCmpAttrs.GetBox().GetTop() ) && in _JoinWithCmp()2083 CmpLines( rBox.GetBottom(), rCmpAttrs.GetBox().GetBottom() ) && in _JoinWithCmp()2084 CmpLeftRight( rCmpAttrs, &_rCallerFrm, &_rCmpFrm ) in _JoinWithCmp()
332 sal_Bool CmpLeftRight( const SwBorderAttrs &rCmpAttrs,
Completed in 30 milliseconds