[graphics-issues] [Issue 89430] Ja message for "Cubic spli ne" is truncated in Smooth Lines dialog
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=89430 User weiz changed the following: What|Old value |New value OtherIssuesDependingOnTh| |72764 is| | --- Additional comments from [EMAIL PROTECTED] Fri Oct 31 06:37:53 + 2008 --- @iha: The patch is submitted. Please let me know if you have any suggestions. 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]
[graphics-issues] [Issue 89430] Ja message for "Cubic spli ne" is truncated in Smooth Lines dialog
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=89430 User weiz changed the following: What|Old value |New value Attachment is patch| |Created an attachment (id= | |57604) patch_081031 --- Additional comments from [EMAIL PROTECTED] Fri Oct 31 06:36:27 + 2008 --- Created an attachment (id=57604) patch_081031 - 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 89430] Ja message for "Cubic spli ne" is truncated in Smooth Lines dialog
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=89430 User hdu changed the following: What|Old value |New value CC|'hdu,iha' |'hdu,iha,pl' --- Additional comments from [EMAIL PROTECTED] Tue Oct 21 13:44:06 + 2008 --- The textsize measurement seems to be done before ImplWindowAutoMnemonic() has done its work, so the automnemonic string extension is not taken measured. That's the first time I've seen+debugged that code, so for more questions PL might be the better contact. >From my rudimentary understanding calling >Dialog::StateChanged(STATE_CHANGE_INITSHOW) would prepare the AutoMnemonic so the individual controls have their correct text. - 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 89430] Ja message for "Cubic spli ne" is truncated in Smooth Lines dialog
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=89430 User iha changed the following: What|Old value |New value Assigned to|sba |weiz Target milestone|OOo 3.x |OOo 3.1 --- Additional comments from [EMAIL PROTECTED] Tue Oct 21 08:39:30 + 2008 --- @weiz, please have a look at this one. It might be the same problem that leads to issue 95051 - the size of Asian texts seem to be calculated wrongly . - 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 89430] Ja message for "Cubic spli ne" is truncated in Smooth Lines dialog
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=89430 --- Additional comments from [EMAIL PROTECTED] Fri Jun 20 07:46:13 + 2008 --- @yuko, thanks! @hdu, sorry I messed up the string. I think the copy from yuko is the correct one, or look at the localize.sdf file directly. It is in chart2\source\controller\dialogs\localize.sdf . Search for RB_SPLINES_CUBIC. The control that gets this text is the RadioButton m_aRB_Splines_Cubic in file chart2\source\controller\dialogs\tp_ChartType.cxx. Within constructor SplinePropertiesDialog::SplinePropertiesDialog the method m_aRB_Splines_Cubic.CalcMinimumSize() is called. - 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 89430] Ja message for "Cubic spli ne" is truncated in Smooth Lines dialog
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=89430 --- Additional comments from [EMAIL PROTECTED] Fri Jun 20 00:59:04 + 2008 --- I checked the localize.sdf and it looks ok as follows. chart2 source\controller\dialogs\tp_ChartType.src 0 radiobutton DLG_SPLINE_PROPERTIES RB_SPLINES_CUBIC 0 ja データポイントなし平滑線つなぎ 2002-02-02 02:02:02 - 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 89430] Ja message for "Cubic spli ne" is truncated in Smooth Lines dialog
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=89430 --- Additional comments from [EMAIL PROTECTED] Thu Jun 19 14:13:00 + 2008 --- > hdu, do you know the text size calculation methods in vcl? Yes ;-) As a rule of thumb the text size is calculated correctly if Writer handles it correcly in "Online Layout" mode. > Do you maybe have an idea why the size of that special japanese string is > calculated wrongly? Recently a developer had a similar problem with text size on a button seemingly being zero. The problem was that he called GetControlText() on the button to get the string. But the control text is not the button text, but was an empty string in that case. And the size of the empty string was... drumroll... zero. Anyway, I can't read that specific string in the comment above even when changing the browser's View->Encoding. What encoding is it? - 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 89430] Ja message for "Cubic spli ne" is truncated in Smooth Lines dialog
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=89430 User iha changed the following: What|Old value |New value CC|''|'hdu,iha' Assigned to|iha |sba --- Additional comments from [EMAIL PROTECTED] Tue Jun 17 13:58:21 + 2008 --- The position and sizes for the controls in this dialog are calculated dependent on the current text length. In this case the method RadioButton::CalcMinimumSize does return a wrong width for the given string. Using an even longer english string makes no problems. Maybe the string itself is buggy somehow? With my version I see a square somewhere in the text at the screen. Also the string seems to end with a space within the localize.sdf file. Don't know whether that is ok. The string in the localize.sdf file is: chart2 source\controller\dialogs\tp_ChartType.src 0 radiobutton DLG_SPLINE_PROPERTIES RB_SPLINES_CUBIC0 ja データãƒã‚¤ãƒ³ãƒˆãªã—平滑線ã¤ãªãŽ 2002-02-02 02:02:02 @sba, please let someone who knows japanese check the string. @hdu, do you know the text size calculation methods in vcl? Do you maybe have an idea why the size of that special japanese string is calculated wrongly? - 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 89430] Ja message for "Cubic spli ne" is truncated in Smooth Lines dialog
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=89430 User os changed the following: What|Old value |New value Assigned to|os|iha Component|l10n |Chart QA contact|[EMAIL PROTECTED] |[EMAIL PROTECTED] --- Additional comments from [EMAIL PROTECTED] Mon Jun 16 15:24:40 + 2008 --- Reassigned to iha Component changed to Chart - 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]