[xml-issues] [Issue 111556] oox: fixes for various p ptx import problems

2010-05-12 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111556


User radekdoulik changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from radekdou...@openoffice.org Wed May 12 13:35:27 
+ 2010 ---
I have verified all the patches are in.

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


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



[xml-issues] [Issue 111556] oox: fixes for various p ptx import problems

2010-05-12 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111556


User radekdoulik changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED

Target milestone|---   |OOo 3.3





--- Additional comments from radekdou...@openoffice.org Wed May 12 13:19:31 
+ 2010 ---
setting target and state to FIXED

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


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



[xml-issues] [Issue 111556] oox: fixes for various p ptx import problems

2010-05-12 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111556
 Issue #|111556
 Summary|oox:  fixes for various pptx import problems
   Component|xml
 Version|DEV300m77
Platform|Unknown
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|dr
 Reported by|radekdoulik





--- Additional comments from radekdou...@openoffice.org Wed May 12 13:15:25 
+ 2010 ---
This issue is created for ooxml10 cws. The cws contains bugfixes for these bugs:

https://bugzilla.novell.com/show_bug.cgi?id=485316
https://bugzilla.novell.com/show_bug.cgi?id=485417
https://bugzilla.novell.com/show_bug.cgi?id=485418
https://bugzilla.novell.com/show_bug.cgi?id=480223
https://bugzilla.novell.com/show_bug.cgi?id=480243
https://bugzilla.novell.com/show_bug.cgi?id=480229
https://bugzilla.novell.com/show_bug.cgi?id=479834
https://bugzilla.novell.com/show_bug.cgi?id=403402
https://bugzilla.novell.com/show_bug.cgi?id=479829
https://bugzilla.novell.com/show_bug.cgi?id=592906

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


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



[udk-issues] [Issue 76642] climaker rewrite in C#

2010-04-14 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76642





--- Additional comments from radekdou...@openoffice.org Wed Apr 14 16:25:27 
+ 2010 ---
OK, sounds good. I will put the mono bridge in as well. I just need to finish
work on another cws and will move on this one 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: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


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



[graphics-issues] [Issue 107291] Enhancing WMF export/impo rt to use embedded EMF data

2009-12-08 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107291





--- Additional comments from radekdou...@openoffice.org Tue Dec  8 17:11:20 
+ 2009 ---
Nice patch indeed. One small nitpick:

+   sal_uInt32 nCount = rStream.Read( pBuf, nCurSize );
+   if( nCount = nCurSize )
+   pWMF->Write( pBuf, nCount );

I guess should be

+   sal_uInt32 nCount = rStream.Read( pBuf, nCurSize );
+   if( nCount == nCurSize )
+   pWMF->Write( pBuf, nCount );


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


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



[porting-issues] [Issue 63159] Patch to use d_type field in dirent structure if possible

2009-07-17 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63159


User radekdoulik changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED

Subcomponent|code  |www





--- Additional comments from radekdou...@openoffice.org Fri Jul 17 08:28:27 
+ 2009 ---
I have verified that the patch is indeed applied to kso32fixes cws.

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


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



[graphics-issues] [Issue 96946] upstream 3D transition cha nges from ooo-build

2008-12-05 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96946
 Issue #|96946
 Summary|upstream 3D transition changes from ooo-build
   Component|Drawing
 Version|1.0.0
Platform|Unknown
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|cmc
 Reported by|radekdoulik





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 12:03:08 + 
2008 ---
Caolán is so kind to upstream changes to transogl transition engine from
ooo-build. I will try to help him as 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]



[www-issues] [Issue 51164] my public ssh key

2008-09-22 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51164


User radekdoulik changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED

Keywords|  |oooqa

  Status|VERIFIED  |CLOSED

OtherIssuesDependingOnTh|  |94002
  is|  |





--- Additional comments from [EMAIL PROTECTED] Sat May 17 20:10:18 + 
2008 ---
The Issue you raised has been marked as 'Resolved' and not updated within the
last 1 year+. I am therefore setting this issue to 'Verified' as the first step
towards Closing it. If you feel this is incorrect, please re-open the issue and
add any comments.

Many thanks,
Andrew
 
Cleaning-up and Closing old Issues
~ The Grand Bug Squash, pre v3 ~
http://marketing.openoffice.org/3.0/announcementbeta.html


--- Additional comments from [EMAIL PROTECTED] Sat May 17 22:12:25 + 
2008 ---
As per previous posting: Verified -> Closed.
A Closed Issue is a Happy Issue (TM).

Regards,
Andrew

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



[www-issues] [Issue 94002] Migrate sshkeys to SVN cod e repository

2008-09-22 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94002


User radekdoulik changed the following:

What|Old value |New value

 IssuesThisDependsOn|2473,9924,18828,19859,2377|2473,9924,18828,19859,2377
