summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* minor tweaks to existing unittestsLionel Elie Mamane2013-08-031-2/+2
* modern .ui widgetlayout for validateCsikós Tamás2013-08-036-81/+167
* Fix subtotal functions in the status bar.Kohei Yoshida2013-08-021-1/+1
* Add a test that currently fails. We need to fix this bug.Kohei Yoshida2013-08-023-1/+65
* fdo#67684: Store imported text style entries, else they won't get exported.Kohei Yoshida2013-08-021-0/+5
* Ensure that we import a value of 0 correctly.Kohei Yoshida2013-08-022-0/+7
* fdo#67099: Don't use edit engine for a single unformatted paragraph.Kohei Yoshida2013-08-022-8/+35
* fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida2013-08-029-212/+404
* remove last uses of XubString in scCaolán McNamara2013-08-024-23/+23
* no need for dynamic array of XubStringsCaolán McNamara2013-08-024-29/+21
* fdo#67489: Add test for this.Kohei Yoshida2013-08-012-0/+36
* attempt blind fix of Macos compile errorNoel Power2013-08-011-1/+1
* unit test for fdo#64753 ( import/export of sheetprotection )Noel Power2013-08-012-0/+32
* 2nd step to export SheetProtection fdo#64753, actually export the dataNoel Power2013-08-013-0/+57
* 1st step fix for exporting SheetProtection fdo#64753 is to import correctlyNoel Power2013-08-011-6/+29
* fdo#67621: Delay populating the ranges until the dialog is shown.Kohei Yoshida2013-08-012-5/+15
* Fix reference update on range references in named expressions.Kohei Yoshida2013-07-312-6/+34
* Add test on updating references in named range.Kohei Yoshida2013-07-311-0/+18
* Avoid having these fat inline methods.Kohei Yoshida2013-07-312-52/+60
* Revert "WaE: unused variables"Fridrich Štrba2013-07-311-0/+2
* WaE: unused variablesFridrich Štrba2013-07-311-2/+0
* WaE: unused variable 'pDoc'Tor Lillqvist2013-07-311-1/+0
* unit ( slowcheck ) test for fdo#67547Noel Power2013-07-312-0/+40
* if-0-ing the whole else branchFridrich Štrba2013-07-311-2/+2
* Fix errors: no members 'Ref1' or 'Ref2' in 'ScRange'Tor Lillqvist2013-07-311-0/+2
* Fix error: 'nTab' is a private member of 'ScAddress'Tor Lillqvist2013-07-311-1/+1
* WaE: Unused private fieldsTor Lillqvist2013-07-311-4/+0
* Temporarily disable failing macro test. I'm not sure exactly what fails.Kohei Yoshida2013-07-311-0/+2
* Now the reference object no longer stores both absolute and relative.Kohei Yoshida2013-07-302-55/+39
* Clean this up a bit.Kohei Yoshida2013-07-301-12/+12
* Now nobody accesses reference members directly. Make them private.Kohei Yoshida2013-07-3020-239/+218
* More on avoiding direct access to reference data members.Kohei Yoshida2013-07-301-10/+12
* These methods are now unused. Chuck them.Kohei Yoshida2013-07-304-512/+0
* Rework reference update in conditional formatting and cell validation.Kohei Yoshida2013-07-3014-251/+324
* Adjust named range references on sheet move.Kohei Yoshida2013-07-3015-81/+115
* Update range names on sheet deletion.Kohei Yoshida2013-07-3015-57/+118
* A little more test.Kohei Yoshida2013-07-301-2/+5
* Handle named range update on sheet insertion.Kohei Yoshida2013-07-3015-77/+150
* These methods are now unused.Kohei Yoshida2013-07-302-95/+0
* More on getting named range update to work.Kohei Yoshida2013-07-3012-35/+146
* First cut on re-working reference update in named expressions.Kohei Yoshida2013-07-308-42/+171
* More of the same. Will this ever end, I'm starting to wonder...Kohei Yoshida2013-07-307-73/+67
* More on the ref object.Kohei Yoshida2013-07-308-78/+20
* Add test for exporting and importing of formula refs from xls format.Kohei Yoshida2013-07-304-42/+96
* Use correct sheet index values, to fix sheet name display issue.Kohei Yoshida2013-07-301-1/+1
* Organize the reference dumping code a bit.Kohei Yoshida2013-07-303-35/+29
* New xls file to write import/export test on. Test not written yet.Kohei Yoshida2013-07-301-0/+0
* More of the same.Kohei Yoshida2013-07-304-17/+19
* More on removing direct access to reference data members.Kohei Yoshida2013-07-305-37/+37
* Add test for exporting of chart to xls format.Kohei Yoshida2013-07-309-53/+180