summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* clone token in ScFormulaResult copy-ctor instead of referringEike Rathke2012-02-011-3/+20
* Make named ranges dialog more consistent, localizable (I+II+III)Stefan Knorr (astron)2012-01-313-55/+55
* fdo#44143: Keep cells with broadcasters alive during deletion.Kohei Yoshida2012-01-301-7/+22
* cast from BorderLine to BorderLine2 is not validEike Rathke2012-01-261-2/+2
* ScTableSheetObj::findAll does not return the correct range, fdo#43462Markus Mohrhard2012-01-261-3/+1
* fdo#45067: Differentiate numeric and non-numeric field member values.Kohei Yoshida2012-01-251-3/+11
* Fix refresh problem on pivot tables whose data cache have not been created.Kohei Yoshida2012-01-242-4/+124
* fix ( hopefully ) viewing artifacts in input line fdo#44391Noel Power2012-01-242-4/+12
* resolved rhbz#783556 crash in ScMatrix::GetDimensons() from ScInterpreterEike Rathke2012-01-231-1/+10
* resolved fdo#45032 Calc export to HTML with graphics failedEike Rathke2012-01-231-3/+6
* Oops I shouldn't have erased names directly.Kohei Yoshida2012-01-212-2/+8
* fdo#44831: Named range should overwrite existing name.Kohei Yoshida2012-01-212-1/+2
* Grid lines should be immediately above or below the background.Kohei Yoshida2012-01-201-4/+7
* Fix a crash when copying a sheet with drawing obj to a new document.Kohei Yoshida2012-01-191-1/+11
* ScGlobal::GetAutoFormat not always required to create fresh instance.Stephan Bergmann2012-01-198-180/+162
* fdo#44896 accomodate localized text expansionAndras Timar2012-01-182-2/+13
* make adjusting formulas possible for TransferTabMarkus Mohrhard2012-01-161-0/+7
* refactor slightly to avoid link problems with gcc 4.7David Tardon2012-01-142-54/+49
* Avoid double deletion during data cache object destruction.Kohei Yoshida2012-01-132-5/+11
* Use a copy; the container gets modified during iteration.Kohei Yoshida2012-01-131-2/+5
* Make sure no live ScDPObject instances hold reference to the deleted cache.Kohei Yoshida2012-01-131-0/+14
* Fix MinGW build.Jan Holesovsky2012-01-132-2/+2
* Removing debug statement.Kohei Yoshida2012-01-121-1/+0
* Test the new logic of our pivot data cache life cycle.Kohei Yoshida2012-01-123-4/+50
* fdo#43077: Finally, remove data cache when nobody references it.Kohei Yoshida2012-01-124-13/+83
* fdo#43077: Now, refreshing a table should refresh all linked tables.Kohei Yoshida2012-01-127-53/+172
* fdo#43077: Have cache instance keep track of who is referencing it.Kohei Yoshida2012-01-128-21/+48
* fdo#43077: Copy pivot tables when a sheet is copied.Kohei Yoshida2012-01-123-2/+30
* Test code for sheet source data cache relocation.Kohei Yoshida2012-01-113-5/+27
* New test for pivot tables with named source ranges.Kohei Yoshida2012-01-113-13/+127
* fix prefix of command line switches (-- instead of -) fdo#40991Andras Timar2012-01-121-1/+1
* enlarge 'Reset' button for German translationAndras Timar2012-01-121-1/+1
* Unit test for repositioning of cell-anchored line objects.Kohei Yoshida2012-01-111-0/+31
* fdo#44661: Properly update range keys for pivot cache.Kohei Yoshida2012-01-112-9/+99
* fdo#44661: No need to update the source range when it's a named range.Kohei Yoshida2012-01-111-0/+5
* Avoid iterating beyond the last existing drawing page.Kohei Yoshida2012-01-111-0/+9
* fdo#44147: Sheet 0 is selected by default.Kohei Yoshida2012-01-101-0/+2
* fdo#44616: drop attributes FRAME and RULES of <table> for HTML 3.2Takeshi Abe2012-01-101-10/+0
* fdo#42624: Do the same for BIFF5 and earlier.Kohei Yoshida2012-01-102-0/+8
* fdo#42624: Defer formula token conversion for defined names (xls import).Kohei Yoshida2012-01-105-53/+119
* fdo#44545: Skip filtered cells during auto-fill.Kohei Yoshida2012-01-095-12/+19
* Handle resizing of cell-anchored polyline objects as well.Kohei Yoshida2012-01-081-0/+11
* Mark detective arrows clearly since we need to treat them differently.Kohei Yoshida2012-01-083-7/+5
* another missing null pointer check in multilinebar, fdo#44518Markus Mohrhard2012-01-081-1/+1
* don't set document modified for copy and select all, fdo#44423Markus Mohrhard2012-01-081-2/+2
* return earlier from ScInterpreter::GetDBParams on error, fdo#44442Markus Mohrhard2012-01-081-0/+3
* limit the number of sheets again to 10000Markus Mohrhard2012-01-081-1/+2
* More unit test code to test copying a sheet with drawing object.Kohei Yoshida2012-01-071-1/+12
* More unit test code for drawing objects. Found another bug & fixed it.Kohei Yoshida2012-01-072-1/+19
* Reset sheet index of drawing objects when moving sheet too.Kohei Yoshida2012-01-071-0/+2