|7,26723,27875,27886,48869,|7,26723,27875,27886,48869,
|51393,60496,62341,72737,76|51164,51393,60496,62341,72
|325,76386,82387,84111,8428|737,76325,76386,82387,8411
|8,90666,91383,91634,93346,|1,84288,90666,91383,91634,
|94021,94084,94091,94093,94|93346,94021,94084,94091,94
|095,94138,94143,94144,9414|093,94095,94138,94143,9414
|7 |4,94147





-
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 84784] Upstreaming architectural changes for EMF+ rendering

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





--- Additional comments from [EMAIL PROTECTED] Wed Jun  4 11:46:37 + 
2008 ---
Yup, I have checked all the patches are applied. 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 55224] Impress: internal Hyperlin ks go wrong after rename or insert slides

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


User radekdoulik changed the following:

What|Old value |New value

  CC|'cj,cl,thb'   |'cj,cl,radekdoulik,thb'

  Issue type|DEFECT|PATCH





--- Additional comments from [EMAIL PROTECTED] Thu May 29 08:03:50 + 
2008 ---
Attached patch hopefully fixes all the problems with relative links in the
presentation. It updates the links on Slide Insert/Deletion and rename.

-
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 55224] Impress: internal Hyperlin ks go wrong after rename or insert slides

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





--- Additional comments from [EMAIL PROTECTED] Thu May 29 08:01:18 + 
2008 ---
Created an attachment (id=54049)
proposed 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]



[porting-issues] [Issue 63159] Patch to use d_type field in dirent structure if possible

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


User radekdoulik changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Tue Apr 22 11:38:40 + 
2008 ---
Sorry for the delay. I have verified that the fix is committed to hro30 cws.

Thanks
Radek


-
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 87901] OO displays "equals" from OpenSymbol font sign as "-" in some zoom level s

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





--- Additional comments from [EMAIL PROTECTED] Mon Apr 14 11:41:24 + 
2008 ---
Hi IH,

sorry, I was away at the GoOOoConf2008 whole week. Do you want me to fix this
bug still? How should I modify the glyphs?

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



[util-issues] [Issue 82518] WMF import problems

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





--- Additional comments from [EMAIL PROTECTED] Tue Dec 18 14:59:13 + 
2007 ---
More info from Valek, see his report there:

http://www.sk1project.org/modules.php?name=Report


-
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 81116] Endian issue in cairocanva s bitmap access

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


User radekdoulik changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Tue Oct 23 13:55:32 + 
2007 ---
verified that the change is committed in CWS.

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



[util-issues] [Issue 82518] WMF import problems

2007-10-11 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82518
 Issue #|82518
 Summary|WMF import problems
   Component|utilities
 Version|OOo 2.2.1
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|cd
 Reported by|radekdoulik





--- Additional comments from [EMAIL PROTECTED] Thu Oct 11 14:37:16 + 
2007 ---
Valek Filippov contacted me about the EMF+ import and he has nice summary of WMF
import problems in OOo. I am pasting his findings:

The report will be divided to sections so I'm listing bugs 'by sections'.
OOorg 2.2.1 was used. I'm going to check with 2.3 version soon.
--
Figures:
1. OOorg ignores Arc, Pie and Chord if coords were 'swapped'.
I made file in which left/right and top/bottom coords are exchanged.

2. RoundRect seems to be drawn with incorrect corner radius and line weight.

3. In PolyPolygones if there is no last closing contour line, OOorg
doesn't close it.

Pens & Brushes:
1. MS docs says that width has to be ignored for dashed lines (weird,
but MSOffice ignores dashes instead). OOorg uses both dashes and
width.
OOorg seems to scale dash/dot lengths in so way that it hard to see
line as dashed if its width is default or 1.

2.OOorg seems to ignore SetBKMode for pen (can be tested with dashed
line for example)

3. OOorg seems to ignore line Cap/Join info.
4. OOorg seems to ignore Palette colors.
5. Brush patterns and bitmap patterns is not implemented (can be
checked with fulltest.wmf from libwmf examples)
6. SetBKMode doesn't work for Brushes, SetBKColor was misinterpreted.

(so most likely SetBKMode is just ignored at all)

Fonts/Text:
1. In case of Escapement and Under/Overstriking OOorg make much longer
under/overstriking line than needed for text string.

2. 'Orientation' is interpreted as 'Escapement'
3. SetBKMode is not consistent in fulltest.wmf.
4. 'MS Symbol' encoding was not translated (can be tested with
p01.wmf from libwmf examples).

5. I failed to test MS Cyrillic encoding translation, because OOorg
failed to open this testing file.

-
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 76642] climaker rewrite in C#

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


User radekdoulik changed the following:

What|Old value |New value

 Assigned to|radekdoulik   |jl





--- Additional comments from [EMAIL PROTECTED] Tue Sep 25 12:01:48 + 
2007 ---
well, this is prerequisition for the mono bridge, which we already have in
ooo-build. Without it the bridge won't build.

-
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 81237] clipping problem in cairo canvas backend

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


