From 428711f03c31802e339e57384b9f925a0e4dcc12 Mon Sep 17 00:00:00 2001 From: Laurent Balland-Poirier Date: Tue, 28 Jun 2016 23:34:34 +0200 Subject: Start tdf#100547 Trendline equation: customize X, Y names Change trend line UI to add fields: X name and Y name to change "x" and "f(x)" in equation representation Next to be done: save it to ODF file Change-Id: I0680ee1bbfbbb74016ecc858917e10d6790ac63a Reviewed-on: https://gerrit.libreoffice.org/27069 Tested-by: Jenkins Reviewed-by: Laurent BP --- chart2/uiconfig/ui/tp_Trendline.ui | 58 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) (limited to 'chart2/uiconfig') diff --git a/chart2/uiconfig/ui/tp_Trendline.ui b/chart2/uiconfig/ui/tp_Trendline.ui index 7060c9931683..e2a05d7ba691 100644 --- a/chart2/uiconfig/ui/tp_Trendline.ui +++ b/chart2/uiconfig/ui/tp_Trendline.ui @@ -521,6 +521,64 @@ 1 + + + True + False + 0 + X Variable Name + True + entry_Xname + + + 0 + 5 + 1 + 1 + + + + + True + True + + + + 1 + 5 + 1 + 1 + + + + + True + False + 0 + Y Variable Name + True + entry_Yname + + + 0 + 6 + 1 + 1 + + + + + True + True + + + + 1 + 6 + 1 + 1 + + -- cgit