https://bugs.documentfoundation.org/show_bug.cgi?id=106371

            Bug ID: 106371
           Summary: Android: Add ability to Insert and manipulate tables
                    (Writer, Impress documents)
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: medium
         Component: Android Viewer
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: qui...@gmail.com

Description:
Inserting a table is missing. Add the ability to insert a new table and to
manipulate the table (add/delete rows/columns, merge cells)

Related UNO commands:
Insert table with ".uno:InsertTable" with parameters
{
  'Columns': { 'type': 'long', 'value': 6 },
  'Rows': { 'type': "long", 'value': 10 }
}

Delete Table: ".uno:DeleteTable"

Delete Columns / Rows: ".uno:DeleteColumns" and ".uno:DeleteRows"

Insert Columns / Rows: ".uno:InsertColumns" and ".uno:InsertRows"

This task also needs modifying the UI - specifically add the actions to the
bottom tool bar.

Steps to Reproduce:
.

Actual Results:  
.

Expected Results:
.


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:51.0) Gecko/20100101
Firefox/51.0

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to