User radekdoulik changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |47933)
proposed patch






--- Additional comments from [EMAIL PROTECTED] Mon Sep  3 16:27:34 + 
2007 ---
Created an attachment (id=47933)
proposed 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 81236] problem in XBitmap::getSiz e implementations on cairo canvas backend

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


User radekdoulik changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |47932)
proposed patch






--- Additional comments from [EMAIL PROTECTED] Mon Sep  3 16:27:13 + 
2007 ---
Created an attachment (id=47932)
proposed 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 81235] image rendering broken on ppc in cairo canvas backend

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


User radekdoulik changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |47931)
proposed patch






--- Additional comments from [EMAIL PROTECTED] Mon Sep  3 16:26:39 + 
2007 ---
Created an attachment (id=47931)
proposed 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 81237] clipping problem in cairo canvas backend

2007-09-03 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81237
 Issue #|81237
 Summary|clipping problem in cairo canvas backend
   Component|gsl
 Version|OOo 2.2.1
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|radekdoulik
 Reported by|radekdoulik





--- Additional comments from [EMAIL PROTECTED] Mon Sep  3 16:25:32 + 
2007 ---
attached patch fixes the bug. it was visible in balmer.ppt presentation.

-
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 81236] problem in XBitmap::getSiz e implementations on cairo canvas backend

2007-09-03 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81236
 Issue #|81236
 Summary|problem in XBitmap::getSize implementations on cairo c
|anvas backend
   Component|gsl
 Version|OOo 2.2.1
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|radekdoulik
 Reported by|radekdoulik





--- Additional comments from [EMAIL PROTECTED] Mon Sep  3 16:23:13 + 
2007 ---
attached patch fixes this 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 81235] image rendering broken on ppc in cairo canvas backend

2007-09-03 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81235
 Issue #|81235
 Summary|image rendering broken on ppc in cairo canvas backend
   Component|gsl
 Version|OOo 2.2.1
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|radekdoulik
 Reported by|radekdoulik





--- Additional comments from [EMAIL PROTECTED] Mon Sep  3 16:21:47 + 
2007 ---
I didn't switch data bytes on big endian machines. attached patch fixes this
problem. see also https://bugzilla.novell.com/show_bug.cgi?id=266082

-
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 68717] gstreamer backend for avme dia

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





--- Additional comments from [EMAIL PROTECTED] Mon Jul 23 08:36:04 + 
2007 ---
no idea :( I am swamped with other work now.

-
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 68717] gstreamer backend for avme dia

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





--- Additional comments from [EMAIL PROTECTED] Mon Jul 23 08:18:52 + 
2007 ---
nadavkav: SUSE, Debian, Fedora etc. all use ooo-build, which includes my code.
It just wasn't upstreamed yet. BTW, it was developed by Novell Inc. ;-)

-
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 79507] no animation by mouse-clic k

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





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 13:42:24 + 
2007 ---
You might also try to update compiz and/or xgl.

I tried it here with xgl-cvs_060522-0.32 and compiz-0.4.0-0.21 and it works OK.
So it might have been already fixed. It might be related to the intel hw though.

-
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 70519] Enable cairo also on Windo ws

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





--- Additional comments from [EMAIL PROTECTED] Mon Jul  9 19:57:10 + 
2007 ---
I have testing of cairoquartz01 cws on linux in my todo list. Tor, does it
build/work OK on windows for you?

-
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 76642] climaker rewrite in C#

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





--- Additional comments from [EMAIL PROTECTED] Mon Jul  9 19:22:39 + 
2007 ---
Hi jl,

I am sorry for the delay. I was finally able to build upstream version with the
patch on windows. The patch is now applied in climakercsharp01 cws.

I am uploading installation set to
http://go-oo.org/packages/mono/climakercsharp01/en-US/

Please test it.

Cheers
Radek

-
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 78745] implement XIntegerBitmap:: getData in cairo canvas backend

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


User radekdoulik changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Jun 21 10:52:14 + 
2007 ---
implemented in transogl01 cws

-
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 78745] implement XIntegerBitmap:: getData in cairo canvas backend

2007-06-21 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78745
 Issue #|78745
 Summary|implement XIntegerBitmap::getData in cairo canvas back
|end
   Component|gsl
 Version|OOo 2.2.1
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|TASK
Priority|P3
Subcomponent|code
 Assigned to|radekdoulik
 Reported by|radekdoulik





--- Additional comments from [EMAIL PROTECTED] Thu Jun 21 10:40:56 + 
2007 ---
implement XIntegerBitmap::getData in cairo canvas backend

-
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 74554] fix for extrusion depth sa ving

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





--- Additional comments from [EMAIL PROTECTED] Tue Jun  5 11:34:27 + 
2007 ---
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 74554] fix for extrusion depth sa ving

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


User radekdoulik changed the following:

What|Old value |New value

  Status|RESOLVED  |REOPENED

  Resolution|REMIND|





