summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-07-31WaE: unused variable 'pDoc'Tor Lillqvist1-1/+0
2013-07-31unit ( slowcheck ) test for fdo#67547Noel Power2-0/+40
2013-07-31if-0-ing the whole else branchFridrich Štrba1-2/+2
2013-07-31Fix errors: no members 'Ref1' or 'Ref2' in 'ScRange'Tor Lillqvist1-0/+2
2013-07-31Fix error: 'nTab' is a private member of 'ScAddress'Tor Lillqvist1-1/+1
2013-07-31WaE: Unused private fieldsTor Lillqvist1-4/+0
2013-07-31Temporarily disable failing macro test. I'm not sure exactly what fails.Kohei Yoshida1-0/+2
2013-07-30Now the reference object no longer stores both absolute and relative.Kohei Yoshida2-55/+39
2013-07-30Clean this up a bit.Kohei Yoshida1-12/+12
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida20-239/+218
2013-07-30More on avoiding direct access to reference data members.Kohei Yoshida1-10/+12
2013-07-30These methods are now unused. Chuck them.Kohei Yoshida4-512/+0
2013-07-30Rework reference update in conditional formatting and cell validation.Kohei Yoshida14-251/+324
2013-07-30Adjust named range references on sheet move.Kohei Yoshida15-81/+115
2013-07-30Update range names on sheet deletion.Kohei Yoshida15-57/+118
2013-07-30A little more test.Kohei Yoshida1-2/+5
2013-07-30Handle named range update on sheet insertion.Kohei Yoshida15-77/+150
2013-07-30These methods are now unused.Kohei Yoshida2-95/+0
2013-07-30More on getting named range update to work.Kohei Yoshida12-35/+146
2013-07-30First cut on re-working reference update in named expressions.Kohei Yoshida8-42/+171
2013-07-30More of the same. Will this ever end, I'm starting to wonder...Kohei Yoshida7-73/+67
2013-07-30More on the ref object.Kohei Yoshida8-78/+20
2013-07-30Add test for exporting and importing of formula refs from xls format.Kohei Yoshida4-42/+96
2013-07-30Use correct sheet index values, to fix sheet name display issue.Kohei Yoshida1-1/+1
2013-07-30Organize the reference dumping code a bit.Kohei Yoshida3-35/+29
2013-07-30New xls file to write import/export test on. Test not written yet.Kohei Yoshida1-0/+0
2013-07-30More of the same.Kohei Yoshida4-17/+19
2013-07-30More on removing direct access to reference data members.Kohei Yoshida5-37/+37
2013-07-30Add test for exporting of chart to xls format.Kohei Yoshida9-53/+180
2013-07-30Add export test for exporting inline arrays to xls format.Kohei Yoshida3-1/+54
2013-07-30Fix exporting of array formulas to xls.Kohei Yoshida2-16/+17
2013-07-30More on avoiding direct access to data members.Kohei Yoshida9-129/+144
2013-07-30More on removing unused methods after some adjustments.Kohei Yoshida3-264/+3
2013-07-30Make this guy unused, and remove it.Kohei Yoshida3-195/+6
2013-07-30Nobody uses this method now. Chuck it.Kohei Yoshida2-110/+0
2013-07-30Let's not use numerical magic numbers. Prefer enum.Kohei Yoshida5-62/+37
2013-07-30Remove unused parameters to clean it up a bit.Kohei Yoshida10-27/+20
2013-07-30Re-implement sheet reference adjustment on sheet move.Kohei Yoshida4-23/+136
2013-07-30Re-work reference update on sheet insertion & fix one bug on sheet deletion.Kohei Yoshida5-39/+109
2013-07-30More on removing direct access to reference position members.Kohei Yoshida11-102/+124
2013-07-29fdo#67274 Always embed images from gallerySamuel Mehrbrodt1-6/+0
2013-07-28move global string to globstr fileLionel Elie Mamane5-8/+9
2013-07-28fdo#66477 Add correlation and covariance to Calc.Tomaž Vajngerl23-4/+616
2013-07-27DamnitKohei Yoshida1-2/+0
2013-07-27Remove debug stuff.Kohei Yoshida1-43/+0
2013-07-27fdo#64423: Detect BIFF 2 (and 3) file format like we should.Kohei Yoshida2-4/+59
2013-07-27fdo#61201: Add test for OFFSET used with external single reference.Kohei Yoshida1-0/+14
2013-07-27fdo#61201: Don't forget to calculate row offset for external single ref.Kohei Yoshida1-0/+1
2013-07-27Revert "SfxStyleSheetBasePool: remove internal iterator"Michael Stahl2-14/+7
2013-07-27SfxStyleSheetBasePool: remove internal iteratorMichael Stahl2-7/+14