[sw-issues] [Issue 81308] current default value of t abstop is not suitable for writing Chinese

2007-11-21 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81308


User mru changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Nov 21 14:58:34 + 
2007 ---
Checked in OO 2.4 dev build 680m237.

-
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]



[sw-issues] [Issue 81308] current default value of t abstop is not suitable for writing Chinese

2007-10-12 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81308


User mru changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Oct 12 09:22:55 + 
2007 ---
Verified in Chinese build of CWS os103.

-
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]



[sw-issues] [Issue 81308] current default value of t abstop is not suitable for writing Chinese

2007-10-05 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81308


User os changed the following:

What|Old value |New value

 Assigned to|os|mru





--- Additional comments from [EMAIL PROTECTED] Fri Oct  5 11:26:41 + 
2007 ---
Reassigned for verification

-
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]



[sw-issues] [Issue 81308] current default value of t abstop is not suitable for writing Chinese

2007-09-06 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81308


User os changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Sep  6 11:59:13 + 
2007 ---
Integrated in cws os103

-
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]



[sw-issues] [Issue 81308] current default value of t abstop is not suitable for writing Chinese

2007-09-06 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81308


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |os

  Issue type|ENHANCEMENT   |PATCH

Target milestone|---   |OOo 2.4





--- Additional comments from [EMAIL PROTECTED] Thu Sep  6 07:51:30 + 
2007 ---
MRU->OS: could you please have a look at the patch? I think, it could be
suitable to have a special default tab spacing, when the default document
language is Chinese.

-
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]



[sw-issues] [Issue 81308] current default value of t abstop is not suitable for writing Chinese

2007-09-05 Thread pflin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81308





--- Additional comments from [EMAIL PROTECTED] Thu Sep  6 05:34:10 + 
2007 ---
Created an attachment (id=47999)
patch to implement


-
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]



[sw-issues] [Issue 81308] current default value of t abstop is not suitable for writing Chinese

2007-09-05 Thread pflin
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 + 
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.







OS
Specifies the distance 
between tab stops [UNIT=1/100 mm].
Tab stops

1250


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.

+ 
+  
+
+ 740
+
+  
+ 

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]