--- Additional comments from [EMAIL PROTECTED] Thu May 24 17:05:02 + 
2007 ---
That the default values are not stored is correct. I don't have test document at
hand, but I can show you the part of the code, which loads the value:

msdffimp.cxx:2253:  double fBackDepth = 
(double)((sal_Int32)GetPropertyValue(
DFF_Prop_c3DExtrudeBackward, 1270 * 360 )) / 360.0;

as you can see, in case the the value is not present, the value 1270 is used.

What was happening before, was that in case that fBackDepth was set to 0.0,
which is valid non-default value, it wasn't saved. So if you saved document with
0.0 fBackDepth and loaded it next time, it was set to 1270.0 (default value)
instead of 0.0.


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



[ucb-issues] [Issue 75399] let store save some megaba ytes of memory

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





--- Additional comments from [EMAIL PROTECTED] Tue May 22 15:31:50 + 
2007 ---
Hi Matthias,

thanks for making it more clear. Let me know if I can help you in any way with 
it.

Cheers
Radek

-
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 73014] Print a drawed circle

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





--- Additional comments from [EMAIL PROTECTED] Tue May 15 16:15:47 + 
2007 ---
Created an attachment (id=45125)
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]



[graphics-issues] [Issue 73014] Print a drawed circle

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





--- Additional comments from [EMAIL PROTECTED] Tue May 15 16:15:04 + 
2007 ---
Created an attachment (id=45124)
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]



[graphics-issues] [Issue 73014] Print a drawed circle

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


User radekdoulik changed the following:

What|Old value |New value

  Issue type|DEFECT|PATCH





--- Additional comments from [EMAIL PROTECTED] Tue May 15 16:13:53 + 
2007 ---
Proposed patch fixes the printing behavior like this.

When printing page content which bigger than printable area, there are 3
possibilities.

i)   Scale down the page content to fit printable area
ii)  Print on more papers
iii) Trim the page content

ii) was actually trimming the page which didn't make sense - in that case you
were unable to join all the paper to reconstruct the page content. Changed it so
that it moves the content so that it is not trimmed,

iii) was trimming the page content only at bottom and right and the content was
moved by unprintable margins. Now it trims on all sides, but keeps the position
of the content on paper.

I am also attaching documents which I used to test 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 73014] Print a drawed circle

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


User radekdoulik changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |45123)
proposed patch






--- Additional comments from [EMAIL PROTECTED] Tue May 15 16:06:51 + 
2007 ---
Created an attachment (id=45123)
proposed 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]



[graphics-issues] [Issue 73014] Print a drawed circle

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


User radekdoulik changed the following:

What|Old value |New value

  CC|'regina'  |'radekdoulik,regina'





-
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 73014] Print a drawed circle

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





--- Additional comments from [EMAIL PROTECTED] Thu May 10 15:43:20 + 
2007 ---
af, I would like to look at this bug. How far did you get? (I don't want to burn
my cycles if you might be close to fixing it)

Could you give me some pointers where to look at?

Radek


-
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 76642] climaker rewrite in C#

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





--- Additional comments from [EMAIL PROTECTED] Thu May 10 08:45:22 + 
2007 ---
test_climaker.exe runs OK.

Radek [EMAIL PROTECTED]
/cygdrive/c/svn/ooo-build/build/oof680-m7/cli_ure/wntmsci10.pro/bin/qa/climaker
$ ./test_climaker.exe

=
Test succeeded!
=

Yup, I am from Novell, so there's no problem with JCA.

The attached patch indeed make it work on win32 only. In ooo-build we have mono
bridge and climaker running on mono. It will be upstreamed later as well I hope.

Any chance to speedup the integration? I am worried about new changes in
climaker which I will then have to merge in the rewrite. Would creating cws with
the patch might help 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]



[udk-issues] [Issue 76642] climaker rewrite in C#

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





--- Additional comments from [EMAIL PROTECTED] Wed May  9 17:15:36 + 
2007 ---
I have attached updated patch. It should work OK in upstream version.

I have fixed 2 issues which were broke testtools build.

I was able to run cli_bridgetest_inprocess.exe successfully. The other QA runs
ended with errors as visible in the last attachment. I got the same problem when
using old C++ climaker, so it looks like it is caused by something else. Any
idea what might be wrong?

Any chance to test the patch in your build? The patch should work nicely now.


-
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 76642] climaker rewrite in C#

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





--- Additional comments from [EMAIL PROTECTED] Wed May  9 17:10:15 + 
2007 ---
Created an attachment (id=44986)
terminal 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]



[udk-issues] [Issue 76642] climaker rewrite in C#

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


User radekdoulik changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |44985)
revised patch






--- Additional comments from [EMAIL PROTECTED] Wed May  9 17:09:33 + 
2007 ---
Created an attachment (id=44985)
revised 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]



[udk-issues] [Issue 76642] climaker rewrite in C#

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





