Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-10 | fdo#44616: drop attributes FRAME and RULES of <table> for HTML 3.2 | Takeshi Abe | |
This fixes fdo#44616. HTML 3.2 does not have these attributes: http://www.w3.org/TR/REC-html32 | |||
2012-01-10 | fdo#42624: Do the same for BIFF5 and earlier. | Kohei Yoshida | |
2012-01-10 | fdo#42624: Defer formula token conversion for defined names (xls import). | Kohei Yoshida | |
This is necessary for handling names that cross-reference each other. | |||
2012-01-10 | callcatcher: update list | Caolán McNamara | |
2012-01-10 | force users of horrific ReadUniOrByteStringLine to provide the charset | Caolán McNamara | |
2012-01-10 | simplify LocalFileHelper::ConvertURLToPhysicalName | Caolán McNamara | |
2012-01-09 | fdo#44545: Skip filtered cells during auto-fill. | Kohei Yoshida | |
Regression from 3.4.5. | |||
2012-01-09 | simplify CharClass | Caolán McNamara | |
multiple variants of toUpper (etc) some that take a non-const OUString or String and modify it some that take a const OUString or String and return a new one some that take part of a const OUString or String and return a new one | |||
2012-01-09 | callcatcher: Remove unused code | August Sodora | |
2012-01-09 | did not want to move that to the in-build target | Markus Mohrhard | |
2012-01-09 | add some tests related to fdo#42624 | Markus Mohrhard | |
see fdo#44587 for problems with range names in matrix formulas during xlsx import/export | |||
2012-01-08 | Handle resizing of cell-anchored polyline objects as well. | Kohei Yoshida | |
This should take care of correctly resizing cell-anchored polyline objects when resizing row height / column width. | |||
2012-01-08 | Kill SvNullStream duplication | Miklos Vajna | |
2012-01-08 | don't set document modified for copy and select all, fdo#44423 | Markus Mohrhard | |
2012-01-08 | return earlier from ScInterpreter::GetDBParams on error, fdo#44442 | Markus Mohrhard | |
2012-01-08 | limit the number of sheets again to 10000 | Markus Mohrhard | |
Our 32bit builds have problems to generate more sheets and crash with a std::bad_alloc Increase this limit again as soon as we can handle std::bad_alloc | |||
2012-01-07 | Mark detective arrows clearly since we need to treat them differently. | Kohei Yoshida | |
Otherwise it gets confused with normal arrow objects during re- positioning. | |||
2012-01-07 | More unit test code to test copying a sheet with drawing object. | Kohei Yoshida | |
2012-01-07 | More unit test code for drawing objects. Found another bug & fixed it. | Kohei Yoshida | |
Inserting a new sheet would not update the anchored sheet index. Fixed. | |||
2012-01-07 | Reset sheet index of drawing objects when moving sheet too. | Kohei Yoshida | |
If not, cell-anchored objects would get stuck on the old sheet position, which is not good. | |||
2012-01-07 | Better to internalize the sheet ID reset within ScDrawLayer... | Kohei Yoshida | |
2012-01-07 | Reset sheet ID of cell-anchored drawing objects when deleting sheet(s). | Kohei Yoshida | |
This prevents drawing objects from disappearing on file reload. | |||
2012-01-07 | another missing null pointer check in multilinebar, fdo#44518 | Markus Mohrhard | |
2012-01-07 | Remove superfluous _ZFORLIST_DECLARE_TABLE definition. | Marcel Metz | |
2012-01-07 | Fix for fdo43460 Part XXX getLength() to isEmpty() | Olivier Hallot | |
Part XXX Modules sc | |||
2012-01-07 | Removing debug statements. | Kohei Yoshida | |
2012-01-07 | New unit test code for drawing objects. | Kohei Yoshida | |
2012-01-06 | fdo#36387: Get external references to work with AND and OR. | Kohei Yoshida | |
2012-01-06 | fdo#44467: Deleting sheets should adjust drawing object pages as well. | Kohei Yoshida | |
Good thing we caught this, because we were also leaking memory by not deleting the deleted sheet instances. | |||
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-06 | Removed unnecessary tools/ref.hxx includes. | Marcel Metz | |
2012-01-06 | Removed unnecessary tools/link.hxx includes. | Marcel Metz | |
2012-01-06 | Fixed the validation message popup disappearing when scrolling etc. | Kohei Yoshida | |
When the popup goes outside the visible area & get scrolled back in, it would disappear. Also, when setting the hint message on in the dialog and clicking OK should show the popup right away. | |||
2012-01-06 | Fixed a crash-on-exit, when the validation message is up when closing. | Kohei Yoshida | |
Delete the hint window instnce before the grid windows get deleted, since the hint window is now a child window of one of the grid window instances. | |||
2012-01-06 | Fix re-calculation of the position of circular drawing objects. | Kohei Yoshida | |
Cell-anchored circular drawing objects would get distorted whenever its bounding rectangle changes, either via insertion / removal of columns / rows, or changing the row height / column width. This commit fixes it by differentiating the validation circles, which needs its own re-calc algorithm, from the normal circular drawing objects. | |||
2012-01-06 | Merge branch 'feature/gbuild_extensions' | Michael Stahl | |
Conflicts: extensions/source/ole/servreg.cxx extensions/source/plugin/util/makefile.mk postprocess/packcomponents/makefile.mk postprocess/prj/build.lst tail_build/prj/build.lst | |||
2012-01-06 | add warning message if you close unsaved referenced document | Markus Mohrhard | |
2012-01-06 | Limit the number of initial sheets to 1 to 1024 in the UI. | Kohei Yoshida | |
Note that you can still have more than 1024 sheets afterwards. This only applies to new and empty documents. | |||
2012-01-06 | The data range may not always start at row 0, use 'n' prefix for int. | Kohei Yoshida | |
2012-01-06 | Update behavior and translation last record to prev record | Lior Kaplan | |
2012-01-06 | make ReadUniOrByteString return a string | Caolán McNamara | |
2012-01-05 | fdo#36851, bnc#737190: Make the data validation popup more reliable. | Kohei Yoshida | |
Previously, the data validation message popup was not sticking on reliably on Linux, and flickers very bad on Windows. That was due to the painting conflict between the top-most frame window and the grid window. By making the message popup window a child window of the grid window, it paints more reliably. | |||
2012-01-06 | add inital part for XDatabaseRange test, related fdo#44167 | Markus Mohrhard | |
2012-01-06 | correctly update absolute refs in range names if pointing to copied area | Markus Mohrhard | |
2012-01-05 | getPropertyMap can return a reference instead of a pointer | Caolán McNamara | |
2012-01-05 | simplify code a bit | Markus Mohrhard | |
2012-01-05 | remove unneeded debug statements | Markus Mohrhard | |
2012-01-05 | handle relative refs in name dialogs correctly | Markus Mohrhard | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |