Lines Matching refs:aTop
662 table::BorderLine aLeft, aRight, aTop, aBottom; in ContextFilter() local
666 pTopBorderWidthState->maValue >>= aTop; in ContextFilter()
670 aLeft.Color == aTop.Color && aLeft.InnerLineWidth == aTop.InnerLineWidth && in ContextFilter()
671 aLeft.OuterLineWidth == aTop.OuterLineWidth && aLeft.LineDistance == aTop.LineDistance && in ContextFilter()
701 sal_Int32 aLeft = 0, aRight = 0, aTop = 0, aBottom = 0; in ContextFilter() local
705 pTopBorderDistanceState->maValue >>= aTop; in ContextFilter()
707 if( aLeft == aRight && aLeft == aTop && aLeft == aBottom ) in ContextFilter()
735 table::BorderLine aLeft, aRight, aTop, aBottom; in ContextFilter() local
739 pTopBorderState->maValue >>= aTop; in ContextFilter()
743 aLeft.Color == aTop.Color && aLeft.InnerLineWidth == aTop.InnerLineWidth && in ContextFilter()
744 aLeft.OuterLineWidth == aTop.OuterLineWidth && aLeft.LineDistance == aTop.LineDistance && in ContextFilter()