--- Additional comments from [EMAIL PROTECTED] Wed May  9 14:15:36 + 
2007 ---
I have found few issues with testtools on win32, fixing them now. Also noticed
that attached patches need another mono patches from ooo-build.

Once I fix testtools issues, I will prepapre another patch for upstream OOo.

-
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 76642] climaker rewrite in C#

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





--- Additional comments from [EMAIL PROTECTED] Wed May  2 12:28:39 + 
2007 ---
I have tested building climaker and cli_types.dll on windows. The generated dll
differed only by UUID number.

I didn't try the testtools. I will try them and report if they run OK.

-
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 76642] climaker rewrite in C#

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


User radekdoulik changed the following:

What|Old value |New value

 Version|1.0.0 |current





-
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 76642] climaker rewrite in C#

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


User radekdoulik changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |44634)
proposed patch






--- Additional comments from [EMAIL PROTECTED] Tue Apr 24 07:37:09 + 
2007 ---
Created an attachment (id=44634)
proposed 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]



[udk-issues] [Issue 76642] climaker rewrite in C#

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


User radekdoulik changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |44633)
proposed patch






--- Additional comments from [EMAIL PROTECTED] Tue Apr 24 07:36:45 + 
2007 ---
Created an attachment (id=44633)
proposed 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]



[udk-issues] [Issue 76642] climaker rewrite in C#

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


User radekdoulik changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |44632)
proposed patch






--- Additional comments from [EMAIL PROTECTED] Tue Apr 24 07:36:21 + 
2007 ---
Created an attachment (id=44632)
proposed 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]



[udk-issues] [Issue 76642] climaker rewrite in C#

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


User radekdoulik changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |44631)
proposed patch






--- Additional comments from [EMAIL PROTECTED] Tue Apr 24 07:35:41 + 
2007 ---
Created an attachment (id=44631)
proposed 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]



[udk-issues] [Issue 76642] climaker rewrite in C#

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


User radekdoulik changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |44630)
proposed patch






--- Additional comments from [EMAIL PROTECTED] Tue Apr 24 07:35:22 + 
2007 ---
Created an attachment (id=44630)
proposed 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]



[udk-issues] [Issue 76642] climaker rewrite in C#

2007-04-24 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76642
 Issue #|76642
 Summary|climaker rewrite in C#
   Component|udk
 Version|1.0.0
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|kr
 Reported by|radekdoulik





--- Additional comments from [EMAIL PROTECTED] Tue Apr 24 07:34:38 + 
2007 ---
Attached patches contain climaker rewritten in C#. The reason for doing so is
that we lack managed C++ on linux/mono, so I have rewritten climaker tool in C#
+ native shared library to access UNO reflection stuff.

Besides different UUID's, the generated libraries in original and new climaker
(cli_types.dll) are identical - checked with monodis output.

The functionality should be identical to that in oof680-m14.

I hope these patches can be accepted upstream.

The patches should be applied in this order:

mono-climaker.diff
mono-climaker-config.diff
climaker-csharp-win.diff
buildfix-climaker-disabled.diff

-
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 76035] Crash with files containin g custom animations when running a slide show.

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





--- Additional comments from [EMAIL PROTECTED] Thu Apr 12 12:18:40 + 
2007 ---
spotted one possible problem in vcl-gnome-screensaver-poke.diff, updated in svn,
please report if it helped with your 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]



[graphics-issues] [Issue 76035] Crash with files containin g custom animations when running a slide show.

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


User radekdoulik changed the following:

What|Old value |New value

  CC|'andyrtr,doko'|'andyrtr,doko,radekdoulik'





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



[ucb-issues] [Issue 75399] let store save some megaba ytes of memory

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





--- Additional comments from [EMAIL PROTECTED] Mon Apr  2 10:33:44 + 
2007 ---
Hi Matthias,

thanks for your comments.

Let me comment on them too.

* The changes outside store module are only to use the advantage of the new
format. Usage of the new format is meant for OOo package internally - thus new
regmerge -i switch. I don't see any problem with it, until some 3rd party code
tries to put gigabytes of data into internal registries, which is unlikely. If
the code needs to be ABI compatible I can modify my changes to add new methods
instead of adding new parameters (with default values)

* about semantically incompatible changes, the maximum name length can be fixed
easily to 256+ characters again (by linking more blocks) 

* I think it might be possible to enlarge the stream length limit as well, but I
don't see any point in doing so. Given that store module is only used for
registry files. The new default block size was optimized for current .rdb files
usage. See doc/store.txt analysis in ooo-build from Michael. Excerpt from it:

Analysis:
types.rdb 98% of files < 2^12 bytes < = 4096 bytes
types.rdb 100% of names < 64 bytes
services.rdb  99% of files < 2^8 bytes < = 256 bytes
services.rdb  99% of names < 64 bytes

Largest file == 2^15 bytes == 32k.

I would be quite disappointed if you throw my patch away as I spent some time
with it as you might see ;-)

