summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-01-24Fix refresh problem on pivot tables whose data cache have not been created.Kohei Yoshida2-4/+124
2012-01-24fix ( hopefully ) viewing artifacts in input line fdo#44391Noel Power2-4/+12
2012-01-23resolved rhbz#783556 crash in ScMatrix::GetDimensons() from ScInterpreterEike Rathke1-1/+10
2012-01-23resolved fdo#45032 Calc export to HTML with graphics failedEike Rathke1-3/+6
2012-01-21Oops I shouldn't have erased names directly.Kohei Yoshida2-2/+8
2012-01-21fdo#44831: Named range should overwrite existing name.Kohei Yoshida2-1/+2
2012-01-20Grid lines should be immediately above or below the background.Kohei Yoshida1-4/+7
2012-01-19Fix a crash when copying a sheet with drawing obj to a new document.Kohei Yoshida1-1/+11
2012-01-19ScGlobal::GetAutoFormat not always required to create fresh instance.Stephan Bergmann8-180/+162
2012-01-18fdo#44896 accomodate localized text expansionAndras Timar2-2/+13
2012-01-16make adjusting formulas possible for TransferTabMarkus Mohrhard1-0/+7
2012-01-14refactor slightly to avoid link problems with gcc 4.7David Tardon2-54/+49
2012-01-13Avoid double deletion during data cache object destruction.Kohei Yoshida2-5/+11
2012-01-13Use a copy; the container gets modified during iteration.Kohei Yoshida1-2/+5
2012-01-13Make sure no live ScDPObject instances hold reference to the deleted cache.Kohei Yoshida1-0/+14
2012-01-13Fix MinGW build.Jan Holesovsky2-2/+2
2012-01-12Removing debug statement.Kohei Yoshida1-1/+0
2012-01-12Test the new logic of our pivot data cache life cycle.Kohei Yoshida3-4/+50
2012-01-12fdo#43077: Finally, remove data cache when nobody references it.Kohei Yoshida4-13/+83
2012-01-12fdo#43077: Now, refreshing a table should refresh all linked tables.Kohei Yoshida7-53/+172
2012-01-12fdo#43077: Have cache instance keep track of who is referencing it.Kohei Yoshida8-21/+48
2012-01-12fdo#43077: Copy pivot tables when a sheet is copied.Kohei Yoshida3-2/+30
2012-01-11Test code for sheet source data cache relocation.Kohei Yoshida3-5/+27
2012-01-11New test for pivot tables with named source ranges.Kohei Yoshida3-13/+127
2012-01-12fix prefix of command line switches (-- instead of -) fdo#40991Andras Timar1-1/+1
2012-01-12enlarge 'Reset' button for German translationAndras Timar1-1/+1
2012-01-11Unit test for repositioning of cell-anchored line objects.Kohei Yoshida1-0/+31
2012-01-11fdo#44661: Properly update range keys for pivot cache.Kohei Yoshida2-9/+99
2012-01-11fdo#44661: No need to update the source range when it's a named range.Kohei Yoshida1-0/+5
2012-01-11Avoid iterating beyond the last existing drawing page.Kohei Yoshida1-0/+9
2012-01-10fdo#44147: Sheet 0 is selected by default.Kohei Yoshida1-0/+2
2012-01-10fdo#44616: drop attributes FRAME and RULES of <table> for HTML 3.2Takeshi Abe1-10/+0
2012-01-10fdo#42624: Do the same for BIFF5 and earlier.Kohei Yoshida2-0/+8
2012-01-10fdo#42624: Defer formula token conversion for defined names (xls import).Kohei Yoshida5-53/+119
2012-01-09fdo#44545: Skip filtered cells during auto-fill.Kohei Yoshida5-12/+19
2012-01-08Handle resizing of cell-anchored polyline objects as well.Kohei Yoshida1-0/+11
2012-01-08Mark detective arrows clearly since we need to treat them differently.Kohei Yoshida3-7/+5
2012-01-08another missing null pointer check in multilinebar, fdo#44518Markus Mohrhard1-1/+1
2012-01-08don't set document modified for copy and select all, fdo#44423Markus Mohrhard1-2/+2
2012-01-08return earlier from ScInterpreter::GetDBParams on error, fdo#44442Markus Mohrhard1-0/+3
2012-01-08limit the number of sheets again to 10000Markus Mohrhard1-1/+2
2012-01-07More unit test code to test copying a sheet with drawing object.Kohei Yoshida1-1/+12
2012-01-07More unit test code for drawing objects. Found another bug & fixed it.Kohei Yoshida2-1/+19
2012-01-07Reset sheet index of drawing objects when moving sheet too.Kohei Yoshida1-0/+2
2012-01-07Better to internalize the sheet ID reset within ScDrawLayer...Kohei Yoshida3-4/+4
2012-01-07Reset sheet ID of cell-anchored drawing objects when deleting sheet(s).Kohei Yoshida2-1/+4
2012-01-07Removing debug statements.Kohei Yoshida1-7/+0
2012-01-06New unit test code for drawing objects.Kohei Yoshida1-20/+97
2012-01-06fdo#36387: Get external references to work with AND and OR.Kohei Yoshida1-0/+4
2012-01-06fdo#44467: Deleting sheets should adjust drawing object pages as well.Kohei Yoshida1-12/+18