diff options
author | Oliver Specht <os@openoffice.org> | 2002-08-28 11:24:07 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-08-28 11:24:07 +0000 |
commit | 8489cf89add6b74e54678b83d816de6d1532b597 (patch) | |
tree | fcb23866621e136bb1cc4031b31b72e0886a5fea | |
parent | fe861d211d108a84eb52e0d7c5cd996f5e083317 (diff) |
#101996# Accessibility option for text selection in readonly docs added
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 14 | ||||
-rw-r--r-- | 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.</desc <label xml:lang="en-US">Use system default user interface font</label> </info> </prop> - </group> + <prop oor:name="IsSelectionInReadonly" oor:type="xs:boolean"> + <!-- Responsible: OS --> + <value>true</value> + <info> + <desc xml:lang="en-US">Indicates whether or not the cursor is displayed in readonly texts.</desc> + <label xml:lang="en-US">Use text selection mode in readonly texts.</label> + </info> + </prop> + </group> <set oor:name="OfficeObjects" oor:node-type="ObjectNames"/> <group oor:name="ExternalApps" oor:extensible="true"> <!--Responsible: OBR--> 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 schreibgeschtzten 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 = "Untersttzung ~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: Fr die Kommunikation mit Programmen, die einen behindertengerechten Zugriff auf den Computer ermglichen, wird Sun Microsystems Java benutzt. Beim ersten Programmstart muss daher die Java Laufzeitumgebung geladen werden. Dies kann zu einer verlngerten Startzeit fhren." ; |