[gsl-issues] [Issue 91038] dialog do not be really dr aw before activate event has be fired.

2008-07-14 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91038





--- Additional comments from [EMAIL PROTECTED] Mon Jul 14 15:07:08 + 
2008 ---
pl: any progress?

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



[gsl-issues] [Issue 91038] dialog do not be really dr aw before activate event has be fired.

2008-06-25 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91038
 Issue #|91038
 Summary|dialog do not be really draw before activate event has
| be fired.
   Component|gsl
 Version|DEV300m19
Platform|All
 URL|
  OS/Version|Windows, all
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|pl
 Reported by|jianhuajiao





--- Additional comments from [EMAIL PROTECTED] Wed Jun 25 07:21:32 + 
2008 ---
In Windows, OOo will cause a problem when basic dialog work with 
TopWindowListener.
In attached document, a XTopWindowListener works with a simple dialog. and it
only watch the 
activate event.
click the button, the dialog is executed.
In Linux, the dialog shown, and run with triggered computation.
In Windows, the dialog do not be shown, only run the computation.

I think this maybe caused by below problem.
  when window is not really visible, the bHasFocus has be set as TRUE.
  this means the window has been shown and activated. But it is not.

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



[gsl-issues] [Issue 91038] dialog do not be really dr aw before activate event has be fired.

2008-06-25 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91038





--- Additional comments from [EMAIL PROTECTED] Wed Jun 25 07:22:26 + 
2008 ---
Created an attachment (id=54721)
test document


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



[gsl-issues] [Issue 91038] dialog do not be really dr aw before activate event has be fired.

2008-06-25 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91038


User jianhuajiao changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |54722)
patch






--- Additional comments from [EMAIL PROTECTED] Wed Jun 25 07:22:56 + 
2008 ---
Created an attachment (id=54722)
patch


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



[gsl-issues] [Issue 91038] dialog do not be really dr aw before activate event has be fired.

2008-06-25 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91038





--- Additional comments from [EMAIL PROTECTED] Wed Jun 25 11:17:00 + 
2008 ---
Created an attachment (id=54730)
new test for problem discrible


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



[gsl-issues] [Issue 91038] dialog do not be really dr aw before activate event has be fired.

2008-06-25 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91038


User jianhuajiao changed the following:

What|Old value |New value

  Status|CLOSED|UNCONFIRMED

  Resolution|WORKSFORME|





--- Additional comments from [EMAIL PROTECTED] Wed Jun 25 11:26:19 + 
2008 ---
jianhuajiao-pl
 Yes. It should be what you said.
 But, for example, if the dialog have some do to, like the test document need to
update the progress bar,
 the dialog should appear.
 I have try the with to XTopWindowListener and XWindowListener. all fired event
can not confirm the dialog's
 shown, that make sure the dialog's seen.
 and I have a question, if the dialog is not really visible, should it get the
focus?

  

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



[gsl-issues] [Issue 88878] import/export form control visibility

2008-06-02 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88878





--- Additional comments from [EMAIL PROTECTED] Tue Jun  3 04:00:01 + 
2008 ---
jianhuajiao-dr:
  yes. it should be that.

jianhuajiao-fs:
 1. + VCLXWindow::setVisible:
   I don't think mbDirectVisible could be set when isEnableVisible is False.
Because the window is invisible at this time. Invisible form should not be 
set invisible or visible.
 2. VCLXWindow::setProperty:
   If we test the mbDirectVisible when isEnableVisible is set to True, its
behavior will be some against with the behavior set mbEnableVisible to False. 
mbEnableVisible - False, form will be invisible, without think about
mbDirectVisible
mbEnableVisible - True, form's behavior should similar with above, ignore 
mbDirectVisible, set mbDirectVisible to True and show the form.

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



[gsl-issues] [Issue 88878] import/export form control visibility

2008-05-20 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88878


User jianhuajiao changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |53790)
Change Visible to
|  | EnableVisible and make 
|  |design mode invisible if t
|  |he EnableVisible is fals
|  |e. and update invisible/vi
|  |silbe change logic.






--- Additional comments from [EMAIL PROTECTED] Tue May 20 10:22:54 + 
2008 ---
Created an attachment (id=53790)
Change Visible to EnableVisible and make design mode invisible if the 
EnableVisible is false. and update invisible/visilbe change logic.


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



[gsl-issues] [Issue 88878] import/export form control visibility

2008-05-20 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88878





--- Additional comments from [EMAIL PROTECTED] Tue May 20 10:20:24 + 
2008 ---
jianhuajiao-fs:
yes, I agree. and I have updated the patch. 

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



[gsl-issues] [Issue 88878] import/export form control visibility

2008-05-08 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88878


User jianhuajiao changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |53463)
guard for visibilit
|  |y






--- Additional comments from [EMAIL PROTECTED] Thu May  8 06:09:06 + 
2008 ---
Created an attachment (id=53463)
guard for visibility


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



[gsl-issues] [Issue 88878] import/export form control visibility

2008-05-08 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88878





--- Additional comments from [EMAIL PROTECTED] Thu May  8 06:16:42 + 
2008 ---
jianhuajiao-fs
yes, You are right, the patch separate the property and windows peer.
and I have update the patch to guard the visibility state like Enabled.
but I am not sure this guard we need. because in some scenario, we just
want the windowpeer invisilbe, but not change the model.
if the guard exist. we could make the window peer invisible. 
maybe it will some dialog could not work correctly. 

and this patch just enabled the feature in sc module.

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



[gsl-issues] [Issue 88878] import/export form control visibility

2008-05-08 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88878


User jianhuajiao changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |53464)
v3 form dev300-m10






--- Additional comments from [EMAIL PROTECTED] Thu May  8 06:24:19 + 
2008 ---
Created an attachment (id=53464)
v3 form dev300-m10


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



