Re: [sc-dev] issue10755

2008-01-21 Thread Daniel Rentz
YunJingtao schrieb: hi, Daniel Do you mean that I should use ListBox instead of ComboBox? Sorry, ComboBox is correct, no need to change this (I didn't check what class is used in the dialog). Daniel - To unsubscribe, e-mail:

Re: [sc-dev] A patch for issue71158

2008-01-21 Thread Eike Rathke
Hi Lvyue, On Monday, 2008-01-21 10:20:57 +0800, Lvyue wrote: I submitted a patch for issue71158 on last Friday. Sorry, I forget to tell you. No need to be sorry, and no need to explicityl notify me (of course you can if you wish), as submitter/owner/CC of an issue get an automatic

[sc-dev] Something about the UNO API

2008-01-21 Thread gaozm
Hello Thomas: As you know that I have added three files to extend the UNO API. After I added the code to the XML import/export, there are still something wrong when compiling. Do you think whether I need add some other files to extend the UNO API? Such as: XDataPilotDescriptor2.idl

Re: [sc-dev] issue10755

2008-01-21 Thread YunJingtao
hi, Daniel I want to know what the function Selection( 0, SELECTION_MAX ) and the variable bSaved used for? I know that NameSelectHdl( 0 ), the type of its parameter is void* and it is used to select one name from the defined names why in IMPL_LINK( ScNameDlg, EdModifyHdl, Edit *, pEd ),its