summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-07-31WaE: unused variablesFridrich Štrba
2013-07-31WaE: unused variable 'pDoc'Tor Lillqvist
2013-07-31unit ( slowcheck ) test for fdo#67547Noel Power
2013-07-31if-0-ing the whole else branchFridrich Štrba
2013-07-31Fix errors: no members 'Ref1' or 'Ref2' in 'ScRange'Tor Lillqvist
2013-07-31Fix error: 'nTab' is a private member of 'ScAddress'Tor Lillqvist
2013-07-31WaE: Unused private fieldsTor Lillqvist
2013-07-31Temporarily disable failing macro test. I'm not sure exactly what fails.Kohei Yoshida
2013-07-30Now the reference object no longer stores both absolute and relative.Kohei Yoshida
2013-07-30Clean this up a bit.Kohei Yoshida
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida
2013-07-30More on avoiding direct access to reference data members.Kohei Yoshida
2013-07-30These methods are now unused. Chuck them.Kohei Yoshida
2013-07-30Rework reference update in conditional formatting and cell validation.Kohei Yoshida
2013-07-30Adjust named range references on sheet move.Kohei Yoshida
2013-07-30Update range names on sheet deletion.Kohei Yoshida
2013-07-30A little more test.Kohei Yoshida
2013-07-30Handle named range update on sheet insertion.Kohei Yoshida
2013-07-30These methods are now unused.Kohei Yoshida
2013-07-30More on getting named range update to work.Kohei Yoshida
2013-07-30First cut on re-working reference update in named expressions.Kohei Yoshida
2013-07-30More of the same. Will this ever end, I'm starting to wonder...Kohei Yoshida
2013-07-30More on the ref object.Kohei Yoshida
2013-07-30Add test for exporting and importing of formula refs from xls format.Kohei Yoshida
2013-07-30Use correct sheet index values, to fix sheet name display issue.Kohei Yoshida
2013-07-30Organize the reference dumping code a bit.Kohei Yoshida
2013-07-30New xls file to write import/export test on. Test not written yet.Kohei Yoshida
2013-07-30More of the same.Kohei Yoshida
2013-07-30More on removing direct access to reference data members.Kohei Yoshida
2013-07-30Add test for exporting of chart to xls format.Kohei Yoshida
2013-07-30Add export test for exporting inline arrays to xls format.Kohei Yoshida
2013-07-30Fix exporting of array formulas to xls.Kohei Yoshida
2013-07-30More on avoiding direct access to data members.Kohei Yoshida
2013-07-30More on removing unused methods after some adjustments.Kohei Yoshida
2013-07-30Make this guy unused, and remove it.Kohei Yoshida
2013-07-30Nobody uses this method now. Chuck it.Kohei Yoshida
2013-07-30Let's not use numerical magic numbers. Prefer enum.Kohei Yoshida
2013-07-30Remove unused parameters to clean it up a bit.Kohei Yoshida
2013-07-30Re-implement sheet reference adjustment on sheet move.Kohei Yoshida
2013-07-30Re-work reference update on sheet insertion & fix one bug on sheet deletion.Kohei Yoshida
2013-07-30More on removing direct access to reference position members.Kohei Yoshida
2013-07-29fdo#67274 Always embed images from gallerySamuel Mehrbrodt
2013-07-28move global string to globstr fileLionel Elie Mamane
2013-07-28fdo#66477 Add correlation and covariance to Calc.Tomaž Vajngerl
2013-07-27DamnitKohei Yoshida
2013-07-27Remove debug stuff.Kohei Yoshida
2013-07-27fdo#64423: Detect BIFF 2 (and 3) file format like we should.Kohei Yoshida
2013-07-27fdo#61201: Add test for OFFSET used with external single reference.Kohei Yoshida
2013-07-27fdo#61201: Don't forget to calculate row offset for external single ref.Kohei Yoshida
2013-07-27Revert "SfxStyleSheetBasePool: remove internal iterator"Michael Stahl