Lines Matching refs:aBottom
662 table::BorderLine aLeft, aRight, aTop, aBottom; in ContextFilter() local
667 pBottomBorderWidthState->maValue >>= aBottom; in ContextFilter()
672 aLeft.Color == aBottom.Color && aLeft.InnerLineWidth == aBottom.InnerLineWidth && in ContextFilter()
673 aLeft.OuterLineWidth == aBottom.OuterLineWidth && aLeft.LineDistance == aBottom.LineDistance ) in ContextFilter()
701 sal_Int32 aLeft = 0, aRight = 0, aTop = 0, aBottom = 0; in ContextFilter() local
706 pBottomBorderDistanceState->maValue >>= aBottom; in ContextFilter()
707 if( aLeft == aRight && aLeft == aTop && aLeft == aBottom ) in ContextFilter()
735 table::BorderLine aLeft, aRight, aTop, aBottom; in ContextFilter() local
740 pBottomBorderState->maValue >>= aBottom; in ContextFilter()
745 aLeft.Color == aBottom.Color && aLeft.InnerLineWidth == aBottom.InnerLineWidth && in ContextFilter()
746 aLeft.OuterLineWidth == aBottom.OuterLineWidth && aLeft.LineDistance == aBottom.LineDistance ) in ContextFilter()