Searched refs:CmpLines (Results 1 – 1 of 1) sorted by relevance
2070 inline int CmpLines( const SvxBorderLine *pL1, const SvxBorderLine *pL2 ) in CmpLines() function2083 return ( CmpLines( rCmpAttrs.GetBox().GetLeft(), GetBox().GetLeft() ) && in CmpLeftRight()2084 CmpLines( rCmpAttrs.GetBox().GetRight(),GetBox().GetRight() ) && in CmpLeftRight()2098 CmpLines( rBox.GetTop(), rCmpAttrs.GetBox().GetTop() ) && in _JoinWithCmp()2099 CmpLines( rBox.GetBottom(), rCmpAttrs.GetBox().GetBottom() ) && in _JoinWithCmp()
Completed in 25 milliseconds