summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/lotus
Commit message (Expand)AuthorAgeFilesLines
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-05-021-5/+4
* sc: sal_Bool->boolNoel Grandin2014-04-238-18/+18
* fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida2014-04-143-5/+7
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-142-3/+1
* whitespace cleanup in scMarkus Mohrhard2014-04-065-14/+0
* coverity#708053 Uninitialized scalar fieldCaolán McNamara2014-04-041-0/+1
* coverity#708046 Uninitialized scalar fieldCaolán McNamara2014-04-041-0/+1
* coverity#704264 Logically dead codeCaolán McNamara2014-04-011-11/+0
* coverity#735461 Dead default in switchCaolán McNamara2014-03-281-1/+0
* coverity#735462 Dead default in switchCaolán McNamara2014-03-281-8/+0
* coverity#708051 Uninitialized scalar fieldCaolán McNamara2014-03-241-7/+7
* Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2014-03-241-14/+11
* coverity#735797 Explicit null dereferencedCaolán McNamara2014-03-151-0/+3
* fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida2014-03-041-1/+1
* Remove visual noise from scAlexander Wilms2014-03-031-2/+2
* Remove unneccessary commentsAlexander Wilms2014-02-233-121/+117
* fdo#63154 Remove unused solar.h reference in sc.Alexandre Vicenzi2014-02-153-53/+4
* sal_Bool->boolNoel Grandin2014-02-141-2/+2
* sal_Bool->boolNoel Grandin2014-02-141-1/+1
* sal_Bool->boolNoel Grandin2014-02-142-2/+2
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-123-36/+36
* bool improvementsStephan Bergmann2014-01-282-5/+5
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin2013-11-211-33/+33
* Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin2013-11-201-33/+34
* remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin2013-11-201-34/+33
* remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin2013-11-201-2/+2
* Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida2013-11-062-3/+3
* drop CharSet typedefCaolán McNamara2013-10-215-10/+10
* convert remaining String in SC to OUStringNoel Grandin2013-10-184-14/+15
* Drop unused typedefs and #includesTakeshi Abe2013-10-131-1/+0
* convert sc/source/filter/inc/lot*.hxx from String to OUStringNoel Grandin2013-10-042-5/+5
* covnert sc/source/filter/inc/namebuff.hxx from String to OUStringNoel Grandin2013-10-041-3/+3
* Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara2013-09-252-4/+3
* More on the ref object.Kohei Yoshida2013-07-301-3/+2
* More of the same.Kohei Yoshida2013-07-301-7/+8
* More on removing direct access to reference position members.Kohei Yoshida2013-07-302-7/+3
* Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida2013-07-241-10/+8
* More on removing CalcRelFromAbs().Kohei Yoshida2013-07-241-8/+2
* More on replacing CalcAbsIfRel() with toAbs().Kohei Yoshida2013-07-241-3/+0
* -Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann2013-07-081-2/+2
* no longer needed CREATE_STRING macroMiklos Vajna2013-05-031-1/+1
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-072-9/+9
* Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida2013-03-282-2/+2
* More on PutCell() avoidance.Kohei Yoshida2013-03-221-3/+5
* More on reducing use of ScDocument::PutCell().Kohei Yoshida2013-03-221-17/+14
* More on reducing the use of ScDocument::PutCell().Kohei Yoshida2013-03-221-19/+26
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-1/+1
* Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida2013-02-121-1/+1
* remove use of #pragma optimizeLuboš Luňák2013-01-011-4/+0
* re-base on ALv2 code. Includes:Michael Meeks2012-12-048-184/+112