Re: [Libreoffice] need some explaination on formatclipboard.[hc]xx

2011-11-17 Thread Maxime de Roucy
Hello Le jeudi 17 novembre 2011 à 09:31 +0100, Cedric Bosdonnat a écrit : > An SfxItemSet is a set of properties. This is used to store all the > formatting properties all over LibreOffice. You can find a gdb function > to see what is inside an SfxItemSet here (dump_pSfxItemSet): > http://cgit.fre

Re: [Libreoffice] need some explaination on formatclipboard.[hc]xx

2011-11-17 Thread Cedric Bosdonnat
Hi Maxime, On Wed, 2011-11-16 at 18:50 +0100, Maxime de Roucy wrote: > I would like to understand how writer format paintbrush. > I think it bug on some case and I would like to write a patch, but I am > new at libreoffice developpement. > > I managed to locate via gdb the "format paintbrush" cla

[Libreoffice] need some explaination on formatclipboard.[hc]xx

2011-11-16 Thread Maxime de Roucy
Hello I would like to understand how writer format paintbrush. I think it bug on some case and I would like to write a patch, but I am new at libreoffice developpement. I managed to locate via gdb the "format paintbrush" classe in formatclipboard.hxx. I understand basically how it work but it wou