Searched refs:CmpLines (Results 1 – 1 of 1) sorted by relevance
2054 inline int CmpLines( const SvxBorderLine *pL1, const SvxBorderLine *pL2 ) in CmpLines() function2067 return ( CmpLines( rCmpAttrs.GetBox().GetLeft(), GetBox().GetLeft() ) && in CmpLeftRight()2068 CmpLines( rCmpAttrs.GetBox().GetRight(),GetBox().GetRight() ) && in CmpLeftRight()2082 CmpLines( rBox.GetTop(), rCmpAttrs.GetBox().GetTop() ) && in _JoinWithCmp()2083 CmpLines( rBox.GetBottom(), rCmpAttrs.GetBox().GetBottom() ) && in _JoinWithCmp()
Completed in 27 milliseconds