Hi Niklas,
I have submitted the second patch about issue7088#. I have some questions about
this issue.
My solution is to add another parameter in ScDocFunc::InsertCells(...),
I only tested the status that the selection is the current view.
I think ScDocFunc::InsertCells(...)/DeleteCells(...) method possibly refered
to the many things.
I found the ScDocFunc::InsertCells(...) is also used for the uno api
implementation.
Can I use which way to test it for the uno api implemention?
whether need I write some basic scripts? Can you give me some guide?
when the uno api called ScDocFunc::InsertCells(...), the program will execute
the following code:
else{ for(SCTAB nTab=nStartTab; nTab<=nTabCount; nTab++)
aMark.SelectTable(nTab,TRUE);},
I think the document will occur the error when the sheets have the scenarios.
what do you think of it?
Best Regards,
maoyg
2008-08-25