From 8489cf89add6b74e54678b83d816de6d1532b597 Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Wed, 28 Aug 2002 11:24:07 +0000 Subject: #101996# Accessibility option for text selection in readonly docs added --- .../registry/schema/org/openoffice/Office/Common.xcs | 14 +++++++++++--- svx/source/options/optaccessibility.src | 16 ++++++++++++---- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index d9139e725d14..cf4853ddc583 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -3,9 +3,9 @@ * * $RCSfile: Common.xcs,v $ * - * $Revision: 1.49 $ + * $Revision: 1.50 $ * - * last change: $Author: os $ $Date: 2002-08-21 13:19:22 $ + * last change: $Author: os $ $Date: 2002-08-28 12:18:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -4714,7 +4714,15 @@ Relevant on platforms where file/folder picker integration is implemented.Use system default user interface font - + + + true + + Indicates whether or not the cursor is displayed in readonly texts. + + + + diff --git a/svx/source/options/optaccessibility.src b/svx/source/options/optaccessibility.src index 64956aab672e..3d9d6a964868 100644 --- a/svx/source/options/optaccessibility.src +++ b/svx/source/options/optaccessibility.src @@ -2,9 +2,9 @@ * * $RCSfile: optaccessibility.src,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: kz $ $Date: 2002-08-15 20:35:31 $ + * last change: $Author: os $ $Date: 2002-08-28 12:21:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -396,10 +396,18 @@ TabPage RID_SVXPAGE_ACCESSIBILITYCONFIG Text[ catalan ] = "Use system ~font for user interface"; Text[ thai ] = "Use system ~font for user interface"; }; - CheckBox CB_ACCESSIBILITY_TOOL + CheckBox CB_TEXTSELECTION { TabStop = TRUE ; Pos = MAP_APPFONT( COL1, ROWB_6 ); + Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT ); + Text = "Te~xtauswahlcursor in schreibgeschützten Textdokumenten verwenden" ; + Text[ english_us ] = "Use te~xt selection cursor in read-only text documents"; + }; + CheckBox CB_ACCESSIBILITY_TOOL + { + TabStop = TRUE ; + Pos = MAP_APPFONT( COL1, ROWB_7 ); Size = MAP_APPFONT( CB_WIDTH, SUM( RSC_CD_FIXEDLINE_HEIGHT, RSC_CD_FIXEDLINE_HEIGHT ) ); WordBreak = TRUE; Text = "Unterstützung ~behindertengerechter Zugangsprogramme (Programmneustart erforderlich)" ; @@ -429,7 +437,7 @@ TabPage RID_SVXPAGE_ACCESSIBILITYCONFIG FixedText FT_NOTE { TabStop = TRUE ; - Pos = MAP_APPFONT ( COL2 , ROWB_7 ) ; + Pos = MAP_APPFONT ( COL2 , ROWB_8 ) ; Size = MAP_APPFONT ( DIFF((COL2-COL1),CB_WIDTH) , LASTTEXT_HEIGHT ) ; WordBreak = TRUE; Text = "Hinweis: Für die Kommunikation mit Programmen, die einen behindertengerechten Zugriff auf den Computer ermöglichen, wird Sun Microsystems Java benutzt. Beim ersten Programmstart muss daher die Java Laufzeitumgebung geladen werden. Dies kann zu einer verlängerten Startzeit führen." ; -- cgit