[sw-issues] [Issue 95350] Text "5x9" of InsertTable Controller has wrong text direction in RTL UI

2009-01-14 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95350


User mru changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from m...@openoffice.org Wed Jan 14 11:16:19 + 
2009 ---
Checked in build DEV300m38.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 95350] Text "5x9" of InsertTable Controller has wrong text direction in RTL UI

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





--- Additional comments from o...@openoffice.org Thu Dec 25 15:57:52 + 
2008 ---
->ayaniger: The cws has been finished in svn. 
(see http://wiki.services.openoffice.org/wiki/OOo_and_Subversion )

svn diff
http://svn.services.openoffice.org/ooo/tags/DEV300_m37/svx/source/tbxctrls/layctrl.cxx
http://svn.services.openoffice.org/ooo/cws/os121/svx/source/tbxctrls/layctrl.cxx
Index: layctrl.cxx
===
--- layctrl.cxx (.../tags/DEV300_m37/svx/source/tbxctrls/layctrl.cxx)   (revisio
n 265801)
+++ layctrl.cxx (.../cws/os121/svx/source/tbxctrls/layctrl.cxx) (revision 265801
)
@@ -413,16 +413,15 @@
aText = Button::GetStandardText( BUTTON_CANCEL );
Size aTextSize( GetTextWidth( aText ), GetTextHeight() );

-//#i72805# prevent damaged table dimension text
-sal_Bool bWasRTL = IsRTLEnabled();
-EnableRTL( sal_False );
+Rectangle aClearRect( 0, aSize.Height()-nTextHeight+2, (aSize.Width()), aSi
ze.Height() );
+DrawRect( aClearRect );
+
+// #i95350# force RTL output
+if( IsRTLEnabled() &&  nCol && nLine )
+aText.Insert(0x202D, 0);
 DrawText( Point( (aSize.Width() - aTextSize.Width()) / 2, aSize.Height() -
nTextHeight + 2 ), aText );
-EnableRTL( bWasRTL );

-DrawRect( Rectangle( 0, aSize.Height()-nTextHeight+2, (aSize.Width()-aTextS
ize.Width())/2-1, aSize.Height() ) );
-   DrawRect( Rectangle( (aSize.Width()-aTextSize.Width())/2+aTextSize.Width
(), aSize.Height()-nTextHeight+2, aSize.Width(), aSize.Height() ) );
-
-   SetLineColor( aLineColor );
+SetLineColor( aLineColor );
SetFillColor();
DrawRect( Rectangle( Point(0,0), aSize ) );
 }


-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 95350] Text "5x9" of InsertTable Controller has wrong text direction in RTL UI

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


User mru changed the following:

What|Old value |New value

  CC|'yba' |'os,yba'





--- Additional comments from m...@openoffice.org Tue Dec 23 17:50:33 + 
2008 ---
MRU->OS: can you answer Alans question: 
"How can I get a copy of the source code for this change in os121? I don't see
os121 in any of the labels in the CVS log for layctrl.cxx, and I'm getting an
error when I try to look at the changes through EIS."

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 95350] Text "5x9" of InsertTable Controller has wrong text direction in RTL UI

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





--- Additional comments from ayani...@openoffice.org Tue Dec 23 15:37:51 
+ 2008 ---
How can I get a copy of the source code for this change in os121? I don't see
os121 in any of the labels in the CVS log for layctrl.cxx, and I'm getting an
error when I try to look at the changes through EIS.

-
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sw-issues] [Issue 95350] Text "5x9" of InsertTable Controller has wrong text direction in RTL UI

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


User mru changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Mon Nov 24 16:24:15 + 
2008 ---
Verified in CWS os121.

-
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 95350] Text "5x9" of InsertTable Controller has wrong text direction in RTL UI

2008-11-13 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95350


User os changed the following:

What|Old value |New value

 Assigned to|os|mru





--- Additional comments from [EMAIL PROTECTED] Thu Nov 13 13:16:45 + 
2008 ---
Reassigned for verification

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

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


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



[sw-issues] [Issue 95350] Text "5x9" of InsertTable Controller has wrong text direction in RTL UI

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


User os changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED

Target milestone|OOo 3.x   |OOo 3.1





--- Additional comments from [EMAIL PROTECTED] Thu Oct 23 14:50:32 + 
2008 ---
Fixed in cws os121 in 
svx/source/dialog/layctrl.cxx

-
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 95350] Text "5x9" of InsertTable Controller has wrong text direction in RTL UI

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


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |os

Target milestone|---   |OOo 3.x





--- Additional comments from [EMAIL PROTECTED] Thu Oct 23 11:28:24 + 
2008 ---
MRU->OS: as described, the Insert.table controller in the toolbar shows "x 5 9"
in RTL mode.

-
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 95350] Text "5x9" of InsertTable Controller has wrong text direction in RTL UI

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





--- Additional comments from [EMAIL PROTECTED] Thu Oct 23 09:12:00 + 
2008 ---
Created an attachment (id=57400)
Note that the string "7 x 20" is displayed incorrectly


-
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 95350] Text "5x9" of InsertTable Controller has wrong text direction in RTL UI

2008-10-23 Thread ayaniger
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95350
 Issue #|95350
 Summary|Text "5x9" of InsertTable Controller has wrong text di
|rection in RTL UI
   Component|Word processor
 Version|OOo 3.0
Platform|Unknown
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|mru
 Reported by|ayaniger





--- Additional comments from [EMAIL PROTECTED] Thu Oct 23 09:10:48 + 
2008 ---
In RTL, create a table from the "table" toolbar, and set the size by dragging
the mouse across the grid. As the size changes, so does the text at the bottom
which specifies the table's dimensions. In RTL, the text with the new dimensions
is not displayed properly. See screenshot. See issue 72805 which contains a fix
for a different RTL problem. Since then this new problem has surfaced. It seems
that the non-RTL string "7 x 20" is being displayed with RTL text direction.

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