[api-dev] pasteUnformatted fromOpera

2007-11-19 Thread GregChi
I want to do this without the need to confirm the format every time. When I try to paste to a calc file in OO.o 2.3, a window pops up asking if I want "Text Import" as "unicode". I need to manually press I ALWAYS want this. If I select to 'paste special' I am then asked if I want 'unformatted te

[api-dev] Sort problem

2007-11-19 Thread Rudolf Huber
Hi everybody, I tried your routines for the sort. In one of the examples it said that the routines only work for small tables. How, I have a calc-table for appr. 1200 lines. How can I handles such a table. As you can see, I took your example with minorchanges: Dim oSheetDSC,oDSCRange As Ob

Re: [api-dev] Help with Assistive Technology

2007-11-19 Thread Alexandro Colorado
On Mon, 19 Nov 2007 09:58:29 -0600, Paul Blenkhorn <[EMAIL PROTECTED]> wrote: Hi I am trying to make some Assistive Technolgy that I have for OOo work better but need some help. Does anyone know how I can position of the Caret in Writer using VBScript or Visual Basic (connected to Uno w

[api-dev] Help with Assistive Technology

2007-11-19 Thread Paul Blenkhorn
Hi I am trying to make some Assistive Technolgy that I have for OOo work better but need some help. Does anyone know how I can position of the Caret in Writer using VBScript or Visual Basic (connected to Uno with COM). Sample code would be great :) Cheers. Paul

Re: [api-dev] Scale or RelativeHeight not acesable by API

2007-11-19 Thread Fernand Vanrie
Fernand Vanrie wrote: Hallo, Sinds a while I know that the "scale" viewed in the UI can not be found by the api (oGraphic.getpropertyValue("RelativeHeight") gives always zero) Thats not a problem when we can calculate the scale using the original pixel size.or the "actualSize" But present

[api-dev] Scale or RelativeHeight not acesable by API

2007-11-19 Thread Fernand Vanrie
Hallo, Sinds a while I know that the "scale" viewed in the UI can not be found by the api (oGraphic.getpropertyValue("RelativeHeight") gives always zero) Thats not a problem when we can calculate the scale using the original pixel size.or the "actualSize" But presently i found thats not p