Lines Matching refs:aLeft
662 table::BorderLine aLeft, aRight, aTop, aBottom; in ContextFilter() local
664 pLeftBorderWidthState->maValue >>= aLeft; in ContextFilter()
668 if( aLeft.Color == aRight.Color && aLeft.InnerLineWidth == aRight.InnerLineWidth && in ContextFilter()
669 aLeft.OuterLineWidth == aRight.OuterLineWidth && aLeft.LineDistance == aRight.LineDistance && in ContextFilter()
670 aLeft.Color == aTop.Color && aLeft.InnerLineWidth == aTop.InnerLineWidth && in ContextFilter()
671 aLeft.OuterLineWidth == aTop.OuterLineWidth && aLeft.LineDistance == aTop.LineDistance && 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
703 pLeftBorderDistanceState->maValue >>= aLeft; in ContextFilter()
707 if( aLeft == aRight && aLeft == aTop && aLeft == aBottom ) in ContextFilter()
735 table::BorderLine aLeft, aRight, aTop, aBottom; in ContextFilter() local
737 pLeftBorderState->maValue >>= aLeft; in ContextFilter()
741 if( aLeft.Color == aRight.Color && aLeft.InnerLineWidth == aRight.InnerLineWidth && in ContextFilter()
742 aLeft.OuterLineWidth == aRight.OuterLineWidth && aLeft.LineDistance == aRight.LineDistance && in ContextFilter()
743 aLeft.Color == aTop.Color && aLeft.InnerLineWidth == aTop.InnerLineWidth && in ContextFilter()
744 aLeft.OuterLineWidth == aTop.OuterLineWidth && aLeft.LineDistance == aTop.LineDistance && in ContextFilter()
745 aLeft.Color == aBottom.Color && aLeft.InnerLineWidth == aBottom.InnerLineWidth && in ContextFilter()
746 aLeft.OuterLineWidth == aBottom.OuterLineWidth && aLeft.LineDistance == aBottom.LineDistance ) in ContextFilter()