Lines Matching refs:aTableBorder
1171 TableBorder aTableBorder; in getPropertyValue() local
1172 aTableBorder.TopLine = SvxBoxItem::SvxLineToLine(rBox.GetTop(), false); in getPropertyValue()
1173 aTableBorder.IsTopLineValid = rBoxInfoItem.IsValid(VALID_TOP); in getPropertyValue()
1174 aTableBorder.BottomLine = SvxBoxItem::SvxLineToLine(rBox.GetBottom(), false); in getPropertyValue()
1175 aTableBorder.IsBottomLineValid = rBoxInfoItem.IsValid(VALID_BOTTOM); in getPropertyValue()
1176 aTableBorder.LeftLine = SvxBoxItem::SvxLineToLine(rBox.GetLeft(), false); in getPropertyValue()
1177 aTableBorder.IsLeftLineValid = rBoxInfoItem.IsValid(VALID_LEFT); in getPropertyValue()
1178 aTableBorder.RightLine = SvxBoxItem::SvxLineToLine(rBox.GetRight(), false); in getPropertyValue()
1179 aTableBorder.IsRightLineValid = rBoxInfoItem.IsValid(VALID_RIGHT ); in getPropertyValue()
1180 aTableBorder.HorizontalLine = SvxBoxItem::SvxLineToLine(rBoxInfoItem.GetHori(), false); in getPropertyValue()
1181 aTableBorder.IsHorizontalLineValid = rBoxInfoItem.IsValid(VALID_HORI); in getPropertyValue()
1182 aTableBorder.VerticalLine = SvxBoxItem::SvxLineToLine(rBoxInfoItem.GetVert(), false); in getPropertyValue()
1183 aTableBorder.IsVerticalLineValid = rBoxInfoItem.IsValid(VALID_VERT); in getPropertyValue()
1184 aTableBorder.Distance = rBox.GetDistance(); in getPropertyValue()
1185 aTableBorder.IsDistanceValid = rBoxInfoItem.IsValid(VALID_DISTANCE); in getPropertyValue()
1187 return Any( aTableBorder ); in getPropertyValue()