On Sun, 2013-05-19 at 21:37 +0200, Slimane OULAD NAOUI wrote:
> hi, everybody,
>
> i am a new linux and libreoffice user. I want to add extension to
> libreoffice to allow logging ( save trace of whole actions performed
> on a session in a document).
>
> i have the idea to exploit the UndoManager
hi, everybody,
i am a new linux and libreoffice user. I want to add extension to
libreoffice to allow logging ( save trace of whole actions performed on a
session in a document).
i have the idea to exploit the UndoManager to save trace on undo and Redo
of actions.
But i don't know by what start.
an