Please let me know if you are willing accept my patch if I modify it to be ABI
compatible and remove name max length. I might look into maximal stream length
as well if you insist :)

Radek

-
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 70773] slidesorter scrollbars scr oll slowly with mouse wheel

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





--- Additional comments from [EMAIL PROTECTED] Fri Mar 30 13:46:00 + 
2007 ---
Yay, 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 75399] let store save some megaba ytes of memory

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





--- Additional comments from [EMAIL PROTECTED] Wed Mar 28 08:09:40 + 
2007 ---
I have patch for this build problem. Let me clean it and I will attach 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]



[framework-issues] [Issue 75399] let store save some megaba ytes of memory

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





--- Additional comments from [EMAIL PROTECTED] Fri Mar 23 16:54:53 + 
2007 ---
I have attached an updated version of the core patch, which contains big endian
fixes and few cleanings.

-
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 75399] let store save some megaba ytes of memory

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


User radekdoulik changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |43891)
updated patch






--- Additional comments from [EMAIL PROTECTED] Fri Mar 23 16:53:55 + 
2007 ---
Created an attachment (id=43891)
updated 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]



[framework-issues] [Issue 75399] let store save some megaba ytes of memory

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


User radekdoulik changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |43706)
proposed patch






--- Additional comments from [EMAIL PROTECTED] Wed Mar 14 15:20:18 + 
2007 ---
Created an attachment (id=43706)
proposed 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]



[framework-issues] [Issue 75399] let store save some megaba ytes of memory

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


User radekdoulik changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |43705)
proposed patch






--- Additional comments from [EMAIL PROTECTED] Wed Mar 14 15:19:50 + 
2007 ---
Created an attachment (id=43705)
proposed 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]



[framework-issues] [Issue 75399] let store save some megaba ytes of memory

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


User radekdoulik changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |43704)
proposed patch






--- Additional comments from [EMAIL PROTECTED] Wed Mar 14 15:19:27 + 
2007 ---
Created an attachment (id=43704)
proposed 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]



[framework-issues] [Issue 75399] let store save some megaba ytes of memory

2007-03-14 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75399
 Issue #|75399
 Summary|let store save some megabaytes of memory
   Component|framework
 Version|OOo 2.1
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|radekdoulik





--- Additional comments from [EMAIL PROTECTED] Wed Mar 14 15:18:26 + 
2007 ---
I am attaching patches which are updates of ooo-build/patches/test/store-*diff.

Michael let me update them so that the store changes are backward compatible
with original format.

store-core.diff - changes in the store module, introduce format version 2, be
backward compatible with original format version 1

store-registry.diff - changes in registry to use updated store. regmerge gets
new option -i/-internal which enables the use of new format

store-install.diff - let the build create types.rdb and services.rdb with new
format.

I have done measurements on suse linux 32bit and it saves around 5.6M of memory,
about 5.4M of shared memory space and about 200k of private memory space -
measured with pmap on empty started writer.

-
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 74554] fix for extrusion depth sa ving

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


User radekdoulik changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |43023)
proposed patch






--- Additional comments from [EMAIL PROTECTED] Wed Feb 14 19:20:13 + 
2007 ---
Created an attachment (id=43023)
proposed 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]



[graphics-issues] [Issue 74554] fix for extrusion depth sa ving

2007-02-14 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74554
 Issue #|74554
 Summary|fix for extrusion depth saving
   Component|Presentation
 Version|OOo 2.0.4
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|save-export
 Assigned to|wg
 Reported by|radekdoulik





--- Additional comments from [EMAIL PROTECTED] Wed Feb 14 19:19:27 + 
2007 ---
Extrusion depth saving code was chacking for wrong default value. Attached patch
fixes 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]



[framework-issues] [Issue 68717] gstreamer backend for avme dia

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





--- Additional comments from [EMAIL PROTECTED] Wed Jan 10 07:05:20 -0800 
2007 ---
I think I will try to upstream it soon as it works pretty well. No idea in which
version it will be included though.

-
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 71939] Pre- and postprecessing ca pability for import and export.

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


User radekdoulik changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |41187)
proposed patch






--- Additional comments from [EMAIL PROTECTED] Thu Dec  7 00:54:01 -0800 
2006 ---
Created an attachment (id=41187)
proposed 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]



[graphics-issues] [Issue 68300] bogus scaling / size on lo ad ...

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





--- Additional comments from [EMAIL PROTECTED] Wed Nov 15 04:57:36 -0800 
2006 ---
sj: could you please attach some other examples where it doesn't work?

Do you know how to say whether OLE object is cropped or 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]



[graphics-issues] [Issue 68300] bogus scaling / size on lo ad ...

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


User radekdoulik changed the following:

What|Old value |New value

  CC|'radekdoulik' |'flr,radekdoulik'





-
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 68300] bogus scaling / size on lo ad ...

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





--- Additional comments from [EMAIL PROTECTED] Tue Nov 14 06:27:42 -0800 
2006 ---
I have a patch which crops ms ole objects. Not sure yet though whether we should
crop always or 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]



