summaryrefslogtreecommitdiff
path: root/sc/source/filter/starcalc
AgeCommit message (Expand)Author
2016-10-31loplugin:countusersofdefaultparams in sc(part1)Noel Grandin
2016-10-13convert SvxPageUsage to scoped enumNoel Grandin
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-20Fix "ubsan: 9 is not a valid value for type ´SvxNumType´" once againStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-06-06sc: -Werror=unused-variableMichael Stahl
2016-06-06sc: StarCalc/DOS import: fix an endian issueMichael Stahl
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-08-29Formatting and bail-out early (to not re-format too much)Matteo Casalin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-07-23inline a handful of use-once #definesNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-22Remove include stdio (part5)Julien Nabet
2015-05-10cppcheck: uselessAssignmentPtrArgCaolán McNamara
2015-05-06SfxBoolItem takes a sal_uInt16 nWhich as first argumentStephan Bergmann
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
2015-02-14coverity#1242895 Untrusted loop boundCaolán McNamara
2015-02-12coverity#1242895 Untrusted loop boundCaolán McNamara
2015-02-08coverity#1242895 Untrusted loop boundCaolán McNamara
2015-02-04coverity#1242895 Untrusted loop boundCaolán McNamara
2015-02-02coverity#1242895 Untrusted loop boundCaolán McNamara
2014-12-15coverity#1242939 Untrusted loop boundCaolán McNamara
2014-12-12coverity#1242895 Untrusted loop boundCaolán McNamara
2014-12-11coverity#1242939 Untrusted value as argumentCaolán McNamara
2014-12-09coverity#1242895 Untrusted loop boundCaolán McNamara
2014-10-30fdo#39468 Translate German Comments - sc/source/filter/{lotus,starcalc,xml}Christian M. Heller
2014-10-28loplugin: cstylecastNoel Grandin
2014-10-25coverity#1242671 Untrusted value as argumentCaolán McNamara
2014-10-23coverity#1242599 Untrusted loop boundCaolán McNamara
2014-07-10Head cleanup - use forward declarations.Kohei Yoshida
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-11fix-includes.pl: scThomas Arnhold
2014-05-10coverity#984136 Uninitialized scalar fieldCaolán McNamara
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-22coverity#708056 Uninitialized scalar fieldCaolán McNamara
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-24Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe