[ui-issues] [Issue 79878] OO.o can not select modern font faces conveniently

2010-08-16 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79878





--- Additional comments from nmail...@openoffice.org Tue Aug 17 05:04:42 
+ 2010 ---
TEX fonts are a world in themselves and should not be taken as example of good
fonts. TEX usually selects fonts by filename (in TEX macros) when other apps
select fonts by the font name and font face exported in font metadata. As a
result the font name and face exported by TEX fonts are too often a mess that
does not conform to existing font standards (since TEX itself does not use them,
except for very modern TEX engine which have low penetration so far).

The Latin Modern example you give is typical: your table references the filename
(which should be irrelevant, and besides is a human-unfriendly abbreviation that
only makes sense for people that type it instead of selecting it in gui lists),
and the faces listed do not conform to WWS
(http://blogs.msdn.com/text/attachment/2249036.ashx). Standard CSS operators
like bold-er can not work with a face such as dunhill. (and I've seen much
worse while auditing texlive 2007, for example standard face composants such as
italic split between font family name and font family variant, which had clearly
been generated through a stupid format convertor without ever checking the
result outside of TEX)

While it would be good to accommodate TEX fonts, the priority should be to
accommodate fonts that conform to specs written to help typical GUI apps. If the
TEX world wants its fonts to be used outside of TEX, it has lots of cleaning up
to do.



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


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



[l10n-issues] [Issue 102943] meta-issue for tracking n on-baseplane unicode problems

2010-08-10 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102943


User nmailhot changed the following:

What|Old value |New value

  CC|'er,kamataki,khirano,maho,|'er,fedorafonts,kamataki,k
|mst,od,sb'|hirano,maho,mst,od,sb'





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


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



[sw-issues] [Issue 17169] Add automatic non breaking space before certain punctuation marks (for F rench)

2010-08-10 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=17169





--- Additional comments from nmail...@openoffice.org Tue Aug 10 20:02:12 
+ 2010 ---
It's kind of disappointing that a Finish (!) six-years-old (2000 revised in
2004) page on the then-state of the art in html browsers (ie6 + netscape 4?) has
been used to justify ignoring the very clear typographic rules on narrow no
break space that even Unicode.org references (the same Finish page claims œ is
too “new” and should not be used, when Unicode has long deprecated ISO-8859-15
in software)

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

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


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



[installation-issues] [Issue 113586] Unable to get correct ver sion of OpenSymbol

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





--- Additional comments from nmail...@openoffice.org Wed Aug  4 08:08:08 
+ 2010 ---
@tl

As I wrote before fontconfig will always serve apps the font files with the
highest version (as in, version field in truetype metadata). Thus, on a
fontconfig platform, the worst that can happen is someone installed a newer
opensymbol system-wide, and the tar install uses it instead of its local one.

Therefore, as long as OO.o selects fonts through fontconfig, keeps compat in
OpenSymbol, and increments the font version when it changes, there will be no
problems. (and if compat is not kept the font should be renamed)

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


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



[installation-issues] [Issue 113586] Unable to get correct ver sion of OpenSymbol

2010-08-03 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113586





--- Additional comments from nmail...@openoffice.org Tue Aug  3 06:29:49 
+ 2010 ---
@tl
 If that is what is happening wouldn't it be proper handling if the font was
 moved away from share/fonts/truetype to establish a link to the new location 
 in
 that directory as well?

It seems I need to expand.

Fedora (and where Fedora leads, others tend to follow) is moving *away* from
font-selection-by-filename as fast as a gigantic package repository like ours 
can.

The reason is simple: most applications that embed fonts do not maintain them,
application authors just download random fonts on the net and dump them in their
trees, do not review them, do not update them. So we had dozens of copies of
Vera in the repository way after everyone had been supposed to move to DejaVu,
several Arial copies when they violate our licensing guidelines, various old
buggy font versions that had long been fixed in the font package dedicated to
this font, etc (and all those problem font files consumed quite a lot of space 
btw)

Therefore, our new target is:
1. apps do not select fonts by filename
2. apps are forbidden to include font files in their application package, they
have to use existing font packages or split their fonts in new packages if no
one else provides them
3. font selection *must* go through fontconfig
4. fonts exist somewhere in fontconfig space, their exact location is not fixed
and can change without notice
5. sometimes fonts are not actually present but faked by fontconfig font
aliasing (typically, DejaVu declares itself as Vera if the Vera package is not
installed)
6. the application package *must* require the font packages it needs so the
fontconfig selections it needs succeeds
7. and lately we've started adding magic font provides to font packages such as
font(dejavusans) so other packages do not need to know the exact name of the
font package, just the font provide they require

Longer term we may start tweaking font names in the fontconfig layer like
Microsoft does in WPF to fix hopelessly named fonts/styles. Anything that
accesses font files directly will break in this scheme

Now, I realise the main justification for the change does not apply to
OpenSymbol, since OO.o actually maintains the font it embeds, and our opensymbol
font package is generated from the OO.o srpm, so there's no coordination problem
between the application packager and the font packager

