You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Yi Xuan Liu <li...@gmail.com> on 2012/08/27 10:20:21 UTC

[QA][Call for review] SW SVT operations on sample files

hi,all


I developed two SVT cases on sample files "ScenarioDesign.odt" and
"complex.odt".


   - On sample file "ScenarioDesign.odt", which size is 67KB, 4 pages and
   ontains lots of tables.


          This operation on this file mainly contains:

          1. Merge cells
          2. Split cells
          3. Insert Rows/Columns
          4. Delete Rows/Columns
          5. Loop 1~4 and check memory



   - On sample file "complex.odt", which size is 26MB, 26 pages and ontains
   lots of pictures and tables.


          This operation on this file mainly contains:

          1. Format paragraph
          2. Insert pictures in table
          3. Insert OLE object
          4. Insert Chart

The patch is at https://issues.apache.org/ooo/show_bug.cgi?id=120722

Please help to review, thanks!