From 6e44bb1b67f41dc7dbf15fe4502578a38ac59738 Mon Sep 17 00:00:00 2001 From: Laurent Balland-Poirier Date: Sun, 17 Jul 2016 18:20:24 +0200 Subject: Fraction Number Format: add UI/Sidebar options Enable modification of fraction number format through dialog UI: - negative in red - "Decimal places" is replaced with "Denominator places" - leading zeros for integer part - thousand separator for integer part Update: options in Sidebar Thousand separator works, also for ' ' as thousand separator Change-Id: I0ed2952ed9cd8afb5444b44997526e5019a5858d Reviewed-on: https://gerrit.libreoffice.org/27268 Tested-by: Jenkins Reviewed-by: Laurent BP --- sc/uiconfig/scalc/ui/sidebarnumberformat.ui | 47 +++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (limited to 'sc/uiconfig') diff --git a/sc/uiconfig/scalc/ui/sidebarnumberformat.ui b/sc/uiconfig/scalc/ui/sidebarnumberformat.ui index 6572ad23369f..a8875e5ca22d 100644 --- a/sc/uiconfig/scalc/ui/sidebarnumberformat.ui +++ b/sc/uiconfig/scalc/ui/sidebarnumberformat.ui @@ -3,6 +3,16 @@ + + 20 + 1 + 10 + + + 8 + 1 + 1 + True False @@ -141,6 +151,7 @@ Enter the number of decimal places that you want to display. Enter the number of decimal places that you want to display. + adjustment1 Decimal Places @@ -153,6 +164,41 @@ 1 + + + True + False + Den_ominator places: + True + denominatorplaces + + + False + True + 0 + + + + + True + True + True + Enter the number of places for the denominator that you want to display. + Enter the number of places for the denominator that you want to display. + + adjustment2 + + + Denominator Places + + + + + False + True + 1 + + False @@ -189,6 +235,7 @@ Enter the maximum number of zeroes to display before the decimal point. Enter the maximum number of zeroes to display before the decimal point. + adjustment1 Leading Zeroes -- cgit