Lines Matching refs:aBottom
696 table::BorderLine aLeft, aRight, aTop, aBottom; in ContextFilter() local
701 pBottomBorderWidthState->maValue >>= aBottom; in ContextFilter()
706 aLeft.Color == aBottom.Color && aLeft.InnerLineWidth == aBottom.InnerLineWidth && in ContextFilter()
707 aLeft.OuterLineWidth == aBottom.OuterLineWidth && aLeft.LineDistance == aBottom.LineDistance ) in ContextFilter()
735 sal_Int32 aLeft = 0, aRight = 0, aTop = 0, aBottom = 0; in ContextFilter() local
740 pBottomBorderDistanceState->maValue >>= aBottom; in ContextFilter()
741 if( aLeft == aRight && aLeft == aTop && aLeft == aBottom ) in ContextFilter()
769 table::BorderLine aLeft, aRight, aTop, aBottom; in ContextFilter() local
774 pBottomBorderState->maValue >>= aBottom; in ContextFilter()
779 aLeft.Color == aBottom.Color && aLeft.InnerLineWidth == aBottom.InnerLineWidth && in ContextFilter()
780 aLeft.OuterLineWidth == aBottom.OuterLineWidth && aLeft.LineDistance == aBottom.LineDistance ) in ContextFilter()