https://bugs.documentfoundation.org/show_bug.cgi?id=131196

--- Comment #10 from Mike Kaganski <mikekagan...@hotmail.com> ---
(In reply to Andreas Heinisch from comment #7)
> If I set the border property to "NOBORDER (4096)" the border disappears.
> Maybe there is a misunderstanding between "NONE" and "NOBORDER"?

The description misses one important bit:
"Look at UnoControlEditModel Service documentation at
https://api.libreoffice.org/docs/idl/ref/servicecom_1_1sun_1_1star_1_1awt_1_1UnoControlEditModel.html#a54d3ff280d892218d71e667f81ce99d4,
and see that the three documented values for the Border property are "0: No
border", "1: 3D border", and "2: simple border"".

It seems to me that Andreas could be right, suspecting the documentation issue
here.

Or maybe (better) the "0: No border" should be converted to the VCL-internal
"0x1000 NOBORDER" in UnoControlFormattedFieldModel::convertFastPropertyValue
(and likewise for other control model services having Border property with
identical allowed value sets, after testing that they indeed also have the same
issue).

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to