However, common packaging guidelines must target the common case first. And the
common case is we want font embedding to stop. So font symlinking, while done
when an app is too dumb to got through fontconfig, is not encouraged, and breaks
regularly when files are moved within fontconfig directories (because fontconfig
apps do not care about it, and other apps are supposed to be fixed anyway, so
why add constrains to font packagers).

Also, who knows, now that opensymbol uses standard unicode points, we may decide
to replace it with some other nicer unicode math font in the future, and alias
this font to opensymbol to hide the change from OO.o.

Therefore, I strongly recommends OO.o makes sure its symbol font is named in
such a way it can safely select it via fontconfig only on Linux systems, that no
attempt to do resolution by filename is added, and that dependencies are used to
make sure the font package is present when OO.o needs it.

See also the official Fedora font packaging guidelines and in particular the
fontpackages templates. 
http://fedoraproject.org/wiki/Packaging:FontsPolicy

You'll find out individual font packagers are not even allowed to specify the
location of font files, it's all taken care of by an opaque macro they have no
control of but are required to use (and when this macro changes, every font in
the distro may be relocated on rebuild)

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


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



[installation-issues] [Issue 113586] Unable to get correct ver sion of OpenSymbol

2010-08-02 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113586


User nmailhot changed the following:

What|Old value |New value

  CC|'hdu,is,mru,of'   |'fedorafonts,hdu,is,mru,of
|  |'





--- Additional comments from nmail...@openoffice.org Mon Aug  2 15:28:31 
+ 2010 ---
 Finally we could also hard code, that this one font is always used from
 share/fonts/truetype

This won't fly under Linux. Distributions explicitely move opensymbol in a
standard place instead of having it lost deep inside the OO.o tree
http://koji.fedoraproject.org/koji/rpminfo?rpmID=2100031

Also, under Linux (still) fontconfig will always use the most recent version of
any given font (as in: font metadata), regardless of where it is installed 

Though it's a good idea to rename the font if it has changed so much old
documents referencing the previous version will break if fed the new 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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


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



[installation-issues] [Issue 113586] Unable to get correct ver sion of OpenSymbol

2010-08-02 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113586





--- Additional comments from nmail...@openoffice.org Mon Aug  2 15:29:35 
+ 2010 ---
And dependencies are the right way to handle this under Linux

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


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



[framework-issues] [Issue 113558] Change Case broken by lan guage tags and/or ligatures

2010-07-31 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113558


User nmailhot changed the following:

What|Old value |New value

  CC|''|'fedorafonts'





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


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



[graphics-issues] [Issue 2497] allow import of SVG (Scalab le Vector Graphics)

2010-07-31 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2497


User nmailhot changed the following:

What|Old value |New value

  CC|'argasek,auberger,beppec56|'argasek,auberger,beppec56
|,bobiciel,camillem,ceplm,c|,bobiciel,camillem,ceplm,c
|l,cornouws,davidfraser,fan|l,cornouws,davidfraser,fan
|gq,haui,irneb,is,james_cla|gq,haui,irneb,is,james_cla
|rk,jjtn,jlp,joergwartenber|rk,jjtn,jlp,joergwartenber
|g,ka,kami_,kendy,khirano,k|g,ka,kami_,kendy,khirano,k
|reawit,mandreiana,masayan,|reawit,mandreiana,masayan,
|maxweber,mfedyk,mmeeks,msu|maxweber,mfedyk,mmeeks,msu
|ndman,neteler,njsg,nogin,o|ndman,neteler,njsg,nmailho
|dalman,olo,pagalmes,p |t,nogin,odalman,olo,p





-
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



[graphics-issues] [Issue 113268] TrueType font creation

2010-07-20 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113268


User nmailhot changed the following:

What|Old value |New value

  CC|''|'fedorafonts'





--- Additional comments from nmail...@openoffice.org Tue Jul 20 12:24:31 
+ 2010 ---
IMHO it this is way over OO.o's scope. Font creation is not trivial, which is
why there is only a handful of working full-featured font editors right now.
Resources would be better spent enhancing fontforge if necessary.

-
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



[gsl-issues] [Issue 112730] graphite: slow performanc e with Graphite fonts in large docs

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


User nmailhot changed the following:

What|Old value |New value

  CC|''|'fedorafonts'





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


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



[sw-issues] [Issue 112362] Broken .doc roundtrip wit h word 2007

2010-06-14 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112362
 Issue #|112362
 Summary|Broken .doc roundtrip with word 2007
   Component|Word processor
 Version|OOo 3.2.1
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|writerneedsconfirm
 Reported by|nmailhot





--- Additional comments from nmail...@openoffice.org Mon Jun 14 09:25:30 
+ 2010 ---
The attached testcase shows how a simple ODT document is broken during a
roundtrip with word 2007 :

1. The table of content alignement is broken
2. The document is set to protected in word, needs to be manually unprotected
3. The header formatting is broken, first in word 2007, then during re-import in
OO.o 3.2.1 (sizes and colours)
4. The orange block border is transformed to yellow border

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

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


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



[sw-issues] [Issue 112362] Broken .doc roundtrip wit h word 2007

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





--- Additional comments from nmail...@openoffice.org Mon Jun 14 09:26:14 
+ 2010 ---
Created an attachment (id=69970)
Original 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 112362] Broken .doc roundtrip wit h word 2007

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





--- Additional comments from nmail...@openoffice.org Mon Jun 14 09:26:45 
+ 2010 ---
Created an attachment (id=69971)
As exported by OO.o 3.2.1


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

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


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



[sw-issues] [Issue 112362] Broken .doc roundtrip wit h word 2007

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





--- Additional comments from nmail...@openoffice.org Mon Jun 14 09:27:21 
+ 2010 ---
Created an attachment (id=69972)
As saved by word 2007 after refreshing all fields


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

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


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



[sw-issues] [Issue 112362] Broken .doc roundtrip wit h word 2007

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





--- Additional comments from nmail...@openoffice.org Mon Jun 14 09:27:50 
+ 2010 ---
Created an attachment (id=69973)
As reopened and resaved by 00.à 3.2.1


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

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


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



[sw-issues] [Issue 112362] Broken .doc roundtrip wit h word 2007

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





--- Additional comments from nmail...@openoffice.org Mon Jun 14 09:33:53 
+ 2010 ---
5. After saving the word-2007 created document as odt in OO.o 3.2.1 all the page
styles disappear (no top/bottom of page)

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

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


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



[sw-issues] [Issue 112367] Bad TOC export to .doc

2010-06-14 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112367
 Issue #|112367
 Summary|Bad TOC export to .doc
   Component|Word processor
 Version|OOo 3.2.1
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|writerneedsconfirm
 Reported by|nmailhot





--- Additional comments from nmail...@openoffice.org Mon Jun 14 10:36:27 
+ 2010 ---
The tab values for the TOC in the attached testcase are not exported properly to
.doc, and the page numbers in the TOC are no longer properly aligned

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

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


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



[sw-issues] [Issue 112367] Bad TOC export to .doc

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





--- Additional comments from nmail...@openoffice.org Mon Jun 14 10:37:00 
+ 2010 ---
Created an attachment (id=69975)
testcase


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

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


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



[sw-issues] [Issue 112368] Paragraph border changes colour when exported to .doc

2010-06-14 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112368
 Issue #|112368
 Summary|Paragraph border changes colour when exported to .doc
   Component|Word processor
 Version|OOo 3.2.1
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|writerneedsconfirm
 Reported by|nmailhot





--- Additional comments from nmail...@openoffice.org Mon Jun 14 10:38:35 
+ 2010 ---
In the attached testcase, the orange border is exported as yellow in the orange
block (declared via a paragraph style)

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

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


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



[sw-issues] [Issue 112368] Paragraph border changes colour when exported to .doc

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





--- Additional comments from nmail...@openoffice.org Mon Jun 14 10:39:07 
+ 2010 ---
Created an attachment (id=69976)
testcase


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

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


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



[sw-issues] [Issue 112370] Broken field formatting a fter .doc export

2010-06-14 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112370
 Issue #|112370
 Summary|Broken field formatting after .doc export
   Component|Word processor
 Version|OOo 3.2.1
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|writerneedsconfirm
 Reported by|nmailhot





--- Additional comments from nmail...@openoffice.org Mon Jun 14 10:40:35 
+ 2010 ---
In the attached testcase, the page headers are not formatted right after export
to .doc and refresh in office 2007

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

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


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



[sw-issues] [Issue 112370] Broken field formatting a fter .doc export

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





--- Additional comments from nmail...@openoffice.org Mon Jun 14 10:41:16 
+ 2010 ---
Created an attachment (id=69978)
testcase


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

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


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



[sw-issues] [Issue 112372] Page formatting lost when importing from .doc

2010-06-14 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112372
 Issue #|112372
 Summary|Page formatting lost when importing from .doc
   Component|Word processor
 Version|OOo 3.2.1
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|writerneedsconfirm
 Reported by|nmailhot





--- Additional comments from nmail...@openoffice.org Mon Jun 14 10:44:55 
+ 2010 ---
In the attached testcase, page formatting is lost when opening document 3 in
OO.o and saving as .odt, closing then reopening the 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 112372] Page formatting lost when importing from .doc

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





--- Additional comments from nmail...@openoffice.org Mon Jun 14 10:45:22 
+ 2010 ---
Created an attachment (id=69979)
testcase


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

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


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



[sw-issues] [Issue 112367] Bad TOC style export to . doc (tabs)

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


User nmailhot changed the following:

What|Old value |New value

 Summary|Bad TOC export to .doc|Bad TOC style export to .d
|  |oc (tabs)





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

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


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



[sw-issues] [Issue 112374] Specify image next to par agraph in style

2010-06-14 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112374
 Issue #|112374
 Summary|Specify image next to paragraph in style
   Component|Word processor
 Version|1.0.0
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|formatting
 Assigned to|writerneedsconfirm
 Reported by|nmailhot





--- Additional comments from nmail...@openoffice.org Mon Jun 14 11:15:35 
+ 2010 ---
It is very common to associate a pictogram to special paragraphs (question,
information, warning, etc). However there is no way to specify such a paragraph
in styles, one needs to resort to table hackery that prevents easy document
restyling.

It should be possible to associate a pictogram to paragraph styles, with merging
with next paragraph if needed (just like borders work today)

See attached example: on last page orange block is a paragraph style, but
paragraphs with pictograms are tables, when they really should be paragraph
styles 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 112374] Specify pictogram next to paragraph in style

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


User nmailhot changed the following:

What|Old value |New value

 Summary|Specify image next to para|Specify pictogram next to 
|graph in style|paragraph in style





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

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


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



[sw-issues] [Issue 112374] Specify pictogram next to paragraph in style

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





--- Additional comments from nmail...@openoffice.org Mon Jun 14 11:16:49 
+ 2010 ---
Created an attachment (id=69980)
Example


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

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


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



[sw-issues] [Issue 24003] WW8: open in OOo save as w ord text become outside right limit

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


User nmailhot changed the following:

What|Old value |New value

  CC|'hbrinkm,kpalagin,mh' |'hbrinkm,kpalagin,mh,nmail
|  |hot'





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

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


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



[sw-issues] [Issue 56648] WW8: hard character format reverts to style's settings on export

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


User nmailhot changed the following:

What|Old value |New value

  CC|'syzygy'  |'nmailhot,syzygy'





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

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


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



[udk-issues] [Issue 111292] Missing fonts in exported PDF when running -headless

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


User nmailhot changed the following:

What|Old value |New value

  CC|''|'fedorafonts'





-
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



[sw-issues] [Issue 71608] Bad non-standard hyphenati on of diaeresis and Unicode f ligatures

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


User nmailhot changed the following:

What|Old value |New value

  CC|'lowmeus,simonbr,tl'  |'fedorafonts,lowmeus,simon
|  |br,tl'





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

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


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



[sw-issues] [Issue 109836] Office vertical text lost during OO.o roundtrip

2010-03-05 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109836
 Issue #|109836
 Summary|Office vertical text lost during OO.o roundtrip
   Component|Word processor
 Version|OOO320m9
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|writerneedsconfirm
 Reported by|nmailhot





--- Additional comments from nmail...@openoffice.org Fri Mar  5 09:08:10 
+ 2010 ---
OO.o 3.2 reads word 2000 vertical text but saves it as horizontal. As a result
OO.o can not be used to edit safely any word document that includes such text

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

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


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



[sw-issues] [Issue 109836] Office vertical text lost during OO.o roundtrip

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





--- Additional comments from nmail...@openoffice.org Fri Mar  5 09:09:34 
+ 2010 ---
Created an attachment (id=68164)
testcase - as created by word 2000 : vertical text


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

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


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



[sw-issues] [Issue 109836] Office vertical text lost during OO.o roundtrip

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





--- Additional comments from nmail...@openoffice.org Fri Mar  5 09:10:54 
+ 2010 ---
Created an attachment (id=68165)
testcase - as saved by openoffice.org 3.2 : horizontal text when reopened in 
word


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

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


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



[sw-issues] [Issue 33893] WW8: vertical text in draw ings exported in horizontal direction

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


User nmailhot changed the following:

What|Old value |New value

  CC|'bh,cornouws,pmike,rainerb|'bh,cornouws,nmailhot,pmik
|ielefeld' |e,rainerbielefeld'





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

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


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



[sw-issues] [Issue 109838] Corrupt .doc document

2010-03-05 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109838
 Issue #|109838
 Summary|Corrupt .doc document
   Component|Word processor
 Version|OOO320m9
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|writerneedsconfirm
 Reported by|nmailhot





--- Additional comments from nmail...@openoffice.org Fri Mar  5 11:05:47 
+ 2010 ---
The attached testcase, as exported by OO.o 3.2 as .doc, can not be read by Word
2000 : trying to open it results in 100% system cpu load with stuch word.

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

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


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



[sw-issues] [Issue 109838] Corrupt .doc document

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





--- Additional comments from nmail...@openoffice.org Fri Mar  5 11:06:50 
+ 2010 ---
Created an attachment (id=68167)
Testcase


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

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


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



[sw-issues] [Issue 109838] Corrupt .doc document

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





--- Additional comments from nmail...@openoffice.org Fri Mar  5 11:07:23 
+ 2010 ---
Created an attachment (id=68168)
Problem .doc export


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

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


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



[sw-issues] [Issue 109838] WW8: corrupt .doc export

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


User nmailhot changed the following:

What|Old value |New value

 Summary|Corrupt .doc document |WW8: corrupt .doc export





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

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


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



[sw-issues] [Issue 109839] Can not display the verti cal text button

2010-03-05 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109839
 Issue #|109839
 Summary|Can not display the vertical text button
   Component|Word processor
 Version|OOO320m9
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|writerneedsconfirm
 Reported by|nmailhot





--- Additional comments from nmail...@openoffice.org Fri Mar  5 12:24:09 
+ 2010 ---
The vertical text button is listed as an optional button of the drawing toolbar,
however it is not displayed if you try to activate it (checking it in the
toolbar options)

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

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


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



[graphics-issues] [Issue 100486] impress can not enable ve rtical text box button on drawing toolbar

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


User nmailhot changed the following:

What|Old value |New value

  CC|'cd,fl'   |'cd,fl,nmailhot'





-
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



[sw-issues] [Issue 108819] Bogus bullets in previous documents with OO.o 3.2 rc4

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