[gsl-issues] [Issue 88878] import/export form control visibility

2008-05-07 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88878


User jianhuajiao changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |53462)
for setPropertyValu
|  |e






--- Additional comments from [EMAIL PROTECTED] Thu May  8 03:52:15 + 
2008 ---
Created an attachment (id=53462)
for setPropertyValue


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



[gsl-issues] [Issue 88878] import/export form control visibility

2008-04-30 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88878


User jianhuajiao changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |53283)
patch






--- Additional comments from [EMAIL PROTECTED] Wed Apr 30 09:37:51 + 
2008 ---
Created an attachment (id=53283)
patch


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



[gsl-issues] [Issue 88878] import/export form control visibility

2008-04-30 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88878
 Issue #|88878
 Summary|import/export form control visibility 
   Component|gsl
 Version|DEV300m10
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|fs
 Reported by|jianhuajiao





--- Additional comments from [EMAIL PROTECTED] Wed Apr 30 09:36:44 + 
2008 ---
In MSO, form control can be set to invisible and  persisted in document. but OOo
could import invisible property of form control always as visible. 
For compatibility oMSO,  
1. I think we should import this property without export it.
2. export/import in odf format.

-
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 27775] incorrect selection border in navigator window

2008-03-27 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=27775


User jianhuajiao changed the following:

What|Old value |New value

  CC|''|'jianhuajiao'





-
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 87444] Too big box around a title in the Navigator

2008-03-25 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87444


User jianhuajiao changed the following:

What|Old value |New value

  CC|''|'jianhuajiao'





-
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 64886] a plus / minus sign next t o each heading in Navigator

2008-03-24 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64886





--- Additional comments from [EMAIL PROTECTED] Tue Mar 25 04:11:31 + 
2008 ---
Created an attachment (id=52275)
Update for DragDrop


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



[script-issues] [Issue 85349] VBA interpet NULL compatib ility

2008-03-24 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85349





--- Additional comments from [EMAIL PROTECTED] Tue Mar 25 04:19:09 + 
2008 ---
Noel, Thank. 
Can you give me a regression test sample?

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



[framework-issues] [Issue 83611] uno controls can't be made 'really' invisible

2008-03-23 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83611


User jianhuajiao changed the following:

What|Old value |New value

  CC|'aw,bmarcelly,cd' |'aw,bmarcelly,cd,jianhuaji
|  |ao'





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



[script-issues] [Issue 85349] VBA interpet NULL compatib ility

2008-02-25 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85349





--- Additional comments from [EMAIL PROTECTED] Tue Feb 26 04:58:58 + 
2008 ---
jianhuajiao-ab
 commit to npower10.

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



[script-issues] [Issue 85349] VBA interpet NULL compatib ility

2008-01-18 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85349
 Issue #|85349
 Summary|VBA interpet NULL compatibility
   Component|scripting
 Version|OOo 2.3.1
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|ab
 Reported by|jianhuajiao





--- Additional comments from [EMAIL PROTECTED] Fri Jan 18 08:06:53 + 
2008 ---
1. In OOo basic, Null compare with Null will return True.
   but in VBA, Null compare with anything will return False.
   This will cause incompatibility When VBA is enabled in OOo.

2. When VBA is enabled, some code Like below code is no compatibility with MSO 
VBA

   Dim Test As WorkSheet
   IsNull(Test) 
   IsNull will return True in OOo Basic, but it return False in MSO.

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



[script-issues] [Issue 85349] VBA interpet NULL compatib ility

2008-01-18 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85349





--- Additional comments from [EMAIL PROTECTED] Fri Jan 18 08:11:37 + 
2008 ---
ab: please review this patch. If you feel happy with the patch. I can add it to
cws-npower10

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



[script-issues] [Issue 85349] VBA interpet NULL compatib ility

2008-01-18 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85349


User jianhuajiao changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |50956)
patch file for NULL
|  | compare and IsNULL






--- Additional comments from [EMAIL PROTECTED] Fri Jan 18 08:10:31 + 
2008 ---
Created an attachment (id=50956)
patch file for NULL compare and IsNULL


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



[script-issues] [Issue 85349] VBA interpet NULL compatib ility

2008-01-18 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85349





--- Additional comments from [EMAIL PROTECTED] Fri Jan 18 08:08:30 + 
2008 ---
Created an attachment (id=50955)
test document for Vba compatibility


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



[sc-issues] [Issue 80869] Insert sheet associating c odeName error

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


User jianhuajiao changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Tue Aug 21 06:42:43 + 
2007 ---
maybe this caused by ooo-build. need more test.

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



[sc-issues] [Issue 80869] Insert sheet associating c odeName error

2007-08-20 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80869
 Issue #|80869
 Summary|Insert sheet associating codeName error
   Component|Spreadsheet
 Version|680m222
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|nn
 Reported by|jianhuajiao





--- Additional comments from [EMAIL PROTECTED] Tue Aug 21 04:15:19 + 
2007 ---
when insert a new sheet, there is a bug for insert codename for the sheet.

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



[sc-issues] [Issue 80869] Insert sheet associating c odeName error

2007-08-20 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80869





--- Additional comments from [EMAIL PROTECTED] Tue Aug 21 04:17:55 + 
2007 ---
Created an attachment (id=47660)
logic error for associating codename with sheet.


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



[api-issues] [Issue 74651] Removing a graphic image d oes not change isModified()

2007-07-04 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74651


User jianhuajiao changed the following:

What|Old value |New value

  CC|'kpalagin,mloiseleur,sgaut|'jianhuajiao,kpalagin,mloi
|i'|seleur,sgauti'





-
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 64886] a plus / minus sign next t o each heading in Navigator

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





