From 402fffa1b42e8b54704bab5442590d192dea67ca Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 18 Mar 2014 23:28:42 -0400 Subject: Add dash-dot and dash-dot-dot line styles. We need these for Excel interop. Change-Id: I91450c1d205f28636edfb4392aa6ae5091b1d7b7 --- offapi/com/sun/star/table/BorderLineStyle.idl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/table/BorderLineStyle.idl b/offapi/com/sun/star/table/BorderLineStyle.idl index 0c37c67519e2..90d5930b43f1 100644 --- a/offapi/com/sun/star/table/BorderLineStyle.idl +++ b/offapi/com/sun/star/table/BorderLineStyle.idl @@ -101,9 +101,15 @@ constants BorderLineStyle */ const short DOUBLE_THIN = 15; + /** Line consisting of a repetition of one dash and one dot. */ + const short DASH_DOT = 16; + + /** Line consisting of a repetition of one dash and 2 dots. */ + const short DASH_DOT_DOT = 17; + /** Maximum valid border line style value. */ - const short BORDER_LINE_STYLE_MAX = 15; + const short BORDER_LINE_STYLE_MAX = 17; }; -- cgit v1.2.3