Re: [dev] InterfaceOleWrapper_Impl::Invoke error

2005-05-20 Thread Joachim Lingner
Hi, maybe these lines could be the cause: pPropVar[1].vt = VT_BSTR; pPropVar[1].bstrVal = Lwriter8; You use a wide character string rather then a BSTR. You would have to use SysAllocString(Lwriter8); or use the CComBSTR class from the ATL. Regards, Joachim Zhan Qiufang. wrote: when I call

Re: [dev] InterfaceOleWrapper_Impl::Invoke error

2005-05-20 Thread Zhan Qiufang.
I have changed : CComBSTR bstr2(Lwriter8); pPropVar[1].vt = VT_BSTR; pPropVar[1].bstrVal = bstr2; but the problem still exist - Hi, maybe these lines could be the cause: pPropVar[1].vt = VT_BSTR; pPropVar[1].bstrVal = Lwriter8; You use a wide character

[dev] Macro for setting the language (OOo 1.9.95)

2005-05-20 Thread Herbert Eppel
Further to my question back in April on Removing language entries, I started experimenting with macros, and I tried a very simple macro for setting the language - all it does is Select All, then set the language to German via the Character menu (see below). However, it does not work, i.e. when

[dev] Macro for setting table column widths (OOo 1.9.95)

2005-05-20 Thread Herbert Eppel
I am trying to record a macro for setting the widths of table columns in OOo Writer, but nothing is being recorded. Is there a way of achieving this? Alternatively, is there a way of making OOo adjust the column width automatically when converting (tab-delimited) text to a table? OOo seems to

[dev] can´t paste cells where copied with uno:SelectAll

2005-05-20 Thread Alexander Peters
Hello! I have a problem with .uno:SelectAll. I open two documents with calc then i copy all cells from one document with .uno:SelectAll and paste them to a specified cell. I specify the cell with .uno:GoToCell but Calc always paste it to cell A1 and doesn´t start pasting at C8 for example. The

Re: [dev] Macro for setting table column widths (OOo 1.9.95)

2005-05-20 Thread Rick Barnes
On Fri, 2005-05-20 at 09:17 +0100, Herbert Eppel wrote: I am trying to record a macro for setting the widths of table columns in OOo Writer, but nothing is being recorded. Is there a way of achieving this? Herbert, I believe the macro recorder is broken... Alternatively, is there a

Re: [dev] Macro for setting table column widths (OOo 1.9.95)

2005-05-20 Thread Herbert Eppel
On 20.05.2005 16:58 UK Time, Rick Barnes wrote: On Fri, 2005-05-20 at 09:17 +0100, Herbert Eppel wrote: I am trying to record a macro for setting the widths of table columns in OOo Writer, but nothing is being recorded. Is there a way of achieving this? Herbert, I believe the macro recorder

[dev] Packing the setup

2005-05-20 Thread Vy Ho
I just found the following site: http://upx.sourceforge.net which boasts a very high compression ratio for .exe files. I wonder if OOo could investigate this to see if it can be used to reduce the size of the download. - To