--- Additional comments from nmail...@openoffice.org Tue Feb  2 09:03:39 
+ 2010 ---
Created an attachment (id=67516)
testcase


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

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


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



[sw-issues] [Issue 108819] Bogus bullets in previous documents with OO.o 3.2 rc4

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





--- Additional comments from nmail...@openoffice.org Tue Feb  2 09:04:15 
+ 2010 ---
Created an attachment (id=67517)
Screenshot


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

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


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



[sw-issues] [Issue 108819] Bogus bullets in previous documents with OO.o 3.2 rc4

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





--- Additional comments from nmail...@openoffice.org Tue Feb  2 09:04:50 
+ 2010 ---
Created an attachment (id=67518)
OpenSymbol version


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

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


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



[sw-issues] [Issue 108819] Bogus bullets in previous documents with OO.o 3.2 rc4

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





--- Additional comments from nmail...@openoffice.org Tue Feb  2 09:05:13 
+ 2010 ---
On Windows 2000 SP4 FR

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

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


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



[sw-issues] [Issue 108819] Bogus bullets in previous documents with OO.o 3.2 rc4

2010-02-01 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108819
 Issue #|108819
 Summary|Bogus bullets in previous documents with OO.o 3.2 rc4
   Component|Word processor
 Version|OOO320m11
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|writerneedsconfirm
 Reported by|nmailhot





--- Additional comments from nmail...@openoffice.org Mon Feb  1 14:51:27 
+ 2010 ---
With OO.o 3.2 rc4 (fr), previous writer documents (odt, ott) now produce a
dagger symbol whenever one uses the bullet button.

This is a terribly un-professional symbol and I don't have the faintest idea
where to change it. And adding bullets via menus gets old fast. It seems new
documents are not affecter.

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

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


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



[sw-issues] [Issue 9437] Change default bullet type

2010-01-20 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=9437


User nmailhot changed the following:

What|Old value |New value

  CC|'bertvv,jeongkyu,jrahemipo|'bertvv,jeongkyu,jrahemipo
|ur,kcarr,mackmoon,mba,pink|ur,kcarr,mackmoon,mba,nmai
|ernell,skoorb'|lhot,pinkernell,skoorb'





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

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


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



[sw-issues] [Issue 108481] Border color change when exporting to .doc

2010-01-20 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108481
 Issue #|108481
 Summary|Border color change when exporting to .doc
   Component|Word processor
 Version|OOO320m9
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|writerneedsconfirm
 Reported by|nmailhot





--- Additional comments from nmail...@openoffice.org Wed Jan 20 13:03:23 
+ 2010 ---
When exporting a text with coloured border to word 2000 .doc, border color
changes. One needs to set the correct colour again in word to correct the 
document

(OO.o 3.2 rc3)

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

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


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



[sw-issues] [Issue 108481] Border color change when exporting to .doc

2010-01-20 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108481





--- Additional comments from nmail...@openoffice.org Wed Jan 20 13:04:03 
+ 2010 ---
Created an attachment (id=67309)
testcase


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

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


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



[sw-issues] [Issue 108481] Border color change when exporting to .doc

2010-01-20 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108481





--- Additional comments from nmail...@openoffice.org Wed Jan 20 13:04:31 
+ 2010 ---
Created an attachment (id=67310)
Problem export


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

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


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



[sw-issues] [Issue 108483] Text references are not e xported with mergeformat

2010-01-20 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108483
 Issue #|108483
 Summary|Text references are not exported with mergeformat
   Component|Word processor
 Version|OOO320m9
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|writerneedsconfirm
 Reported by|nmailhot





--- Additional comments from nmail...@openoffice.org Wed Jan 20 13:15:01 
+ 2010 ---
OO.o does not export text references to .doc (word 2000) with mergeformat set by
default. That makes them useless to reference any formatted text, such as text
commonly found on title pages (main title or any other decorated element)

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

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


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



[sw-issues] [Issue 108483] Text references are not e xported with mergeformat

2010-01-20 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108483





--- Additional comments from nmail...@openoffice.org Wed Jan 20 13:16:11 
+ 2010 ---
Created an attachment (id=67311)
testcase


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

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


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



[sw-issues] [Issue 108483] Text references are not e xported with mergeformat

2010-01-20 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108483





--- Additional comments from nmail...@openoffice.org Wed Jan 20 13:16:41 
+ 2010 ---
Created an attachment (id=67312)
Problem export


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

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


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



[sw-issues] [Issue 108483] Text references are not e xported with mergeformat

2010-01-20 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108483





--- Additional comments from nmail...@openoffice.org Wed Jan 20 13:17:14 
+ 2010 ---
OO.o 3.2 rc2

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

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


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



[sw-issues] [Issue 108484] Gradients are not exporte d properly to PDF

2010-01-20 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108484
 Issue #|108484
 Summary|Gradients are not exported properly to PDF
   Component|Word processor
 Version|OOO320m9
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|writerneedsconfirm
 Reported by|nmailhot





--- Additional comments from nmail...@openoffice.org Wed Jan 20 13:25:44 
+ 2010 ---
The attached smooth ODF gradient is not exported cleanly to PDF (lots of
vertical white lines) by OO.o 3.2.0 rc2

