Re: Add logging to libreoffice

2013-05-20 Thread Caolán McNamara
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

Add logging to libreoffice

2013-05-19 Thread Slimane OULAD NAOUI
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