[dev] A few question about Add-in for Calc!

2005-06-17 Thread xutuan Zhang
Hi, all, [I surrently working on Windows XP SP2, OO version 1.9.79, SDK version 1.1] I am writting some Add-in code for Calc to call my DLL/.so written in C..I have a few questions below: 1. For short type parameters in my C code, if I use short in IDL file, sal_Int16 in the cpp code, then the

Re: [dev] A few question about Add-in for Calc!

2005-06-17 Thread Niklas Nebel
xutuan Zhang wrote: I am writting some Add-in code for Calc to call my DLL/.so written in C..I have a few questions below: 1. For short type parameters in my C code, if I use short in IDL file, sal_Int16 in the cpp code, then the function will not be able to show in Calc's function list...i.e.,

[dev] Problems with XTextTable

2005-06-17 Thread Andre B Derraik
Hi, I'm having problems with the XTextTable. I'm trying to replace a table with a new one at the same position. Because I'm working with dynamics datas which came from Data Bases. The table creation: // Get the hole Document XTextDocument mxDoc = getTextDocument(); if (mxDoc