https://bugs.documentfoundation.org/show_bug.cgi?id=107213

Regina Henschel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |NEW
                 CC|                            |[email protected]
         Resolution|WORKSFORME                  |---
     Ever confirmed|0                           |1
           Severity|normal                      |enhancement

--- Comment #3 from Regina Henschel <[email protected]> ---
I think, it is a valid request. It is no bug, because a right indent was not
possible in any version before.

But the solution has to be discussed. A cell in Calc can contain several
paragraphs. Currently it is not possible in Calc, to have different styles for
these paragraphs. Such is possible in Writer. From my point of view such
feature should be implemented in a way, that it is compatible to the
implementation in Writer.

There are several ways to implement a feature, that gives a visual "indent",
but they behave different when paragraph background and cell background is
used. (Try in Writer):
(1) Using the padding of the cell. That would be fo:padding in the cell
properties in file format. That way is currently used in import, if a file
contains a "fo:margin-right" on the paragraph property, because
"fo:margin-right" is not implemented.
(2) Using "fo:margin-right" on the paragraph property. That would correspond to
the "fo:margin-left" which is used for the indent in a left aligned paragraph
in Calc, and is used for the 'space before' and 'space after' in Writer.
(3) Using "fo:padding-right" on the paragraph property (since LO5.3 possible in
Writer).

"fo:end-indent" exists in XSL, but is not allowed for paragraphs or cells in
ODF 1.2.

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

Reply via email to