From 43cd2f79da7a639d09fe43e6194f7568cbc78970 Mon Sep 17 00:00:00 2001 From: Michal Siedlaczek Date: Sat, 25 Jan 2014 11:19:16 +0100 Subject: Displaying the number of standardized pages in the Word count window MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The number of standardized pages (unit defined in the options) for the entire document and the selected area is displayed (if enabled in options) in the Word count window. The number of pages of size P for an area containing N characters equals P/N. This value is a float with one decimal place precision. The default size of the standardized page is 1800 characters (including whitespace characters). The configuration can be altered in Options->Writer->General. Conflicts: sw/source/ui/config/optload.cxx Change-Id: If13e87c73cb7706ff6618fa0352ba29c7c670aec Reviewed-on: https://gerrit.libreoffice.org/7642 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- .../schema/org/openoffice/Office/Writer.xcs | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index b59764ce6f91..409e7d1f0f98 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -5463,6 +5463,32 @@ —– + + + configures if standardized page count should be displayed on the Word Count window + + + false + + + + configures how many characters is considered one standardized page + + + + + + Specifies the minimum value allowed. + + + + + Specifies the maximum value allowed. + + + + 1800 + -- cgit