You are viewing a plain text version of this content. The canonical link for it is here.
Posted to qa@openoffice.apache.org by Bin Guo <bi...@gmail.com> on 2012/08/31 10:29:40 UTC

[QA][CALLFORREVIEW] [testuno] Insert/delete cells in spreadsheet.

Hi All,

One uno api scripts for spreadsheet has been submitted as a bug 120780 in
BugZilla.
https://issues.apache.org/ooo/show_bug.cgi?id=120780

this patch including:
1. Insert cells
   1). Shift cells down
   2). Shift cells right
   3). Entire rows
   4). Entire column
2. Delete cells
   1). Shift cells up
   2). Shift cells left
   3). Entire rows
   4). Entire column

Please help on review it.

thank you,
Bin Guo