Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx2070 inline int CmpLines( const SvxBorderLine *pL1, const SvxBorderLine *pL2 ) in CmpLines() function
2083 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 29 milliseconds