Hi Stephan,
Thank you for your comments.
On 2011/05/18 4:11, Stephan Bergmann wrote:
> Binary UNO requires that its enums are of specific size, but that should be
taken care of by the dummy max-value element in each enum. Likewise for enums in
the C/C++ URE ABI.
>
> Whether smaller enums have
On Tue, May 17, 2011 at 8:44 PM, tora - Takamichi Akiyama <
t...@openoffice.org> wrote:
> Any thoughts?
>
Binary UNO requires that its enums are of specific size, but that should be
taken care of by the dummy max-value element in each enum. Likewise for
enums in the C/C++ URE ABI.
Whether small
Does anyone try to use __attribute__((packed)) for enum?
Gcc 4.0.0 has -fshort-enums command option and also accepts
__attribute__((packed))
http://gcc.gnu.org/onlinedocs/gcc-4.0.0/gcc/Type-Attributes.html
Sun Studio 12 Update 1 supports _attribute_((packed))
http://developers.sun.com/sunstudio
Hi Mathias,
Mathias Bauer schrieb:
On 16.05.2011 17:31, Regina Henschel wrote:
Hi Mathias,
Mathias Bauer schrieb:
Without --enable-cairo setting or with setting --disable-cairo it
doesn't build at all, because pango is missing cairo.h. If I then
try to
build cairo manually, it says that it i
On 17/05/2011 06:59, Meenakshi Kanaujia wrote:
> Hi,
>
> I am using LibreOffice 3.3.2 on Ubuntu 10.04.
>
> I am creating doc using writer.
> I am creating some custom properties in that.
>
> All custom properties are preserved when doc is saved in .odt format.
> But when I saved same doc with .d