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

Aron Budea <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=71
                   |                            |646

--- Comment #9 from Aron Budea <[email protected]> ---
Piece of code from import:
rContext->Insert(PROP_WRITING_MODE, uno::makeAny( text::WritingMode2::LR_TB ));
rContext->Insert(PROP_PARA_ADJUST, uno::makeAny( style::ParagraphAdjust_LEFT ),
/*bOverwrite=*/false);
http://opengrok.libreoffice.org/xref/core/writerfilter/source/dmapper/DomainMapper.cxx#1453

I wonder if this piece of code is what is causing the bug, or later where the
value of PROP_PARA_ADJUST is considered instead of what is inherited from the
style.

Then the other question is whether bidi attribute should actually be written in
the OOXML in this case, even if it's set to 0 (false).

-- 
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