summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-25Updated coreArnaud Versini1-0/+0
2013-07-25Remove some unused code form unusedcode.easyMarcos Paulo de Souza17-185/+0
2013-07-25fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa12-33/+3
2013-07-25fix for SwCombinedCharField constructor with wrong initAdam Co1-1/+1
2013-07-25Fix memory leak in Math, by holding SmModel pointerMarcos Paulo de Souza2-4/+5
2013-07-25convert some XubString to OUString in ApplicationNoel Grandin3-7/+7
2013-07-25convert vcl/ilistbox from XubString to OUStringNoel Grandin2-9/+17
2013-07-25convert XubString to OUStringNoel Grandin2-6/+6
2013-07-25n#827332: Charts shrink when there are no legends.Muthu Subramanian1-5/+7
2013-07-24These static_cast's are very significant. Don't remove these.Kohei Yoshida2-4/+4
2013-07-24Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida15-160/+171
2013-07-24Add support for double in OpenCL kernel.Haidong Lian4-1865/+1397
2013-07-24add SC_SOFTWARE tweak to force sw group interpret.Michael Meeks1-0/+5
2013-07-24Prompt the user to delete cached kernels on failureMichael Meeks2-13/+31
2013-07-24add min/max/delta kernels and misc. cleanup / bug fixing.Jing Xian3-63/+121
2013-07-24fdo#67206: Add test for broadcaster relocation on column insertion.Kohei Yoshida1-8/+44
2013-07-24I'm supposed to move it, not shift it.Kohei Yoshida1-2/+3
2013-07-24There isn't much we have to do for copy.Kohei Yoshida1-59/+6
2013-07-24Add test for partial move of referenced range.Kohei Yoshida1-0/+22
2013-07-24Re-implement adjusting of references on move.Kohei Yoshida3-13/+64
2013-07-24Add test for moving the formula cells that reference stationary range.Kohei Yoshida1-0/+23
2013-07-24Add starter test for reference update on range move.Kohei Yoshida2-0/+52
2013-07-24Broadcast on recalc-ref-on-move cells for the other 3 directions.Kohei Yoshida1-31/+36
2013-07-24Add test for ROW function.Kohei Yoshida2-0/+39
2013-07-24Broadcast on formula cells containing COLUMN functions on column insertion.Kohei Yoshida5-14/+94
2013-07-24Make these non-inline.Kohei Yoshida2-29/+39
2013-07-24CalcRelFromAbs() is no more.Kohei Yoshida3-24/+22
2013-07-24More on removing use of CalcRelFromAbs().Kohei Yoshida3-12/+6
2013-07-24More on removing CalcRelFromAbs().Kohei Yoshida5-56/+47
2013-07-24Work on removing CalcRelFromAbs().Kohei Yoshida2-18/+12
2013-07-24Remove CalcAbsIfRel() since nobody uses this anymore.Kohei Yoshida2-27/+0
2013-07-24Remove CalcAbsIfRel() from ScComplexRefData::Extend().Kohei Yoshida1-61/+22
2013-07-24Add test for extending range reference.Kohei Yoshida1-14/+34
2013-07-24Add test for cell function COLUMN.Kohei Yoshida2-0/+23
2013-07-24Modified reference shouldn't make the cell dirty.Kohei Yoshida1-6/+6
2013-07-24Flag cell state modified when a reference points to a different position.Kohei Yoshida4-8/+15
2013-07-24Don't mark all of column, row, and sheet indices to be invalid in toAbs().Kohei Yoshida4-32/+63
2013-07-24Handle reference adjustment in response to sheet deletion.Kohei Yoshida6-50/+161
2013-07-24More on removing CalcAbsIfRel(). Almost there...Kohei Yoshida2-19/+14
2013-07-24Add test for updating reference on sheet change.Kohei Yoshida2-0/+97
2013-07-24More on removing use of CalcAbsIfRel().Kohei Yoshida2-43/+31
2013-07-24Properly handle optional edge expansion of referenced ranges.Kohei Yoshida10-39/+101
2013-07-24Add test for edge-expansion of referenced ranges.Kohei Yoshida1-0/+66
2013-07-24Handle range reference expansion on insertion.Kohei Yoshida4-21/+97
2013-07-24Add test for range reference expansion on cell insertions.Kohei Yoshida1-0/+85
2013-07-24Add test for shrinking of range references on row/column deletion.Kohei Yoshida1-0/+92
2013-07-24Handle shrinking of range references on row/column deletion.Kohei Yoshida1-0/+41
2013-07-24Remove CalcAbsIfRel() virtual method from ScToken and all its children.Kohei Yoshida2-30/+0
2013-07-24Add test for resizing range references. To be expanded later.Kohei Yoshida2-0/+40
2013-07-24Add test for no reference error on reference deletion.Kohei Yoshida1-0/+28