It worked in OO.o 3.O

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

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


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



[sw-issues] [Issue 108484] Gradients are not exporte d properly to PDF

2010-01-20 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108484





--- Additional comments from nmail...@openoffice.org Wed Jan 20 13:26:17 
+ 2010 ---
Created an attachment (id=67313)
Testcase


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

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


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



[sw-issues] [Issue 108484] Gradients are not exporte d properly to PDF

2010-01-20 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108484





--- Additional comments from nmail...@openoffice.org Wed Jan 20 13:27:27 
+ 2010 ---
Created an attachment (id=67314)
Problem PDF export


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

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


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



[sw-issues] [Issue 108484] Gradients are not exporte d properly to PDF

2010-01-20 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108484





--- Additional comments from nmail...@openoffice.org Wed Jan 20 13:29:20 
+ 2010 ---
Created an attachment (id=67315)
Correct textcase


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

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


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



[sc-issues] [Issue 108485] PPT footnote formatting l ost

2010-01-20 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108485
 Issue #|108485
 Summary|PPT footnote formatting lost
   Component|Spreadsheet
 Version|OOO320m9
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|spreadsheet
 Reported by|nmailhot





--- Additional comments from nmail...@openoffice.org Wed Jan 20 13:37:09 
+ 2010 ---
Impress does not import cleanly PPT (office 2000) footnote formatting

In the attached example it is supposed to be blue arial text

(00.o 3.2.0 rc2)

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


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



[sc-issues] [Issue 108485] PPT footnote formatting l ost

2010-01-20 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108485





--- Additional comments from nmail...@openoffice.org Wed Jan 20 13:38:37 
+ 2010 ---
Created an attachment (id=67316)
Testcase


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


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



[sw-issues] [Issue 108487] Can not reference image

2010-01-20 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108487
 Issue #|108487
 Summary|Can not reference image
   Component|Word processor
 Version|OOO320m8
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|editing
 Assigned to|writerneedsconfirm
 Reported by|nmailhot





--- Additional comments from nmail...@openoffice.org Wed Jan 20 13:43:55 
+ 2010 ---
I could not find how to make the same image appear in different parts of a
document without duplicating (cut  pasting) it

That means each time the image changes I need to change it everywhere it appears
instead of once

(OO.o 3.2.0 rc2)

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

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


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



[graphics-issues] [Issue 66045] SVG export ates text

2010-01-20 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66045


User nmailhot changed the following:

What|Old value |New value

  Status|CLOSED|REOPENED

  Resolution|WORKSFORME|

 Summary|SVG export creates hair-th|SVG export ates text
|in lines  |





--- Additional comments from nmail...@openoffice.org Wed Jan 20 13:52:18 
+ 2010 ---
@rainerbielefeld : no I really filed bout the lines. But while this problem
seems to have been fixed, the text part now do not export properly

-
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



[graphics-issues] [Issue 66045] SVG export hair-thin lines

2010-01-20 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66045


User nmailhot changed the following:

What|Old value |New value

 Summary|SVG export ates text  |SVG export hair-thin lines





--- Additional comments from nmail...@openoffice.org Wed Jan 20 14:02:52 
+ 2010 ---
Actually, I was totally wrong. The original problem is still there (OO.o 3.2 
rc2)

If you look at the gfx elements in an svg editor like inkscape you'll see :

1. Lines are not really lines they are rectangles
2. The rectangle filling is undefined
3. The rectangle outline width is zero

Therefore, even though a lot of apps will still fall back to black and display
something, trying to print the document will result at best in hair-thin lines,
and at worst in nothing

You do not see this effect in seamonkey since 1. it falls back to black 2. it
rounds outline width to 1px, so you still see something, even though the lines
should not exist

-
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



[sw-issues] [Issue 108483] Text references are not e xported with mergeformat

2010-01-20 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108483





--- Additional comments from nmail...@openoffice.org Wed Jan 20 16:30:34 
+ 2010 ---
Created an attachment (id=67324)
Side-by-side result


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

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


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



[sw-issues] [Issue 108483] Text references are not e xported with mergeformat

2010-01-20 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108483





--- Additional comments from nmail...@openoffice.org Wed Jan 20 16:32:44 
+ 2010 ---
It does not look the same at all here (see screenshot)

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

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


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



[gsl-issues] [Issue 107831] Deprecated SEAC operator is not supported in PS-OTF

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


User nmailhot changed the following:

What|Old value |New value

  CC|''|'fedorafonts'





--- Additional comments from nmail...@openoffice.org Tue Dec 22 13:07:00 
+ 2009 ---
Is this something fontlint warns about?
If not could you contribute a test to fontlint so font distributors can test for
this pattern?

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


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



[sw-issues] [Issue 92859] Crushing chinese font (min gliu.ttc) in OOO300m2 writer

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


User nmailhot changed the following:

What|Old value |New value

  CC|'amy2008,hdu,minhsien0330'|'amy2008,fedorafonts,hdu,m
|  |inhsien0330'





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

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


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



[sw-issues] [Issue 92203] Wrong symbols in MathType formulas imported from *doc

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


User nmailhot changed the following:

What|Old value |New value

  CC|'ccheney,hbrinkm,hdu,jbfau|'ccheney,fedorafonts,hbrin
|re,tl'|km,hdu,jbfaure,tl'





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

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


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



[gsl-issues] [Issue 107254] Incorrect ToUnicode table mapping for ligatures in PDF

2009-11-28 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107254


User nmailhot changed the following:

What|Old value |New value

  CC|'hdu' |'fedorafonts,hdu'





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


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



[graphics-issues] [Issue 95057] Export to PDF: Umlaute / d iacritics and space problems with Type 1 font

2009-11-28 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95057


User nmailhot changed the following:

What|Old value |New value

  CC|''|'fedorafonts'





-
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



[gsl-issues] [Issue 87686] Problem with accent in ver tical text when exporting to PDF

2009-11-28 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87686


User nmailhot changed the following:

What|Old value |New value

  CC|'hdu' |'fedorafonts,hdu'





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


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



[sw-issues] [Issue 93553] OO should warn when an uni nstalled font is used

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


User nmailhot changed the following:

What|Old value |New value

  CC|'vinc17'  |'fedorafonts,vinc17'





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

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


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



[ui-issues] [Issue 107085] limit number of fonts vis ible in font-selection

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


User nmailhot changed the following:

What|Old value |New value

  CC|''|'fedorafonts'





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


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



[sw-issues] [Issue 106704] Type 1 fonts in PDF expor t have incorrect /Length3

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


User nmailhot changed the following:

What|Old value |New value

  CC|''|'fedorafonts'





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

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


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



[gsl-issues] [Issue 102911] kerning fails for DejaVu Serif on Windows

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





--- Additional comments from nmail...@openoffice.org Sat Nov  7 13:35:22 
+ 2009 ---
@hdu: when OO.o cares about something in fonts *please make sure it is detected
by fontforge's fontlint* (and with a message people can actually understand)

There are thousands of ways fonts can differ, some of them are detected but do
not matter because apps learned how to workaround them, others do matter but are
not detected (or hidden behind black vodoo messages)

If you don't give people the means to detect problems that affect OO.o, you'll
continue to get fed problem fonts

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


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



[sw-issues] [Issue 106241] Non-portable font warning

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





--- Additional comments from nmail...@openoffice.org Sat Oct 24 19:43:29 
+ 2009 ---
@dotacohen

Times New Roman, Arial, and Courier are not portable, codestyle puts them at
around 60% on Unix platforms and they've been losing ground regularly those past
years
http://www.codestyle.org/css/font-family/sampler-UnixResults.shtml

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

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


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



[framework-issues] [Issue 96826] Add font autoinstallation support

2009-10-15 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96826


User nmailhot changed the following:

What|Old value |New value

  Status|RESOLVED  |REOPENED

  Resolution|REMIND|





--- Additional comments from nmail...@openoffice.org Thu Oct 15 12:02:41 
+ 2009 ---
This is a funny argument, the mechanism was coded by the upstream fontconfig
maintainer, and lead to the creation of new fontconfig commands. He'd be very
surprised to learn he had ignored fontconfig aspects while doing so.

IIRC this is one of the bits that justified the fontconfig 2.7 major release

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


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



[util-issues] [Issue 97765] Fedora distribution wishli st

2009-10-15 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97765



This issue depends on issue 96826, which changed state:

What|Old value |New value

  Status|RESOLVED  |REOPENED

  Resolution|REMIND|





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


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



[framework-issues] [Issue 96826] Add font autoinstallation support

2009-10-15 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96826





--- Additional comments from nmail...@openoffice.org Thu Oct 15 13:10:21 
+ 2009 ---
IIRC (I may be wrong) part of the decision for GNOME apps happens at pango-level

Now OO.o has a much heavier font use that your average app, and I wouldn't be
surprised that investigating auto-font-installer support for OO.o resulted in a
set of RFEs for the current auto-font-installer. But that will only happen if
OO.o people look at the initial implementation and identify areas that need
improvement (however even limited support at first is better than no support at 
all)

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


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



[graphics-issues] [Issue 105679] Bad SVG export

2009-10-07 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105679
 Issue #|105679
 Summary|Bad SVG export
   Component|Drawing
 Version|OOo 3.0
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|graphicsneedsconfirm
 Reported by|nmailhot





--- Additional comments from nmail...@openoffice.org Wed Oct  7 10:59:33 
+ 2009 ---
cf testcase

-
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



[graphics-issues] [Issue 105679] Bad SVG export

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





--- Additional comments from nmail...@openoffice.org Wed Oct  7 11:00:32 
+ 2009 ---
Created an attachment (id=65201)
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: 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



[graphics-issues] [Issue 105679] Bad SVG export

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





--- Additional comments from nmail...@openoffice.org Wed Oct  7 11:02:06 
+ 2009 ---
Created an attachment (id=65202)
Problem export


-
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



[graphics-issues] [Issue 105679] Bad SVG export

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