--- Additional comments from [EMAIL PROTECTED] Wed Jun  6 13:26:31 + 
2007 ---
-os,mba:Sorry. I have got the outline. It is good. And I will implement it 
soon.


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



[graphics-issues] [Issue 76084] Remove a shape from macro crashes OOo drawing document.

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


User jianhuajiao changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |45337)
remove the empty sd
|  |vobject






--- Additional comments from [EMAIL PROTECTED] Wed May 23 09:34:39 + 
2007 ---
Created an attachment (id=45337)
remove the empty sdvobject


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



[graphics-issues] [Issue 76084] Remove a shape from macro crashes OOo drawing document.

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





--- Additional comments from [EMAIL PROTECTED] Wed May 23 09:36:03 + 
2007 ---
as the patch's comment. remove the empty SdrObject from MarkedObjectList.


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



[graphics-issues] [Issue 76084] Remove a shape from macro crashes OOo drawing document.

2007-04-20 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76084


User jianhuajiao changed the following:

What|Old value |New value

  CC|'fs'  |'fs,jianhuajiao'





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



[graphics-issues] [Issue 76084] Remove a shape from macro crashes OOo drawing document.

2007-04-20 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76084





--- Additional comments from [EMAIL PROTECTED] Fri Apr 20 08:51:35 + 
2007 ---
calc also

-
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 64886] a plus / minus sign next t o each heading in Navigator

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


User jianhuajiao changed the following:

What|Old value |New value

 Assigned to|jianhuajiao   |os





--- Additional comments from [EMAIL PROTECTED] Wed Apr 11 09:32:41 + 
2007 ---
-os: yes. I set the default behavior as you descripted.
I think expend too many headlines in the navigate view is not good idea.
It will fill all space and we could not see other elements that parallel
with headline.

maybe expanding headline in root mode be nice? 
but it may confilct with keep status because of two behavior change.



-
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 64886] a plus / minus sign next t o each heading in Navigator

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





--- Additional comments from [EMAIL PROTECTED] Thu Apr 12 05:39:34 + 
2007 ---
-os: yes. we need a broader audience

-
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 64886] a plus / minus sign next t o each heading in Navigator

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


User jianhuajiao changed the following:

What|Old value |New value

 Assigned to|jianhuajiao   |so

  Status|STARTED   |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Apr 11 01:58:18 + 
2007 ---
review patch. thanks

-
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 64886] a plus / minus sign next t o each heading in Navigator

2007-03-15 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64886





--- Additional comments from [EMAIL PROTECTED] Fri Mar 16 02:28:46 + 
2007 ---
it should using following code the deal with root view:

-   if(!bIsRoot || ((SwContentType*)pParent-GetUserData())-GetType() ==
CONTENT_TYPE_OUTLINE)
+   if(!bIsRoot || (((SwContentType*)pParent-GetUserData())-GetType() ==
CONTENT_TYPE_OUTLINE) ||
+(nRootType == CONTENT_TYPE_OUTLINE))



-
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 64886] a plus / minus sign next t o each heading in Navigator

2007-03-14 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64886


User jianhuajiao changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |43697)
update for hold the
|  | expend and collapse statu
|  |s






--- Additional comments from [EMAIL PROTECTED] Wed Mar 14 09:43:29 + 
2007 ---
Created an attachment (id=43697)
update for hold the expend and collapse status


-
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 64886] a plus / minus sign next t o each heading in Navigator

2007-03-14 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64886


User jianhuajiao changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Wed Mar 14 09:46:03 + 
2007 ---
the new patch depend on former patch. it uses a map to map content objects
(address) and expend status (boolean).


-
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 64886] a plus / minus sign next t o each heading in Navigator

2006-12-21 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64886





--- Additional comments from [EMAIL PROTECTED] Thu Dec 21 18:24:58 -0800 
2006 ---
mba, I need time to rework.

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



[gsl-issues] [Issue 72562] provide isVisible and isEn able apis for control

2006-12-14 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72562
 Issue #|72562
 Summary|provide isVisible and isEnable apis for control
   Component|gsl
 Version|OOo 2.1
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|fs
 Reported by|jianhuajiao





--- Additional comments from [EMAIL PROTECTED] Thu Dec 14 01:50:01 -0800 
2006 ---
In OOo basic, we cannot get the control's visible and enable status.
So we need provide APIs for the demand.

isVisible() and isEnabled() is needed.

those two APIs corresponding to strut  UnoControlComponentInfos's
property bVisible and bEnable.

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



[gsl-issues] [Issue 72562] provide isVisible and isEn able apis for control

2006-12-14 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72562


User jianhuajiao changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |41421)
add Two APIs for co
|  |ntrol.






--- Additional comments from [EMAIL PROTECTED] Thu Dec 14 01:51:04 -0800 
2006 ---
Created an attachment (id=41421)
add Two APIs for control.


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



[gsl-issues] [Issue 72562] provide isVisible and isEn able apis for control

2006-12-14 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72562





--- Additional comments from [EMAIL PROTECTED] Thu Dec 14 02:03:21 -0800 
2006 ---
Those two APIs provider to control component, but window.
for example, when I set a button to be enable or visible. 
I cannot get the button's related status in OOo basic. 

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



[gsl-issues] [Issue 72562] provide isVisible and isEn able apis for control

2006-12-14 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72562


User jianhuajiao changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Thu Dec 14 19:55:25 -0800 
2006 ---
sorry,it's my mistake. they can be accessed by windowpeer. 
sorry for burning your time.



-
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 72010] default cjk font size

2006-11-27 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72010
 Issue #|72010
 Summary|default cjk font size
   Component|Word processor
 Version|OOo 2.1
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|ama
 Reported by|jianhuajiao





--- Additional comments from [EMAIL PROTECTED] Mon Nov 27 01:08:23 -0800 
2006 ---
for Chinese, the cjk default font size should be 10.5pt-五号。
but now OOo set it as 12pt. this is inconvenience for Chinese user.

