Unable to install OpenOffice SDK

2013-04-18 Thread Rajath Shashidhara
Hello, I'm running Ubuntu 12.10 on my computer. The self extracting .deb file I downloaded from your website doesn't install from ubuntu sofware center. Error: ooobasis3.4-core01 not found. Is there a workaround for this problem? Can I extract the debian and modify some make files to manually inst

Re: UNO API

2013-04-18 Thread jg
Maybe this helps a bit: (1) Get access to known types (here only currency and date): ... // Query the number formats supplier of the writer document Reference < XNumberFormatsSupplier > xNumberFormatsSupplier(xTemplateComponent, UNO_QUERY_THROW); Reference < XNumberFormats > xNumberFormats = xN

Re: UNO API

2013-04-18 Thread Ariel Constenla-Haile
Hi k.misha, On Thu, Apr 18, 2013 at 11:00:00PM +0300, k.misha wrote: > Hi! > > > > I have a problem using this code: > > > > #define S_CURRENCY 106 // DOESN'T WORK =( > > #define S_PERCENT_SHORT 10 // 123% > > #define S_PERCENT 11 //123.00% > > #define S_DEFAULT 0 > > > > > >

[CODE, UNO API] UNO commands .uno:FlipHorizonal and .uno.FlipVertical - behavior corrected

2013-04-18 Thread Oliver-Rainer Wittmann
Hi, by fixing issue 122026 [1] I have corrected the behavior of the UNO commands .uno:FlipHorizontal and .uno.FlipVertical. Until AOO 3.4.1 UNO command .uno:FlipHorizontal could be used to flip _vertically_ a Writer graphic while UNO command .uno:FlipVertical could be used to flip _horizonta