https://bugs.documentfoundation.org/show_bug.cgi?id=70827
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Julien Nabet <[email protected]> --- Indeed, this is the code called: 1879 case ID_BROWSER_INSERT_ROW: 1880 try 1881 { 1882 if (SaveModified()) 1883 { 1884 getRowSet()->afterLast(); 1885 // check if it is available 1886 Reference< XResultSetUpdate > xUpdateCursor(getRowSet(), UNO_QUERY_THROW); 1887 xUpdateCursor->moveToInsertRow(); 1888 } 1889 } 1890 catch(Exception&) 1891 { 1892 SAL_WARN("dbaccess.ui", "Exception caught!"); 1893 } 1894 break; http://opengrok.libreoffice.org/xref/core/dbaccess/source/ui/browser/brwctrlr.cxx#1879 So, "Insert Row" just moves the cursor to last line for inserting a new row -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