so, the default cjk font fontsize should be set as 10.5pt for Chinese.
Any suggestion for Japanese and Korea?

the patch set the cjk default font fontsize all to 10.5-五号。

-
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 72010] default cjk font size

2006-11-27 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72010


User jianhuajiao changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |40934)
set default cjk fon
|  |t size to 10.5pt






--- Additional comments from [EMAIL PROTECTED] Mon Nov 27 01:09:17 -0800 
2006 ---
Created an attachment (id=40934)
set default cjk font size to 10.5pt


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



[graphics-issues] [Issue 71919] display CJK/CTL and englis h font in font preview window

2006-11-24 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71919
 Issue #|71919
 Summary|display CJK/CTL and english font in font preview windo
|w
   Component|Drawing
 Version|OOo 2.0.4
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|ka
 Reported by|jianhuajiao





--- Additional comments from [EMAIL PROTECTED] Fri Nov 24 01:22:32 -0800 
2006 ---
In OOo, font preview window only display western font name in font preview 
window. 
To reproduce:
 1. open font tab without any selection (context menu - character...)
 2. in font preview window, the characters just respond for western font name.

we should let the CJK/CTL font name display in font preview window for
comparison. make western characters mixed pretty with CJK/CTL characters.

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



[graphics-issues] [Issue 71919] display CJK/CTL and englis h font in font preview window

2006-11-24 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71919


User jianhuajiao changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |40888)
patch for CJK






--- Additional comments from [EMAIL PROTECTED] Fri Nov 24 01:24:41 -0800 
2006 ---
Created an attachment (id=40888)
patch for CJK


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



[graphics-issues] [Issue 71919] display CJK/CTL and englis h font in font preview window

2006-11-24 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71919





--- Additional comments from [EMAIL PROTECTED] Fri Nov 24 01:25:21 -0800 
2006 ---
sorry. I don't know any about CTL.

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



[l10n-issues] [Issue 71912] [CH_ZH]:Chinese translatio n fixes_1123

2006-11-24 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71912


User jianhuajiao changed the following:

What|Old value |New value

  CC|''|'jianhuajiao'





-
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 71759] empty font size for zh_CN in Paragraph Style:

2006-11-22 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71759


User jianhuajiao changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |40849)
fixed Chinese font 
|  |size name display






--- Additional comments from [EMAIL PROTECTED] Wed Nov 22 18:38:15 -0800 
2006 ---
Created an attachment (id=40849)
fixed Chinese font size name display


-
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 71759] empty font size for zh_CN in Paragraph Style:

2006-11-22 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71759


User jianhuajiao changed the following:

What|Old value |New value

  Issue type|DEFECT|PATCH





--- Additional comments from [EMAIL PROTECTED] Wed Nov 22 18:39:40 -0800 
2006 ---
changed to patch

-
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 71195] The position of the highli ghting is not fit on CJK text

2006-11-05 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71195


User jianhuajiao changed the following:

What|Old value |New value

  CC|'maho,masayan,tora'   |'jianhuajiao,maho,masayan,
|  |tora'





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



[gsl-issues] [Issue 71094] FT_GlyphSlot_Embolden rend ering error

2006-11-03 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71094





--- Additional comments from [EMAIL PROTECTED] Fri Nov  3 00:09:58 -0800 
2006 ---
I disabled the advance.y by embedded FT_GlyphSlot_Embolden using this:
 
sal_Int32 advancey = maFaceFT-glyph-advance.y
  FT_GlyphSlot_Embolden call
maFaceFT-glyph-advance.y = advancey

the upgrade rendering disappeared, all charactors in a horizontal.
But the x render still have problem. that will caused different kerning
for each charactors. about six charactors as a round.

please see attachment.

Then I disabled advancex and advancey by same way. OOo work well.

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



[gsl-issues] [Issue 71094] FT_GlyphSlot_Embolden rend ering error

2006-11-03 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71094


User jianhuajiao changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |40283)
advancex error






--- Additional comments from [EMAIL PROTECTED] Fri Nov  3 00:21:03 -0800 
2006 ---
Created an attachment (id=40283)
advancex error


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



[gsl-issues] [Issue 54603] using fontconfig for font fallback

2006-11-03 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54603





--- Additional comments from [EMAIL PROTECTED] Fri Nov  3 01:44:21 -0800 
2006 ---
This patch will cause all fonts name are English name, no localized name. I
reversed some code to solve this problem.

--- psprint/source/fontmanager/fontconfig.cxx   2006-11-03 17:19:11.0 
+0800
+++ psprint/source/fontmanager/fontconfig.cxx   2006-11-02 18:19:13.0 
+0800
@@ -417,8 +417,21 @@ bool PrintFontManager::initFontconfig()
 FontCfgWrapper rWrapper = FontCfgWrapper::get();
 if( ! rWrapper.isValid() )
 return false;
-
-FcFontSet* pFSet = rWrapper.getFontSet();
+FcConfig* pConfig = rWrapper.getDefConfig();
+FcObjectSet* pOSet = rWrapper.FcObjectSetBuild( FC_FAMILY,
+FC_STYLE,
+FC_SLANT,
+FC_WEIGHT,
+FC_SPACING,
+FC_FILE,
+FC_OUTLINE,
+FC_INDEX,
+FC_EMBEDDED_BITMAP,
+FC_ANTIALIAS,
+(void *) NULL );
+FcPattern* pPattern = rWrapper.FcPatternCreate();
+FcFontSet* pFSet = rWrapper.FcFontList( pConfig, pPattern, pOSet );
+//FcFontSet* pFSet = rWrapper.getFontSet();

 if( pFSet )
 {


Any suggestion?


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



[gsl-issues] [Issue 69725] SRC680_m185: crash in Bitm ap::ImplGetImpBitmap

2006-11-02 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69725


User jianhuajiao changed the following:

What|Old value |New value

  CC|'bobe,kendy,vagula'   |'bobe,jianhuajiao,kendy,va
|  |gula'





-
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 71095] Crash when set CJK font in Record Macro mode

