To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81308
                 Issue #|81308
                 Summary|current default value of tabstop is not suitable for w
                        |riting Chinese
               Component|Word processor
                 Version|OOo 2.3.0 RC1
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|ENHANCEMENT
                Priority|P3
            Subcomponent|configuration
             Assigned to|mru
             Reported by|pflin





------- Additional comments from [EMAIL PROTECTED] Thu Sep  6 05:32:52 +0000 
2007 -------
Current default value of tabstop is 1.25cm, while in writing Chinese, it is
usually common to use 0.74cm (two 10.5-size characters) as the default value of
tabstop. The default value of tabstop is set in the configuration file
(officecfg/schema/org/openoffice/Office/Writer.xcs) for Writer.

                                <prop oor:name="TabStop" oor:type="xs:int">
                                        <!-- OldPath: Writer/Layout -->
                                        <!-- OldLocation: Soffice.cfg -->
                                        <!-- UIHints: Tools - Options - Text 
document - Layout - [Section] Tab
stops -->
                                        <!-- Notice: The default value is valid 
for the English Version (depends,
if a metric system is used on the platform); NonMetric: 1270 1/100 mm-->
                                        <info>
                                                <author>OS</author>
                                                <desc>Specifies the distance 
between tab stops [UNIT=1/100 mm].</desc>
                                                <label>Tab stops</label>
                                        </info>
                                        <value>1250</value>
                                </prop>

It is better to change the value 1250 into 740 only for OOo Chinese version. 

It is implemented by adding the below in the file
officecfg/registry/data/org/openoffice/Office/Writer.xcu.

+ <node oor:name="Layout" >
+  <node oor:name="Other" >
+    <prop oor:name="TabStop">
+     <value xml:lang="zh-CN">740</value>
+    </prop>
+  </node>
+ </node>

Do you think it is a suitable place for localized configuration?

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to