[graphics-issues] [Issue 68300] bogus scaling / size on lo ad ...

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


User radekdoulik changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |40567)
proposed patch






--- Additional comments from [EMAIL PROTECTED] Tue Nov 14 06:23:18 -0800 
2006 ---
Created an attachment (id=40567)
proposed 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]



[porting-issues] [Issue 69066] Port the cairo implementat ion of OOo Canvas to Mac OS X

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





--- Additional comments from [EMAIL PROTECTED] Fri Nov  3 08:50:57 -0800 
2006 ---
There is canvas/workben/canvasdemo.cxx which might help a bit. It was broken
some time ago and Thorsten fixed it recently, I am not sure wheter his cws with
the fix was already merged though.

-
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 70782] a11y: native gnome file pi cker, hang on secondary "file already exists" dialog

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





--- Additional comments from [EMAIL PROTECTED] Wed Oct 25 08:42:27 -0700 
2006 ---
Michael asked me to put your patches (this one and 2 other from 70361) to
ooo-build. I tested them with at-poke and committed to ooo-build/HEAD.

Thanks for the patches.

-
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 68300] bogus scaling / size on lo ad ...

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





--- Additional comments from [EMAIL PROTECTED] Tue Oct 24 03:03:36 -0700 
2006 ---
What I described happening in MSO might be the same MSO problem as this one:
http://support.microsoft.com/kb/165723 (just the opposite direction: embedding
word in ppt)

-
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 70773] slidesorter scrollbars scr oll slowly with mouse wheel

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


User radekdoulik changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |40016)
proposed patch






--- Additional comments from [EMAIL PROTECTED] Tue Oct 24 01:51:14 -0700 
2006 ---
Created an attachment (id=40016)
proposed 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]



[graphics-issues] [Issue 70773] slidesorter scrollbars scr oll slowly with mouse wheel

2006-10-24 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70773
 Issue #|70773
 Summary|slidesorter scrollbars scroll slowly with mouse wheel
   Component|Presentation
 Version|OOo 2.0.4
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|wg
 Reported by|radekdoulik





--- Additional comments from [EMAIL PROTECTED] Tue Oct 24 01:49:49 -0700 
2006 ---
the slidesorter scrollbars seem to scroll slowly with mouse wheel. we have got
bug report for it and have now the attached patch in ooo-build. I hope UI team
would find that patch usefull and that it can be upstreamed.

-
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 68300] bogus scaling / size on lo ad ...

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





--- Additional comments from [EMAIL PROTECTED] Mon Oct 23 11:34:03 -0700 
2006 ---
Indeed, looks like it. I played with it in MS office and the anchor (bounding
box?) looks OK - it has the same size.

In MSO the anchor rectangle is used as bounding box for the rendering of
embedded object. Once you edit the object it behaves weird as it rescales the
embedded object to the anchor rectangle and keeps it that way. Interestingly
enough when saved and loaded again, it uses it as bounding box until edited
again. So before the rendered output before saved and after save/load looks
differently.

Not sure why it behaves that way, I guess it might be an incompatibility between
various MSO versions?

I will look more into the embedded object code. It takes me ages though as I
don't know much that code yet.

I am also completely unaware about OLE objects. Any hint where I can read about
embedded OLE objects and how they are stored in streams/on disk?



-
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 68300] bogus scaling / size on lo ad ...

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


User radekdoulik changed the following:

What|Old value |New value

  CC|''|'radekdoulik'





--- Additional comments from [EMAIL PROTECTED] Mon Oct 23 07:28:43 -0700 
2006 ---
looking at the problem, it looks like the wrong size comes from client anchor in
SvxMSDffManager::ImportShape. it can be corrected in impress by using "Original
Size" item from popup menu.

sj, does it ring a bell? is there any documentation where I can read about
child/client anchor and ole object size handling?

-
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 69325] cairo canvas: filling is r eal slow on non integer values

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


User radekdoulik changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Oct  9 08:57:53 -0700 
2006 ---
good catch! the fix landed in cairofixes02 cws (and in ooo-build too)

-
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 70245] bitmaps incorrectly scaled in cairo canvas backend

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


User radekdoulik changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Oct  9 08:56:10 -0700 
2006 ---
committed to cairofixes02 cws

-
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 70245] bitmaps incorrectly scaled in cairo canvas backend

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


User radekdoulik changed the following:

What|Old value |New value

 Assigned to|pl|radekdoulik

  Status|STARTED   |NEW





--- Additional comments from [EMAIL PROTECTED] Mon Oct  9 08:53:02 -0700 
2006 ---
ops, trying again :)

-
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 70245] bitmaps incorrectly scaled in cairo canvas backend

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


User radekdoulik changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Mon Oct  9 08:52:27 -0700 
2006 ---
assign to 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]



[gsl-issues] [Issue 70245] bitmaps incorrectly scaled in cairo canvas backend