2006-11-02 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71095


User jianhuajiao changed the following:

What|Old value |New value

  CC|''|'jianhuajiao'





-
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 71095] Crash when set CJK font in Record Macro mode

2006-11-02 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71095





--- Additional comments from [EMAIL PROTECTED] Thu Nov  2 08:31:14 -0800 
2006 ---
add cc.
and it can be reproduced on SLED10.

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



[gsl-issues] [Issue 71119] crash for creating a edita ble Qt object in KDE

2006-11-02 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71119
 Issue #|71119
 Summary|crash for creating a editable Qt object in KDE
   Component|gsl
 Version|OOo 2.0.4
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|pl
 Reported by|jianhuajiao





--- Additional comments from [EMAIL PROTECTED] Thu Nov  2 08:50:28 -0800 
2006 ---
I built OOo in SUSE Linux Enterprise Desktop 10(SLED10) using ooo-build. and
then launch it in KDE enviroment that locale is zh-CN.UTF8. when OOo create a
editable Qt object, scim-qimm plugin will send a abort signal to OOo. It will
cause OOo exit. the abort signal is send when program exit from
scim::QScimInputContextGlobal::initialize, because program left the function, it
will destroy some viriable. Maybe that viriable is a local viriable. but I can
not sure. 

And in my system. I also build ood680-m4 and src680-m180, it work well.

the attach two files is gdb stack print and valgrind output.

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



[gsl-issues] [Issue 71119] crash for creating a edita ble Qt object in KDE

2006-11-02 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71119


User jianhuajiao changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |40261)
valgrind output






--- Additional comments from [EMAIL PROTECTED] Thu Nov  2 08:51:27 -0800 
2006 ---
Created an attachment (id=40261)
valgrind output


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



[gsl-issues] [Issue 71119] crash for creating a edita ble Qt object in KDE

2006-11-02 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71119


User jianhuajiao changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |40262)
gdb stack






--- Additional comments from [EMAIL PROTECTED] Thu Nov  2 08:52:06 -0800 
2006 ---
Created an attachment (id=40262)
gdb stack


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



[gsl-issues] [Issue 71119] crash for creating a edita ble Qt object in KDE

2006-11-02 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71119


User jianhuajiao changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |40263)
gdb stack






--- Additional comments from [EMAIL PROTECTED] Thu Nov  2 08:52:15 -0800 
2006 ---
Created an attachment (id=40263)
gdb stack


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



[gsl-issues] [Issue 71119] crash for creating a edita ble Qt object in KDE

2006-11-02 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71119





--- Additional comments from [EMAIL PROTECTED] Thu Nov  2 08:54:05 -0800 
2006 ---
addtion: m187 amd m188 still have the problem

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



[gsl-issues] [Issue 71119] crash for creating a edita ble Qt object in KDE

2006-11-02 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71119


User jianhuajiao changed the following:

What|Old value |New value

  CC|'pl'  |'pl,suzhe'





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



[gsl-issues] [Issue 71119] crash for creating a edita ble Qt object in KDE

2006-11-02 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71119





--- Additional comments from [EMAIL PROTECTED] Thu Nov  2 17:40:35 -0800 
2006 ---
Kendy:the up-stream build m190 I used to test, it work. but I build m188 without
ooo-build patch except some patch for build using same configure parameters.it
still have the problem. 
On openSUSE10.1, the problem will not exist.

I think this issue may be a bug from SLED10. but I can not confirm.

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



[gsl-issues] [Issue 71094] FT_GlyphSlot_Embolden rend ering error

2006-11-01 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71094
 Issue #|71094
 Summary|FT_GlyphSlot_Embolden rendering error
   Component|gsl
 Version|OOo 2.0.4
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|pl
 Reported by|jianhuajiao





--- Additional comments from [EMAIL PROTECTED] Wed Nov  1 17:52:57 -0800 
2006 ---
based on m190, SUSE Enterprize Desktop 10.
m190 using the FT_GlyphSlot_Embolden api for fake embolden, because of abuse
using, it will cause a layout error. the continuas charactors vector will become
an cock line, that means they arenot in a horizontal line.

this issue related to 65520

attached is the screenshot and patch.

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



[gsl-issues] [Issue 71094] FT_GlyphSlot_Embolden rend ering error

2006-11-01 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71094


User jianhuajiao changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |40235)
screenshot of the l
|  |ayout error






--- Additional comments from [EMAIL PROTECTED] Wed Nov  1 17:53:44 -0800 
2006 ---
Created an attachment (id=40235)
screenshot of the layout error


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



[gsl-issues] [Issue 71094] FT_GlyphSlot_Embolden rend ering error

2006-11-01 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71094


User jianhuajiao changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |40236)
delete the redundan
|  |t code






--- Additional comments from [EMAIL PROTECTED] Wed Nov  1 17:55:35 -0800 
2006 ---
Created an attachment (id=40236)
delete the redundant code


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



[gsl-issues] [Issue 71097] writer context dialog caus e crash in KDE

2006-11-01 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71097
 Issue #|71097
 Summary|writer context dialog cause crash in KDE 
   Component|gsl
 Version|OOo 2.0.4
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|pl
 Reported by|jianhuajiao





--- Additional comments from [EMAIL PROTECTED] Wed Nov  1 21:42:24 -0800 
2006 ---
I have build m190 on SUSE Enterprise Desktop 10 using ooo-build branch. and then
launch OOo in KDE enviroment. When I open writer's context popup dialog, OOo
crashes.

