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
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
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