https://bugs.freedesktop.org/show_bug.cgi?id=82433

          Priority: medium
            Bug ID: 82433
          Assignee: [email protected]
           Summary: FORMATTING: List Styles - Inline List Enhancement
                    Request
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: Other
        Whiteboard: BSA
            Status: UNCONFIRMED
           Version: 4.3.0.4 release
         Component: Writer
           Product: LibreOffice

Problem description: 

Not a bug ... was directed here for Enhancement Requests!

Steps to reproduce:
----------------------
List Styles in LibreOffice have Breaking Lines between each element, and there
does not seem to be a way to stop this behavior.

Would be nice to have lists that could could have conditional formatting
depending on their context, (horizontal or vertical lists).


Desired Behavior:
----------------------
////////////////////////////////////////////////

To Gain this layout:

1. This is a paragraph of:  a.) Items, and such lots of them.;  b.) And more
items that follow.;  c.) Even ore items would follow, until the very last one,
which would be followed by something not-inlined.
2. Which Would have some more inline list items  a.)  inline-list item.; b.)
another inline-list item is bound to occur at some point.


Thanks for your consideration!


Expected behavior:
----------------------

LibreWriter should provide an option available to format a list as inline ...
some ideas below!:

ListStyle
{
IsInlineList: bool; // If List is completely inline by default.
IsInlineAfter: bool; // If preference to follow previous as inline.
IsInlineBefore: bool; // If preference next element to be inline.

ListItem { // First Item in List
InlineListItem : bool;
FollowsInline: bool;
PrecedesInline: bool;
FirstItemPrefix: ; 
Identifier: ;
Postfix: ;
ListItemContent: ; 
}

FirstListItem : ListItem { // First Item in List
InlineListItem : bool;
FollowsInline: bool;
PrecedesInline: bool;
FirstItemPrefix: ; 
Identifier: ;
Postfix: ;
ListItemContent: ; 
}

// Alternate ... WHA?

LastListItem : ListItem { // First Item in List
InlineListItem : bool;
FollowsInline: bool;
PrecedesInline: bool;
FirstItemPrefix: ; 
Identifier: ;
Postfix: ;
ListItemContent: ; 
}

}



Operating System: All
Version: 4.3.0.4 release

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to