I think this is caused by a logic error. and attach a simple patch.

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



[gsl-issues] [Issue 71097] writer context dialog caus e crash in KDE

2006-11-01 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71097


User jianhuajiao changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |40239)
change the logic






--- Additional comments from [EMAIL PROTECTED] Wed Nov  1 21:48:57 -0800 
2006 ---
Created an attachment (id=40239)
change the logic


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



[gsl-issues] [Issue 65520] cjk embolden using freetyp e api FT_GlyphSlot_Embolden

2006-10-31 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65520





--- Additional comments from [EMAIL PROTECTED] Tue Oct 31 19:07:15 -0800 
2006 ---
if( mbArtBold  pFTEmbolden )
(*pFTEmbolden)( maFaceFT-glyph );

too many times use it. it will cause a rendering bug. (SLED10)

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



[l10n-issues] [Issue 70547] [CH_ZH]:Chinese translatio n fixes

2006-10-18 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70547


User jianhuajiao changed the following:

What|Old value |New value

  CC|''|'jianhuajiao'





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



[framework-issues] [Issue 69232] new file save error

2006-09-04 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69232
 Issue #|69232
 Summary|new file save error
   Component|framework
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|mba
 Reported by|jianhuajiao





--- Additional comments from [EMAIL PROTECTED] Mon Sep  4 02:46:03 -0700 
2006 ---
Create and save a new file will throw an exception. 
Error saving document Untitled: Object not accessible. The object cannot be
accessed due to insufficient user rights

in sfx2 docfile.cxx, the orig SfxMedium's error number is set. and this will 
cause
error detect failed in  SfxObjectShell::SaveTo_Impl in objstor.cxx.
I don't know this why this problem is caused in ood-m1. but it can be solved by
change:

if ( !GetError()  !pImp-xStream.is()  !pImp-xInputStream.is())
to:
if ( !GetError()  !pImp-xStream.is()  !pImp-xInputStream.is()  pURLObj)

the pURLObj can check the file is a newer or an opened file ( based on GDB :) )

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



[framework-issues] [Issue 69232] new file save error

2006-09-04 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69232


User jianhuajiao changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |38926)
test the file is ne
|  |w or opened






--- Additional comments from [EMAIL PROTECTED] Mon Sep  4 02:47:41 -0700 
2006 ---
Created an attachment (id=38926)
test the file is new or opened


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



[dba-issues] [Issue 62664] Bibliography database has fixed character encoding ibm850

2006-09-04 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62664





--- Additional comments from [EMAIL PROTECTED] Mon Sep  4 03:12:54 -0700 
2006 ---
jianhuajiao-fs. I want. but I can not understand completed/fixed for this
issue. could you tell me?

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



[framework-issues] [Issue 69232] new file save error

2006-09-04 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69232





--- Additional comments from [EMAIL PROTECTED] Mon Sep  4 03:38:39 -0700 
2006 ---
jianhuajiao-mba: SuSE Linux desktop 10. ood-m1 and ood-m2

1. create a new file. 
2. save or save as.

It will throw an exception.

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



[framework-issues] [Issue 69232] new file save error

2006-09-04 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69232





--- Additional comments from [EMAIL PROTECTED] Mon Sep  4 06:27:32 -0700 
2006 ---
@mav: I build OOo using ooo-build. and the folder right is correct. this is
stack call to SfxMedium::GetMedium_Impl():

#0  SfxMedium::GetMedium_Impl (this=0x8ac7ce0) at
/home/jiaojh/OOo_gnome/ooo-build/build/ood680-m1/sfx2/source/doc/docfile.cxx:2186
#1  0xb32d6427 in SfxMedium::GetStorage (this=0x8ac7ce0) at
/home/jiaojh/OOo_gnome/ooo-build/build/ood680-m1/sfx2/source/doc/docfile.cxx:1122
#2  0xb332093d in SfxObjectShell::NeedsBinPasswdLibWarning (this=0x8ab0be8,
[EMAIL PROTECTED])
at
/home/jiaojh/OOo_gnome/ooo-build/build/ood680-m1/sfx2/source/doc/objserv.cxx:1522
#3  0xb3323e8a in SfxObjectShell::ExecFile_Impl (this=0x8ab0be8, [EMAIL 
PROTECTED])
at
/home/jiaojh/OOo_gnome/ooo-build/build/ood680-m1/sfx2/source/doc/objserv.cxx:623
#4  0xb3326c8c in SfxStubSfxObjectShellExecFile_Impl (pShell=0x8ab0be8,
[EMAIL PROTECTED]) at ../../unxlngi6.pro/inc/sfxslots.hxx:161
#5  0xb33da93e in SfxShell::CallExec (this=0x8ab0be8, pFunc=0xb3326c74
SfxStubSfxObjectShellExecFile_Impl(SfxShell*, SfxRequest), [EMAIL PROTECTED])
at ../../inc/shell.hxx:226
#6  0xb33d886b in SfxDispatcher::Call_Impl (this=0x8aea450, [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED], bRecord=1 '\001')
at
/home/jiaojh/OOo_gnome/ooo-build/build/ood680-m1/sfx2/source/control/dispatch.cxx:342
#7  0xb33d8df5 in SfxDispatcher::PostMsgHandler (this=0x8aea450, pReq=0x8cb10b8)
at
/home/jiaojh/OOo_gnome/ooo-build/build/ood680-m1/sfx2/source/control/dispatch.cxx:1611
#8  0xb33d8f24 in SfxDispatcher::LinkStubPostMsgHandler (pThis=0x8aea450,
pCaller=0x8cb10b8)
at
/home/jiaojh/OOo_gnome/ooo-build/build/ood680-m1/sfx2/source/control/dispatch.cxx:1578
#9  0xb323370d in Link::Call (this=0x8aea3c4, pCaller=0x8cb10b8)
at
/home/jiaojh/OOo_gnome/ooo-build/build/ood680-m1/solver/680/unxlngi6.pro/inc/tools/link.hxx:158
#10 0xb33ff111 in GenLink::Call () at
/home/jiaojh/OOo_gnome/ooo-build/build/ood680-m1/solver/680/unxlngi6.pro/inc/tools/table.hxx:55
#11 0xb33feec0 in SfxHintPoster::Event () at
/home/jiaojh/OOo_gnome/ooo-build/build/ood680-m1/solver/680/unxlngi6.pro/inc/tools/table.hxx:55
#12 0xb33ff126 in SfxHintPoster::DoEvent_Impl () at
/home/jiaojh/OOo_gnome/ooo-build/build/ood680-m1/solver/680/unxlngi6.pro/inc/tools/table.hxx:55
#13 0xb33feeac in SfxHintPoster::LinkStubDoEvent_Impl ()
at
/home/jiaojh/OOo_gnome/ooo-build/build/ood680-m1/solver/680/unxlngi6.pro/inc/tools/table.hxx:55
#14 0xb7d6b1b6 in Link::Call () from ./libvcl680li.so
#15 0xb7ecdaf9 in ImplWindowFrameProc () from ./libvcl680li.so
#16 0xb599c826 in SalFrame::CallCallback () from ./libvclplug_gen680li.so
#17 0xb59c0cd4 in SalDisplay::DispatchInternalEvent () from 
./libvclplug_gen680li.so
#18 0xb59c0d11 in SalX11Display::Yield () from ./libvclplug_gen680li.so
#19 0xb59bffd7 in DisplayYield () from ./libvclplug_gen680li.so
#20 0xb59bb8d7 in YieldEntry::HandleNextEvent () from ./libvclplug_gen680li.so
#21 0xb59bb5f3 in SalXLib::Yield () from ./libvclplug_gen680li.so
#22 0xb59c319a in X11SalInstance::Yield () from ./libvclplug_gen680li.so
#23 0xb7d732db in Application::Yield () from ./libvcl680li.so
#24 0xb7d73386 in Application::Execute () from ./libvcl680li.so
#25 0x0806ce59 in desktop::Desktop::Main ()
#26 0xb7d77270 in ImplSVMain () from ./libvcl680li.so
#27 0xb7d77333 in SVMain () from ./libvcl680li.so
#28 0x0806487b in sal_main ()
#29 0xb6e9287c in __libc_start_main () from /lib/libc.so.6
#30 0x080647b1 in _start ()


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



[framework-issues] [Issue 69232] new file save error

2006-09-04 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69232


User jianhuajiao changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Mon Sep  4 09:02:06 -0700 
2006 ---
@mav: You are correct. it is changed. And that should hide the really error. 
Thanks

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



[framework-issues] [Issue 68685] Set Default Filename for N ew Document

2006-08-24 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68685





--- Additional comments from [EMAIL PROTECTED] Thu Aug 24 03:37:35 -0700 
2006 ---
jianhuajiao-zhangyun_new:
I have patched it using ooo-build on SLED10. 
 1. It can't set default name when I using OOo under KDE enviroment.
 2. The patch check first 50 charactors of text in writer file. it too long
and not smart.If we want set the default file name, we should give a more
suitable file name. using heading or a suitable length at begin of text or do
nothing(for example, 12345). that I means is that the default file name should
have some meaning. it should be a smart work. if we just using first 50
charactors like the patch do, it's nosense.

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



[framework-issues] [Issue 68369] Valgrind ID:56, Invalid r ead of size 4

2006-08-24 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68369


User jianhuajiao changed the following:

What|Old value |New value

  CC|'cmc,pl'  |'cmc,jianhuajiao,pl'





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



[dba-issues] [Issue 62664] Bibliography database has fixed character encoding ibm850

2006-08-24 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62664





--- Additional comments from [EMAIL PROTECTED] Thu Aug 24 11:05:00 -0700 
2006 ---
So, in my opinion, a check of _rDest's length to be *smaller* than |_nToLength|
should suffice.

sal_Int32 nLen = convertUnicodeString (_rSource, _rDest, _eEncoding);

you are right. the nLen just is _rDest's length. so nLen  nToLength is what
you said exactly.  

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



[dba-issues] [Issue 62664] Bibliography database has fixed character encoding ibm850

2006-08-23 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62664


User jianhuajiao changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |38714)
Update






--- Additional comments from [EMAIL PROTECTED] Wed Aug 23 01:52:25 -0700 
2006 ---
Created an attachment (id=38714)
Update


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



[dba-issues] [Issue 62664] Bibliography database has fixed character encoding ibm850

2006-08-23 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62664





--- Additional comments from [EMAIL PROTECTED] Wed Aug 23 01:52:57 -0700 
2006 ---
Jianhuajiao - fs: done

-
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 68660] Improvement of Input Field Dialog

2006-08-23 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68660


User jianhuajiao changed the following:

What|Old value |New value

  CC|'mmeeks,os'   |'jianhuajiao,mmeeks,os'





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



[framework-issues] [Issue 68685] Set Default Filename for N ew Document

2006-08-23 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68685


User jianhuajiao changed the following:

What|Old value |New value

  CC|'mmeeks,thing'|'jianhuajiao,mmeeks,thing'





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



[dba-issues] [Issue 62664] Bibliography database has fixed character encoding ibm850

2006-08-23 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62664





--- Additional comments from [EMAIL PROTECTED] Wed Aug 23 05:38:48 -0700 
2006 ---
jianhuajiao-fs: thanks your check and patience.:)

 if ( ::rtl::OUString( (sal_Unicode*)_rDest.getStr() ).getLength() !=
   _rSource.getLength() )

