Lines Matching refs:aLeft

696 			table::BorderLine aLeft, aRight, aTop, aBottom;  in ContextFilter()  local
698 pLeftBorderWidthState->maValue >>= aLeft; in ContextFilter()
702 if( aLeft.Color == aRight.Color && aLeft.InnerLineWidth == aRight.InnerLineWidth && in ContextFilter()
703 aLeft.OuterLineWidth == aRight.OuterLineWidth && aLeft.LineDistance == aRight.LineDistance && in ContextFilter()
704 aLeft.Color == aTop.Color && aLeft.InnerLineWidth == aTop.InnerLineWidth && in ContextFilter()
705 aLeft.OuterLineWidth == aTop.OuterLineWidth && aLeft.LineDistance == aTop.LineDistance && 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
737 pLeftBorderDistanceState->maValue >>= aLeft; in ContextFilter()
741 if( aLeft == aRight && aLeft == aTop && aLeft == aBottom ) in ContextFilter()
769 table::BorderLine aLeft, aRight, aTop, aBottom; in ContextFilter() local
771 pLeftBorderState->maValue >>= aLeft; in ContextFilter()
775 if( aLeft.Color == aRight.Color && aLeft.InnerLineWidth == aRight.InnerLineWidth && in ContextFilter()
776 aLeft.OuterLineWidth == aRight.OuterLineWidth && aLeft.LineDistance == aRight.LineDistance && in ContextFilter()
777 aLeft.Color == aTop.Color && aLeft.InnerLineWidth == aTop.InnerLineWidth && in ContextFilter()
778 aLeft.OuterLineWidth == aTop.OuterLineWidth && aLeft.LineDistance == aTop.LineDistance && in ContextFilter()
779 aLeft.Color == aBottom.Color && aLeft.InnerLineWidth == aBottom.InnerLineWidth && in ContextFilter()
780 aLeft.OuterLineWidth == aBottom.OuterLineWidth && aLeft.LineDistance == aBottom.LineDistance ) in ContextFilter()