Apache OpenOffice (AOO) Bugzilla – Issue 32327
Default bullet symbol not displayed correctly (Win98)
Last modified: 2013-08-07 14:41:36 UTC
When opening the Format.Numbering dialog, tabpage "Bullets", the first Bullet is displayed incorrectly. This also applies to the document view, when the bullet is assigned to the paragraph. Due to the fact, that this is also the default bullet symbol when applying a bullet by using the toolbar icon "Bullets on/off", this is quite important. Daoes not happen with StarSymbol font, only OpenSymbol.
this is (probably) duplicate to longstanding issue 19105 If you close this one as duplicate, please make sure issue 19105 will get the necessary attention. You may as well keep one issue open for OOo 2.0 while keeping the other for OOo 1.1.x
Works fine when the StarSymbol font is installed, so I guess either the OpenSymbol font is too incomplete or the Writer shouldn't default to symbols not available in OpenSymbol... Still analyzing
HDU->OS: I just analyzed it and the problem is that StarSymbol only bullets are used in this tabpage. We should choose only symbols that are also available in OpenSymbol. Is it correct that these symbols are selected in the aBulletTypes[] array in svx/source/dialog/svxbmpnumvalueset.cxx? We should also check other locations where symbols from StarSymbol/OpenSymbol are involved. I suggest to replace U+E00C with U+2666 and U+E00A with U+25A0. There are little differences in their metrics though.
os->fl: Any objections to changes these symbols? Since num0201 will not be integrated this should be added to the related spec, too.
*** Issue 36140 has been marked as a duplicate of this issue. ***
FL->hbrinkm: Is it possible to integrate the changes already made in the not yet integrated num02 workspace regarding the new default bullet size?
The bullet graphic is now showing for me in XP in 1.9.65 for default bullet.
/cvs/sw/sw/inc/numrule.hxx,v <-- numrule.hxx new revision: 1.21.114.1; previous revision: 1.21 /cvs/sw/sw/source/core/doc/number.cxx,v <-- number.cxx new revision: 1.26.102.1; previous revision: 1.26 /cvs/sw/sw/source/ui/wrtsh/wrtsh1.cxx,v <-- wrtsh1.cxx new revision: 1.42.2.1; previous revision: 1.42
accepted
fixed: adapted the code for the new bullets from num0201 /cvs/sw/sw/source/core/doc/number.cxx,v <-- number.cxx new revision: 1.26.102.2; previous revision: 1.26.102.1
*** Issue 42357 has been marked as a duplicate of this issue. ***
ready for QA re-open issue and try to reassign to mru@openoffice.org
try to reassign to mru@openoffice.org
try to reset resolution to FIXED
Verified fix in CWS swqcore06. Remaining problem regarding dialog is tracked as issue 43084.
Closed.