In commit https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=99b8598495ba76e8fd32af2ace17e0b29b3beffd I've implemented .uno:InsertColumnsBefore, .uno:InsertColumnsAfter, .uno:InsertRowsBefore, .uno:InsertRowsAfter for Impress to act the similar way as in Writer. I did not add them to any context menus or anything though - Jay, any chance to have a look how it should be presented or where? Thank you!
nice :)
Kendy: Similar to Writer, the table context menu should have an insert submenu with all 4 commands in it, as well as the 'insert rows...' and 'insert columns...' commands found in the row and column submenus. http://opengrok.libreoffice.org/xref/core/sd/uiconfig/sdraw/popupmenu/table.xml The 4 commands should also be added to the table toolbar and replace the existing .uno:InsertRows and .uno:InsertColumns commands. http://opengrok.libreoffice.org/xref/core/sd/uiconfig/simpress/toolbar/tableobjectbar.xml
Jay: Sounds great :-) Please do you think you'll have some time to do the appropriate changes in the xml's?
Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=4c09bceca3dc86987fd4d5f701b66535d3f3fe21 tdf#100052 Add insert before/after for sd tables It will be available in 5.3.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=a20b4e242bd0eee468352a7135975a57298c7a2f tdf#100052 Add insert before/after for draw tables also It will be available in 5.3.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=0c0f1dc146b74bd3ad58f9c5b7cfa8c4a6606283 tdf#100052 Add insert before/after to sd table context menu It will be available in 5.3.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=ddd78b0706cb6ac67867f3ce3d23f6076d14df50 tdf#100052 sd: Add labels to insert before/after commands It will be available in 5.3.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.