--- Additional comments from nmail...@openoffice.org Wed Oct  7 11:02:57 
+ 2009 ---
(mime type should be image/svg+xml, but the bug tracker refuses 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: 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



[graphics-issues] [Issue 105679] Bad SVG export

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





--- Additional comments from nmail...@openoffice.org Wed Oct  7 12:13:47 
+ 2009 ---
That's funny, on my OO.o version the export does not remove text, but the
gradient fills all the graph (instead of staying under the line, tested with
inkscape)

Either way the export is not useable

-
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



[sw-issues] [Issue 105527] Unwanted font fall-back a lthough listed

2009-10-02 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105527





--- Additional comments from nmail...@openoffice.org Fri Oct  2 14:30:16 
+ 2009 ---
Linux font substitution logic is very complete but also quite complex. It's not
just a fallback list, the text system makes decisions based on the language, the
text already typed, and several other factors on a glyph-by-glyph logic (and
sometimes OO.o adds another layer of frobbing over it). It works quite well for
clean modern fonts but it can expose bugs in old fonts

If you want to learn about it more you need to look at fontconfig low-level
diagnostic utilities. The logic is too complex to be sanely exposed in a GUI app
like OO.o.

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

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


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



[sw-issues] [Issue 105527] Unwanted font fall-back a lthough listed

2009-10-02 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105527


User nmailhot changed the following:

What|Old value |New value

  CC|''|'nmailhot'





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

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


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



[graphics-issues] [Issue 64671] Verdana font messes up let ter spacing in Impress

2009-09-15 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64671


User nmailhot changed the following:

What|Old value |New value

  CC|'aw,dtardon,hdu,pl,thb'   |'aw,dtardon,fedorafonts,hd
|  |u,pl,thb'





-
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



[installation-issues] [Issue 105084] OpenSymbol font: Math rel ated changes

2009-09-15 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105084


User nmailhot changed the following:

What|Old value |New value

  CC|'mru' |'fedorafonts,mru'





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


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



[sw-issues] [Issue 105085] math: OpenSymbol font ove rhaul will require code changes

2009-09-15 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105085


User nmailhot changed the following:

What|Old value |New value

  CC|''|'fedorafonts'





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

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


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



[sw-issues] [Issue 17169] Add automatic non breaking space before certain punctuation marks (for F rench)

2009-09-11 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=17169





--- Additional comments from nmail...@openoffice.org Fri Sep 11 20:43:42 
+ 2009 ---
Note that correct French typography distinguishes between non break space and
narrow non break space.

; ! ? : are supposed to be preceded by a narrow non break space (U202F)

« »  OTOH use the full-width non break space

Ref :  page 149 of
http://www.amazon.fr/Lexique-r%C3%A8gles-typographiques-lImprimerie-Nationale/dp/2743304820

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

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


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



[sw-issues] [Issue 104050] Apostrophes are not print ed when using font 'Gentium' (wrong PS export)

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


User nmailhot changed the following:

What|Old value |New value

  CC|'tillkamppeter'   |'fedorafonts,tillkamppeter
|  |'





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

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


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



[sc-issues] [Issue 103381] Croatian fonts not displa yed corectly

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


User nmailhot changed the following:

What|Old value |New value

  CC|''|'nmailhot'





--- Additional comments from nmail...@openoffice.org Tue Jul  7 19:08:58 
+ 2009 ---
There is no such thing as a standardised ASCII character set for anything with a
codepoint  127 (that's why Unicode had to be invented)

If you want to exchange documents reliably, use UTF-8. OO.o is interpreting your
file as UTF-8, the characters that work is those that have the same values in
UTF-8 and in your local 8-bit encoding.

Your file would probably not work in an English Excel 2003 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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


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



[gsl-issues] [Issue 31764] Need to support GPOS kerni ng

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





--- Additional comments from nmail...@openoffice.org Wed Jul  1 19:38:29 
+ 2009 ---
@phil82: please expand on any problem you know of pango-side in
http://bugzilla.gnome.org/show_bug.cgi?id=587506

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


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



[gsl-issues] [Issue 103157] Liberation Fonts v1.04 wi thout kerning

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


User nmailhot changed the following:

What|Old value |New value

  CC|'kpalagin'|'fedorafonts,kpalagin'





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


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



[sw-issues] [Issue 102652] Fonts in directory with n ame having underscore character in it, are not found

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


User nmailhot changed the following:

What|Old value |New value

  CC|''|'fedorafonts'





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

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


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



[sw-issues] [Issue 102092] Broken .doc export

2009-05-20 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102092
 Issue #|102092
 Summary|Broken .doc export
   Component|Word processor
 Version|OOo 3.1
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|writerneedsconfirm
 Reported by|nmailhot





--- Additional comments from nmail...@openoffice.org Wed May 20 13:18:30 
+ 2009 ---
The attached odt file, once exported as .doc by OO.o 3.1, can not be opened by
Word 2000.

It worked fine in OO.o 3.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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 102092] Broken .doc export

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





--- Additional comments from nmail...@openoffice.org Wed May 20 13:19:21 
+ 2009 ---
Created an attachment (id=62392)
Test case


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

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


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



[sw-issues] [Issue 102092] Broken .doc export

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





--- Additional comments from nmail...@openoffice.org Wed May 20 13:19:56 
+ 2009 ---
Created an attachment (id=62393)
Broken .doc export


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

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


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



  1   2   3   4   5   >