Add logging to libreoffice

Caolán McNamara caolanm at redhat.com
Mon May 20 06:18:59 PDT 2013


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 to save trace on undo and
> Redo of actions.

Presumably you need to implement a XUndoManagerListener and connect it
to the documents undomanager, here's a starbasic example
http://forum.openoffice.org/en/forum/viewtopic.php?f=25&t=57068

C.




More information about the LibreOffice mailing list