Issue 10760

Summary: Include option to hide blank lines when generating labels
Product: Writer Reporter: phillg <phill.gillespie>
Component: codeAssignee: bettina.haberer
Status: CLOSED DUPLICATE QA Contact: issues@sw <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: OOo 1.1 Beta   
Target Milestone: ---   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Latest Confirmation in: ---
Developer Difficulty: ---
Issue Depends on:    
Issue Blocks: 7066    

Description phillg 2003-01-18 17:29:50 UTC
When using the labels auto-pilot there should be an option to add in the
hidden-paragraph fields automatically,  
i.e. if the option is checked then adding the field 
Members.Scotland.Address1 
should be prefixed with 
HiddenParagraph.not(Address1)
Comment 1 h.ilter 2003-01-20 17:13:42 UTC
Reassigned to BH
Comment 2 phillg 2003-04-10 15:05:47 UTC
Updating Version and OS
Comment 3 Unknown 2003-04-21 08:23:39 UTC
Also. Option to leave some labels empty (when some stickeys are 
already removed from paper and I want to print the rest ones). 
 
Also, when I have more labels than one page. Then what? As far as I 
searched, I cannot print more than one page. 
Comment 4 phillg 2003-05-30 12:42:39 UTC
*** Issue 11137 has been marked as a duplicate of this issue. ***
Comment 5 phillg 2003-07-15 10:41:42 UTC
Issue 15100 has now been fixed which was blocking this enhancement. 
Correct me if I'm wrong, but surely the sudo code for this is along:

* Tick Box "Hide blank lines" on GUI which sets HBL

Insert Database Field Names routine {
if HBL = 1 then
  insert hiddenparagraph(not($FIELD)).$FIELD
else
  insert $FIELD
endif
Comment 6 Unknown 2003-10-25 19:33:28 UTC
I'm creating labels using OOo's File->New->Labels feature, but several
of my labels have empty field values, and I'd like to suppress their
output when I do a mail merge.

Currently:
--------------
John Doe

Something, CA 38924
------------------------------

What I'd like:
----------------
John Doe
Something, CA 38924
------------------------------

Avery Wizard and MS Word offer a feature like Suppress Blank Lines. 

Thanks very much for your considering this bug.
Comment 7 phillg 2004-05-05 08:23:52 UTC
Marking as duplicate of 20057, Q-PCD Improve usability of Mail Merge for release
2.0, see comment date Fri Apr 30 01:47:59 -0700 2004

*** This issue has been marked as a duplicate of 20057 ***
Comment 8 phillg 2004-11-04 17:15:18 UTC
Not a duplicate of 20057 as this other issue never approached the UI for hidden
paragraphs.
Comment 9 phillg 2004-11-04 17:21:37 UTC
Opening new bug as this hasn't been addressed in 1.9 so far...  :-(

*** This issue has been marked as a duplicate of 36696 ***
Comment 10 bettina.haberer 2005-03-03 17:00:16 UTC
Closed.