It creates an Unicode string from a byte array which
in real represents an encoded 8-bit-string, which will give every possible
result, but certainly not the one desired. In particular, this will access
unowned memory (and thus potentially crash) if the byte string is not
terminated with 2 zeros, but only one, since in this case there is no
terminating sal_Unicode in the array.

yes, it's true.

Please replace this with a simple check of _rDest.getLength() != 

It can not handle the CJK charactor correctly. It will get the array's whole
length, not the charactor length. and I used:
sal_Int32 nLen = convertUnicodeString (_rSource, _rDest, _eEncoding);
   if ( nLen  _nToLength ) {
to instead of old coding.


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



[udk-issues] [Issue 65146] Enhanced/Corrected Chinese font substitution list

2006-08-23 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65146


User jianhuajiao changed the following:

What|Old value |New value

  CC|''|'jianhuajiao'





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



[dba-issues] [Issue 62664] Bibliography database has fixed character encoding ibm850

2006-08-22 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62664


User jianhuajiao changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |38700)
Update for throw an
|  | exception.






--- Additional comments from [EMAIL PROTECTED] Tue Aug 22 05:58:58 -0700 
2006 ---
Created an attachment (id=38700)
Update for throw an exception.


-
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 68822] crash on hangul input engi ne

2006-08-21 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68822


User jianhuajiao changed the following:

What|Old value |New value

  CC|''|'jianhuajiao'





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



[gsl-issues] [Issue 68839] FZ font englis and locoliz ed name error

2006-08-21 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68839
 Issue #|68839
 Summary|FZ font englis and locolized name error
   Component|gsl
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|pl
 Reported by|jianhuajiao





--- Additional comments from [EMAIL PROTECTED] Mon Aug 21 09:08:52 -0700 
2006 ---
in english and localized name array. 
there has some error:
{   fzkaiti,  aFzHeiTiCN },
{   fzkaiti,  aFzHeiTiTW },
{   fzmingti, aFzMingTi },
and those should be:
{   fzkaiti,  aFzKaiTiCN },
{   fzkaitib,  aFzKaiTiTW },
{   fzmingtib, aFzMingTi },

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



[gsl-issues] [Issue 68839] FZ font englis and locoliz ed name error

2006-08-21 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68839


User jianhuajiao changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |38683)
FangZhang font name
|  | correct






--- Additional comments from [EMAIL PROTECTED] Mon Aug 21 09:10:05 -0700 
2006 ---
Created an attachment (id=38683)
FangZhang font name correct


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



[gsl-issues] [Issue 54603] using fontconfig for font fallback

2006-08-21 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54603





--- Additional comments from [EMAIL PROTECTED] Mon Aug 21 09:22:33 -0700 
2006 ---
updat the patch for cjk compatibility
1. check cjk charactor one by one.
2. set the target font name as empty when the font not in the font list.
3. cjk font name convertion localized - english font name

for 3, it need font name array correct. issue relate with 68839

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



[gsl-issues] [Issue 54603] using fontconfig for font fallback

2006-08-21 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54603


User jianhuajiao changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |38684)
for CJK improve






--- Additional comments from [EMAIL PROTECTED] Mon Aug 21 09:24:09 -0700 
2006 ---
Created an attachment (id=38684)
for CJK improve


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



[gsl-issues] [Issue 68839] FZ font english and locoli zed name error

2006-08-21 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68839


User jianhuajiao changed the following:

What|Old value |New value

 Summary|FZ font englis and locoliz|FZ font english and locoli
|ed name error |zed name error





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



[gsl-issues] [Issue 54603] using fontconfig for font fallback

2006-08-21 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54603





--- Additional comments from [EMAIL PROTECTED] Mon Aug 21 19:02:19 -0700 
2006 ---
jianhuajiao-cmc thanks 
I am a idiot for create a patch.

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



[gsl-issues] [Issue 54603] using fontconfig for font fallback

2006-08-21 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54603


User jianhuajiao changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |38690)
update for cmc's su
|  |gestion






--- Additional comments from [EMAIL PROTECTED] Mon Aug 21 19:03:00 -0700 
2006 ---
Created an attachment (id=38690)
update for cmc's sugestion


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



[dba-issues] [Issue 62664] Bibliography database has fixed character encoding ibm850

2006-08-21 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62664





--- Additional comments from [EMAIL PROTECTED] Mon Aug 21 21:10:03 -0700 
2006 ---
jianhuajiao - fs:
The problem remains: If for a UTF-8 dBase data source, the user enters a
too-long string in the UI, then this string is silently truncated. 

 This is not because of encoding, it caused by the Database schema. When you
create a database and using VARCHAR as field's datatype, at the same thime, 
it will set the max lenght of this field. so it cannot accept data that lenght
over the max lenght.

confusion: the VARCHAR default value are two: 50 and 254. when you create a new
VARCHAR field, the default max lenght is 50. but if you chang the datatype to
LONGVARCHAR, and then check back to VARCHAR, the default max lenght is 254.

This should be easy to fix: Instead of silently ignoring the problem in
convertUnicodeStringToLength, throw an error - that's it.

convertUnicodeStringToLength solve the exception throwed by convertUnicodeString
to get a accepted string.

jianhuajiao - fs, mmeeks

1. using mmeeks's patch and popup an dialog to tell the change to user.
2. throw an error. but the current exception info is error for this problem.
   it will throw an encoding error infomation. We need to create an new brach
   to throw the truncated error. or the exception should be throw before 
   convertUnicodeStringToLength or convertUnicodeString is called. I think it 
   should be throw in convertUnicodeString function.







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



[gsl-issues] [Issue 54603] using fontconfig for font fallback

2006-08-17 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54603


User jianhuajiao changed the following:

What|Old value |New value

  CC|'mmeeks'  |'jianhuajiao,mmeeks'





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



  1   2   >