Issue 21916 - bullets & ugly grey boxes ..
Summary: bullets & ugly grey boxes ..
Status: CLOSED DUPLICATE of issue 23723
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: OOo 1.1 RC5
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: frank.loehmann
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-30 16:37 UTC by mmeeks
Modified: 2013-08-07 14:41 UTC (History)
3 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description mmeeks 2003-10-30 16:37:54 UTC
With the Field Shadings toggle on, bullets look like fields, but they are not
(really), and MS doesn't do this, and it looks ugly ;-)

This patch 'fixes' it - but does it have strange side-effects ? - it's slightly
amazing to me that POR_NUMBER is used for a bullet instead of POR_BULLET - but
perhaps that code got unified at some stage.

--- sw/source/core/text/inftxt.cxx      12 Jun 2003 07:39:12 -0000      1.89
+++ sw/source/core/text/inftxt.cxx      30 Oct 2003 16:34:44 -0000
@@ -1324,9 +1324,10 @@ void SwTxtPaintInfo::DrawViewOpt( const 
                sal_Bool bDraw = sal_False;
                switch( nWhich )
                {
+                       case POR_NUMBER:
+                                       break;
             case POR_FTN:
                        case POR_QUOVADIS:
-                       case POR_NUMBER:
                        case POR_FLD:
                        case POR_URL:
             case POR_HIDDEN:

may I commit, and if so - where ?
Comment 1 caolanm 2003-10-30 17:08:19 UTC
cmc->mmeeks: This has always niggled me a bit. Related is that in word
if you actually click in a numbering, then all the numberings that are
the same list then turn gray like writer, then additionally right
clicking in the newly shaded area brings up a numbering context
sensitive menu. 

Word can be considered to work similiar to writer except that their 
"field shading" option has never/always like us but with an additional
concept and option of "when selected" and numbering always uses "when
selected" shading regardless of the field shading option.

cmc->ama: Anyhow, patch for you/UI to consider.
Comment 2 andreas.martens 2003-11-04 13:30:56 UTC
The patch seems to be okay, but first we've to decide if we want
remove the highlighting of our numbering.
Comment 3 pavel 2004-03-02 10:14:25 UTC
fl: what is the status of this issue?

Its target is not specified -> 2.0 because of 1.1.1 is in RC now :-(
Comment 4 frank.loehmann 2004-03-02 14:22:28 UTC
This issue is addressed in the following specs:
http://specs.openoffice.org/writer/numbering/NumberingBullet1.sxw  (chapter 7.9)
http://specs.openoffice.org/writer/numbering/NumberingBullet2.sxw   (chapter 7.19)
Part 1 of spec. is already in development. Part 2 will be finalized ASAP.
Comment 5 frank.loehmann 2004-04-07 10:56:02 UTC
.

*** This issue has been marked as a duplicate of 23723 ***
Comment 6 frank.loehmann 2004-04-07 10:57:58 UTC
.
Comment 7 ubanmidna 2010-10-23 15:29:09 UTC
Created attachment 72485