Hi Pavel,

On Wed, Nov 27, 2013 at 01:45:11PM +0100, Pavel Laštovička 
<pavel.lastovi...@blue-point.cz> wrote:
> is there a way to reformat parts or whole text document e.g. from a
> Basic macro? Without inserting / changing a text content to force
> formatting.

It's possible to create a text range that covers the whole document,
then you can set properties on it, if you mean something like paragraph
or text portion formatting.

> I am thinking about a macro changing a compatibility option called
> by user during document editing.

Here is an example how you can set such compatibility options using UNO:

http://opengrok.libreoffice.org/xref/core/writerfilter/source/filter/ImportFilter.cxx#267

This is C++, but you can do the same from a macro as well.

Miklos

Attachment: signature.asc
Description: Digital signature

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to