summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-31WaE: unused variablesFridrich Štrba1-2/+0
2013-07-31WaE: unused variable 'pDoc'Tor Lillqvist1-1/+0
2013-07-31Convert utf-8 bytes to \xNN hex representationTor Lillqvist5-61/+61
2013-07-31license updateSiqi LIU25-156/+191
2013-07-31Work around MSVC "may be uninitialized" warningsStephan Bergmann1-22/+26
2013-07-31String to OUStringMatteo Casalin11-206/+213
2013-07-31Do not use deprecated comphelper::string::getTokenMatteo Casalin1-12/+6
2013-07-31String to OUStringMatteo Casalin13-122/+115
2013-07-31unit ( slowcheck ) test for fdo#67547Noel Power2-0/+40
2013-07-31Revert "fdo#66246 fdo#66395 BOM for MSVC with UTF-8 unfriendly codepage"Fridrich Štrba5-5/+5
2013-07-31Add parameters to char/varchar in getTypeInfo. (firebird-sdbc)Andrzej J.R. Hunt1-2/+9
2013-07-31fdo#66246 fdo#66395 BOM for MSVC with UTF-8 unfriendly codepageIsamu Mogi5-5/+5
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