Le 06/05/13 16:16, Miklos Vajna a écrit :
Hi Miklos,
> I would suggest just adding a new optional "Size" property to
> com/sun/star/awt/UnoControlCheckBoxModel.idl; the real work is of course
> letting the code actually take care of that property when painting. :-)
>
Thanks for the pointers, i
Hi Alexander,
On Fri, May 03, 2013 at 11:58:19AM +0200, Alexander Thurgood
wrote:
> So the question is, where does the actual checkbox come from ? How is it
> drawn, and how would it be possible to get it to be redrawn at any give
> size of the user's choosing ? Or is this something that has nev
Le 03/05/13 16:37, Alexander Thurgood a écrit :
>
> https://issues.apache.org/ooo/show_bug.cgi?id=26593
>
AKA
https://bugs.freedesktop.org/show_bug.cgi?id=55848
Alex
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freed
Le 02/05/13 20:04, Alexander Thurgood a écrit :
Hohum,
So it seems I was right after all :
https://issues.apache.org/ooo/show_bug.cgi?id=26593
and that one has been around a very long (9 years) time ;-)
Alex
___
LibreOffice mailing list
LibreOffi
Le 03/05/13 10:01, Miklos Vajna a écrit :
Hi Miklos,
>
> A checkbox implements drawing::XShape, and you can call setSize() on it:
>
> http://api.libreoffice.org/docs/common/ref/com/sun/star/drawing/XShape.html#setSize
>
> So I guess you can happily set both the width and height of a checkbox.
Le 03/05/13 10:01, Miklos Vajna a écrit :
>
> A checkbox implements drawing::XShape, and you can call setSize() on it:
>
> http://api.libreoffice.org/docs/common/ref/com/sun/star/drawing/XShape.html#setSize
>
> So I guess you can happily set both the width and height of a checkbox.
>
Will tak
Hi,
On Thu, May 02, 2013 at 08:04:38PM +0200, Alexander Thurgood
wrote:
> A user over on the English user list asked whether it was possible to
> resize a checkbox in a form. I replied that to my knowledge, this had
> never been possible, not even way back in StarOffice times. However, I
> wante
Hi all,
A user over on the English user list asked whether it was possible to
resize a checkbox in a form. I replied that to my knowledge, this had
never been possible, not even way back in StarOffice times. However, I
wanted to double-check and so started hunting around in the code.
I've found X