Home
last modified time | relevance | path

Searched refs:rCmpAttrs (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx2079 sal_Bool SwBorderAttrs::CmpLeftRight( const SwBorderAttrs &rCmpAttrs, in CmpLeftRight() argument
2083 return ( CmpLines( rCmpAttrs.GetBox().GetLeft(), GetBox().GetLeft() ) && in CmpLeftRight()
2084 CmpLines( rCmpAttrs.GetBox().GetRight(),GetBox().GetRight() ) && in CmpLeftRight()
2085 CalcLeft( pCaller ) == rCmpAttrs.CalcLeft( pCmp ) && in CmpLeftRight()
2087 CalcRight( pCaller ) == rCmpAttrs.CalcRight( pCmp ) ); in CmpLeftRight()
2096 const SwBorderAttrs &rCmpAttrs = *aCmpAccess.Get(); in _JoinWithCmp() local
2097 if ( rShadow == rCmpAttrs.GetShadow() && in _JoinWithCmp()
2098 CmpLines( rBox.GetTop(), rCmpAttrs.GetBox().GetTop() ) && in _JoinWithCmp()
2099 CmpLines( rBox.GetBottom(), rCmpAttrs.GetBox().GetBottom() ) && in _JoinWithCmp()
2100 CmpLeftRight( rCmpAttrs, &_rCallerFrm, &_rCmpFrm ) in _JoinWithCmp()
/trunk/main/sw/source/core/inc/
H A Dfrmtool.hxx341 sal_Bool CmpLeftRight( const SwBorderAttrs &rCmpAttrs,

Completed in 21 milliseconds