summaryrefslogtreecommitdiff
path: root/sc/source/filter/lotus
AgeCommit message (Expand)AuthorFilesLines
2014-05-02Avoid possible memory leaks in case of exceptionsTakeshi Abe1-5/+4
2014-04-23sc: sal_Bool->boolNoel Grandin8-18/+18
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida3-5/+7
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann2-3/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard5-14/+0
2014-04-04coverity#708053 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-04-04coverity#708046 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-04-01coverity#704264 Logically dead codeCaolán McNamara1-11/+0
2014-03-28coverity#735461 Dead default in switchCaolán McNamara1-1/+0
2014-03-28coverity#735462 Dead default in switchCaolán McNamara1-8/+0
2014-03-24coverity#708051 Uninitialized scalar fieldCaolán McNamara1-7/+7
2014-03-24Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-14/+11
2014-03-15coverity#735797 Explicit null dereferencedCaolán McNamara1-0/+3
2014-03-04fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida1-1/+1
2014-03-03Remove visual noise from scAlexander Wilms1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms3-121/+117
2014-02-15fdo#63154 Remove unused solar.h reference in sc.Alexandre Vicenzi3-53/+4
2014-02-14sal_Bool->boolNoel Grandin1-2/+2
2014-02-14sal_Bool->boolNoel Grandin1-1/+1
2014-02-14sal_Bool->boolNoel Grandin2-2/+2
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin3-36/+36
2014-01-28bool improvementsStephan Bergmann2-5/+5
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin1-33/+33
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-33/+34
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin1-34/+33
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString constructorNoel Grandin1-2/+2
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida2-3/+3
2013-10-21drop CharSet typedefCaolán McNamara5-10/+10
2013-10-18convert remaining String in SC to OUStringNoel Grandin4-14/+15
2013-10-13Drop unused typedefs and #includesTakeshi Abe1-1/+0
2013-10-04convert sc/source/filter/inc/lot*.hxx from String to OUStringNoel Grandin2-5/+5
2013-10-04covnert sc/source/filter/inc/namebuff.hxx from String to OUStringNoel Grandin1-3/+3
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara2-4/+3
2013-07-30More on the ref object.Kohei Yoshida1-3/+2
2013-07-30More of the same.Kohei Yoshida1-7/+8
2013-07-30More on removing direct access to reference position members.Kohei Yoshida2-7/+3
2013-07-24Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida1-10/+8
2013-07-24More on removing CalcRelFromAbs().Kohei Yoshida1-8/+2
2013-07-24More on replacing CalcAbsIfRel() with toAbs().Kohei Yoshida1-3/+0
2013-07-08-Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann1-2/+2
2013-05-03no longer needed CREATE_STRING macroMiklos Vajna1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-9/+9
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida2-2/+2
2013-03-22More on PutCell() avoidance.Kohei Yoshida1-3/+5
2013-03-22More on reducing use of ScDocument::PutCell().Kohei Yoshida1-17/+14
2013-03-22More on reducing the use of ScDocument::PutCell().Kohei Yoshida1-19/+26
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2013-01-01remove use of #pragma optimizeLuboš Luňák1-4/+0
2012-12-04re-base on ALv2 code. Includes:Michael Meeks8-184/+112