Lines Matching refs:aBorderLine
1969 table::BorderLine aBorderLine; in PutValue() local
1970 if ( aSeq[0] >>= aBorderLine ) in PutValue()
1972 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()
1978 if ( aSeq[1] >>= aBorderLine ) in PutValue()
1980 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()
1986 if ( aSeq[2] >>= aBorderLine ) in PutValue()
1988 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()
1994 if ( aSeq[3] >>= aBorderLine ) in PutValue()
1996 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()
2071 table::BorderLine aBorderLine; in PutValue() local
2072 if( rVal >>= aBorderLine ) in PutValue()
2092 aBorderLine.Color = nVal; in PutValue()
2094 aBorderLine.InnerLineWidth = (sal_Int16) nVal; in PutValue()
2096 aBorderLine.OuterLineWidth = (sal_Int16) nVal; in PutValue()
2098 aBorderLine.LineDistance = (sal_Int16) nVal; in PutValue()
2106 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()
2889 table::BorderLine aBorderLine; in PutValue() local
2893 if ( aSeq[0] >>= aBorderLine ) in PutValue()
2895 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()
2901 if ( aSeq[1] >>= aBorderLine ) in PutValue()
2903 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()
2937 table::BorderLine aBorderLine; in PutValue() local
2938 if( rVal >>= aBorderLine ) in PutValue()
2957 aBorderLine.Color = nVal; in PutValue()
2959 aBorderLine.InnerLineWidth = (sal_Int16) nVal; in PutValue()
2961 aBorderLine.OuterLineWidth = (sal_Int16) nVal; in PutValue()
2963 aBorderLine.LineDistance = (sal_Int16) nVal; in PutValue()
2975 aBorderLine.Color = aSeq[0]; in PutValue()
2976 aBorderLine.InnerLineWidth = aSeq[1]; in PutValue()
2977 aBorderLine.OuterLineWidth = aSeq[2]; in PutValue()
2978 aBorderLine.LineDistance = aSeq[3]; in PutValue()
2987 sal_Bool bSet = SvxBoxItem::LineToSvxLine(aBorderLine, aLine, bConvert); in PutValue()