Lines Matching refs:aTop
696 table::BorderLine aLeft, aRight, aTop, aBottom; in ContextFilter() local
700 pTopBorderWidthState->maValue >>= aTop; in ContextFilter()
704 aLeft.Color == aTop.Color && aLeft.InnerLineWidth == aTop.InnerLineWidth && in ContextFilter()
705 … aLeft.OuterLineWidth == aTop.OuterLineWidth && aLeft.LineDistance == aTop.LineDistance && in ContextFilter()
735 sal_Int32 aLeft = 0, aRight = 0, aTop = 0, aBottom = 0; in ContextFilter() local
739 pTopBorderDistanceState->maValue >>= aTop; in ContextFilter()
741 if( aLeft == aRight && aLeft == aTop && aLeft == aBottom ) in ContextFilter()
769 table::BorderLine aLeft, aRight, aTop, aBottom; in ContextFilter() local
773 pTopBorderState->maValue >>= aTop; in ContextFilter()
777 aLeft.Color == aTop.Color && aLeft.InnerLineWidth == aTop.InnerLineWidth && in ContextFilter()
778 … aLeft.OuterLineWidth == aTop.OuterLineWidth && aLeft.LineDistance == aTop.LineDistance && in ContextFilter()