[dev] Re: Implementation of Row Exchange Button in Calc

2011-06-17 Thread tora - Takamichi Akiyama
On 2011/06/17 16:38, Martin Hediger wrote: Its true, i havent thought of the implications of what it means to switch rows. Should references pointing to cell A1 remain pointing to A1, when the content of A1 is "traded" for the content of B1? What should the references follow? But apart from th

[dev] Re: Implementation of Row Exchange Button in Calc

2011-06-17 Thread tora - Takamichi Akiyama
Oops, there was a typo bug. Now fixed: https://bitbucket.org/tora/calc-move-selected-cells Best, Tora On 2011/06/17 23:40, tora - Takamichi Akiyama wrote: Hi Oliver, On 2011/06/17 1:12, Oliver Brinzing wrote: > Quickly move Rows and columns like in Writer > http://openoffice.org/bugzilla/sh

[dev] Re: Implementation of Row Exchange Button in Calc

2011-06-17 Thread tora - Takamichi Akiyama
Hi Oliver, On 2011/06/17 1:12, Oliver Brinzing wrote: > Quickly move Rows and columns like in Writer > http://openoffice.org/bugzilla/show_bug.cgi?id=40285 > > have a look at the attached example ;-) Thanks! That is what I thought. And now, I also have written a similar one. ;-) https://bitbuck

[dev] Re: Implementation of Row Exchange Button in Calc

2011-06-17 Thread Martin Hediger
Its true, i havent thought of the implications of what it means to switch rows. Should references pointing to cell A1 remain pointing to A1, when the content of A1 is "traded" for the content of B1? What should the references follow? But apart from that, the way to exchange two rows is I belie