Return-Path: X-Original-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CE2169252 for ; Mon, 10 Oct 2011 01:55:44 +0000 (UTC) Received: (qmail 37311 invoked by uid 500); 10 Oct 2011 01:55:44 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 37288 invoked by uid 500); 10 Oct 2011 01:55:44 -0000 Mailing-List: contact ooo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-commits@incubator.apache.org Received: (qmail 37280 invoked by uid 99); 10 Oct 2011 01:55:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Oct 2011 01:55:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Oct 2011 01:55:43 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4030923889E3; Mon, 10 Oct 2011 01:55:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1180758 - in /incubator/ooo/trunk/main: binfilter/bf_svx/source/items/svx_svxfont.cxx binfilter/bf_sw/source/core/txtnode/sw_fntcap.cxx editeng/source/items/svxfont.cxx sw/source/core/txtnode/fntcap.cxx Date: Mon, 10 Oct 2011 01:55:23 -0000 To: ooo-commits@incubator.apache.org From: pfg@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111010015523.4030923889E3@eris.apache.org> Author: pfg Date: Mon Oct 10 01:55:22 2011 New Revision: 1180758 URL: http://svn.apache.org/viewvc?rev=1180758&view=rev Log: i1526 - Small Caps are different sizes between Word and StarWriter. This is a conservative adjustment - can be revised later. While here I translated the related comments. Modified: incubator/ooo/trunk/main/binfilter/bf_svx/source/items/svx_svxfont.cxx incubator/ooo/trunk/main/binfilter/bf_sw/source/core/txtnode/sw_fntcap.cxx incubator/ooo/trunk/main/editeng/source/items/svxfont.cxx incubator/ooo/trunk/main/sw/source/core/txtnode/fntcap.cxx Modified: incubator/ooo/trunk/main/binfilter/bf_svx/source/items/svx_svxfont.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/binfilter/bf_svx/source/items/svx_svxfont.cxx?rev=1180758&r1=1180757&r2=1180758&view=diff ============================================================================== --- incubator/ooo/trunk/main/binfilter/bf_svx/source/items/svx_svxfont.cxx (original) +++ incubator/ooo/trunk/main/binfilter/bf_svx/source/items/svx_svxfont.cxx Mon Oct 10 01:55:22 2011 @@ -50,8 +50,8 @@ namespace binfilter { // Minimum: Prozentwert fuers kernen #define MINKERNPERCENT 5 -// prop. Groesse der Kleinbuchstaben bei Kapitaelchen -#define KAPITAELCHENPROP 66 +// prop. Size of the small cap letters +#define KAPITAELCHENPROP 75 #ifndef REDUCEDSVXFONT const sal_Unicode CH_BLANK = sal_Unicode(' '); // ' ' Leerzeichen Modified: incubator/ooo/trunk/main/binfilter/bf_sw/source/core/txtnode/sw_fntcap.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/binfilter/bf_sw/source/core/txtnode/sw_fntcap.cxx?rev=1180758&r1=1180757&r2=1180758&view=diff ============================================================================== --- incubator/ooo/trunk/main/binfilter/bf_sw/source/core/txtnode/sw_fntcap.cxx (original) +++ incubator/ooo/trunk/main/binfilter/bf_sw/source/core/txtnode/sw_fntcap.cxx Mon Oct 10 01:55:22 2011 @@ -60,8 +60,7 @@ namespace binfilter { using namespace ::com::sun::star::i18n; -#define KAPITAELCHENPROP 66 - +#define KAPITAELCHENPROP 75 /************************************************************************* * class SwCapitalInfo * Modified: incubator/ooo/trunk/main/editeng/source/items/svxfont.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/editeng/source/items/svxfont.cxx?rev=1180758&r1=1180757&r2=1180758&view=diff ============================================================================== --- incubator/ooo/trunk/main/editeng/source/items/svxfont.cxx (original) +++ incubator/ooo/trunk/main/editeng/source/items/svxfont.cxx Mon Oct 10 01:55:22 2011 @@ -45,8 +45,8 @@ // Minimum: Prozentwert fuers kernen #define MINKERNPERCENT 5 -// prop. Groesse der Kleinbuchstaben bei Kapitaelchen -#define KAPITAELCHENPROP 66 +// prop. Size of the small cap letters +#define KAPITAELCHENPROP 75 #ifndef REDUCEDSVXFONT const sal_Unicode CH_BLANK = sal_Unicode(' '); // ' ' Leerzeichen Modified: incubator/ooo/trunk/main/sw/source/core/txtnode/fntcap.cxx URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/source/core/txtnode/fntcap.cxx?rev=1180758&r1=1180757&r2=1180758&view=diff ============================================================================== --- incubator/ooo/trunk/main/sw/source/core/txtnode/fntcap.cxx (original) +++ incubator/ooo/trunk/main/sw/source/core/txtnode/fntcap.cxx Mon Oct 10 01:55:22 2011 @@ -55,7 +55,7 @@ using namespace ::com::sun::star::i18n; -#define KAPITAELCHENPROP 66 +#define KAPITAELCHENPROP 75 /************************************************************************* * class SwCapitalInfo