Re: [sc-dev] Slow copy in SC

2007-06-27 Thread Leonard Mada
I believe, too, that this should be handled better. Though I haven't thought about a better way to do it. When you have dozens of pictures in the spreadsheet and begin to copy/move cells around, it becomes a mess. Maybe one should be able to lock somehow a picture to a particular cell? Sincere

[sc-dev] Slow copy in SC

2007-06-27 Thread zhaosheng
Hi,all I found something in SC, IMHO, it may be annoying to some people. it is the inserted picture. if you insert a picture into a cell, it acutally doesn't insert the picture to the cell, right? it seems to be inserted floating on the whole spreadsheet, you can move it anywhere. but the thing is

Re: [sc-dev] ScRange::Parse return values

2007-06-27 Thread Niklas Nebel
Noel Power wrote: If you can let me know when you commit the change ( and to what file(s) ) I will at least run some tests against that as a sanity check. It's in sc/source/core/tool/address.cxx 1.9.18.1. I also made a small change to compiler.cxx (1.68.18.1) to correct the output of such refe

Re: [sc-dev] Some simple tasks

2007-06-27 Thread Niklas Nebel
gaozm wrote: > I have looked at issue 23299, but the code in my version is a little > different from m215 about formula, because we have added some code in > that files, and I don't understand the concrete steps of issue 23299 > fully, so I had a choice issue 27745. I hope you can give me some > s

Re: [sc-dev] About issue 63144#,please review patch file!

2007-06-27 Thread Niklas Nebel
maoyg wrote: > About issue 63144# has been fixed. I have attached the patch to the > issue63144#, please check it. > I'm looking forward to your advice :). Using the cursor position isn't right. The cell cursor can be anywhere, it doesn't have to be at the note's cell when a user selects the note

[sc-dev] Setting default character set for DBase files

2007-06-27 Thread Alan Yaniger
Hi list-members, When openeing a DBF file in Calc, OOo asks the user which character set to use. Is there a way to set a default charset for all files with a given extension, like "*.dbf"? If such a feature is not built-in, could it be done in an OOo BASIC macro? If so, how? Thanks, Ala

Re: Re: [sc-dev] Some simple tasks

2007-06-27 Thread gaozm
Hello Niklas: I have looked at issue 23299, but the code in my version is a little different from m215 about formula, because we have added some code in that files, and I don't understand the concrete steps of issue 23299 fully, so I had a choice issue 27745. I hope you can give me some sug