2006-10-09 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70245
 Issue #|70245
 Summary|bitmaps incorrectly scaled in cairo canvas backend
   Component|gsl
 Version|OOo 2.0.4
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|pl
 Reported by|radekdoulik





--- Additional comments from [EMAIL PROTECTED] Mon Oct  9 08:51:43 -0700 
2006 ---
bitmaps incorrectly scaled in cairo canvas backend, happens when vcl's cached
pixmaps are used. the fix will be committed to cairofixes02 cws

-
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 59997] some default numbering bul lets *not* in OpenSymbol

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





--- Additional comments from [EMAIL PROTECTED] Mon Sep  4 07:52:47 -0700 
2006 ---
OKie, you answered when I was still typing the question :)

Yeah, the "morning" version is the right one.


-
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 59997] some default numbering bul lets *not* in OpenSymbol

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





--- Additional comments from [EMAIL PROTECTED] Mon Sep  4 07:49:34 -0700 
2006 ---
regina, which font do you use? There were 2 fonts added on Apr 13th.

The right one should be:

Thu Apr 13 08:37:00 -0700 2006: opens___.ttfupdated font with asc 1638 dsc 
410
(not as offset) (application/octet-stream)

http://www.openoffice.org/nonav/issues/showattachment.cgi/35683/opens___.ttf


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



[porting-issues] [Issue 69066] Port the cairo implementat ion of OOo Canvas to Mac OS X

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


User radekdoulik changed the following:

What|Old value |New value

  CC|'pjanik,radekdoulik'  |'pjanik,radekdoulik,thorst
|  |en'





--- Additional comments from [EMAIL PROTECTED] Thu Aug 31 05:52:11 -0700 
2006 ---
Hello,

great to see cairo canvas ported to other system. Thumbs up :) I looked at the
patch and it looks you are going the right way.

Few things I noticed:

 * glitz based surfaces - we don't use them these days, so IIWY I would not
bother with them
 * Surface::getSimilar: the part where we create surface from new drawable, for
start you can use cairo_surface_create_similar. You might need to comment out
the parts which use drawable on few more places I guess. With
cairo_surface_create_similar you might be able to make it work without text
rendering.
   The idea here is that we use vcl for text drawing, vcl (in unix/x11 case)
uses drawable for virtual device, which is used for text drawing. On x11 it
works so that in cairo canvas we create the drawable, and then ask vcl to create
virtual device from it and also cairo to create surface from it. That way we can
draw everything but text on cairo surface and text on vcl's virtual device. Both
 using the same drawable.

I think that's all I spotted in your patch. Let me know if you need more help in
other areas.

Radek


-
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 68717] gstreamer backend for avme dia

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


User radekdoulik changed the following:

What|Old value |New value

 Assigned to|tm|radekdoulik





--- Additional comments from [EMAIL PROTECTED] Thu Aug 17 06:24:29 -0700 
2006 ---
reassign to 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 68717] gstreamer backend for avme dia

2006-08-17 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68717
 Issue #|68717
 Summary|gstreamer backend for avmedia
   Component|framework
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|radekdoulik





--- Additional comments from [EMAIL PROTECTED] Thu Aug 17 06:09:26 -0700 
2006 ---
implement new gstreamer backend for avmedia for media playing on Linux/UN*Xes

-
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 54450] OpenSymbols in text increa ses line spacing about 50%

2006-07-26 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54450





-
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 56252] Numbering style assigned t o an unused paragraph style is not saved

2006-07-26 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56252





-
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 64250] Adjust "Outline Numbering Bullets" to only use supported symbol fonts

2006-07-26 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64250





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



[installation-issues] [Issue 45163] Bullet symbols on some sys tems not displayed in OpenSymbol font

2006-07-26 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=45163





-
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 59997] some default numbering bul lets *not* in OpenSymbol

2006-07-26 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59997





--- Additional comments from [EMAIL PROTECTED] Wed Jul 26 01:44:37 -0700 
2006 ---
IH: not sure whether you want to fix the linespacing problem in that cws or
later in other. I would like to set cws status to "ready for QA", is that OK
with you?

-
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 54450] OpenSymbols in text increa ses line spacing about 50%

2006-07-26 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54450





-
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 56252] Numbering style assigned t o an unused paragraph style is not saved

2006-07-26 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56252





-
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 64250] Adjust "Outline Numbering Bullets" to only use supported symbol fonts

2006-07-26 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64250



This issue depends on issue 59997, which changed state:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





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



[installation-issues] [Issue 45163] Bullet symbols on some sys tems not displayed in OpenSymbol font

2006-07-26 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=45163





-
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 59997] some default numbering bul lets *not* in OpenSymbol

2006-07-26 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59997


User radekdoulik changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Jul 26 01:41:36 -0700 
2006 ---
marking FIXED as it landed in the cws

-
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 54450] OpenSymbols in text increa ses line spacing about 50%

2006-07-26 Thread radekdoulik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54450





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