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.


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

Reply via email to