summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/tokstack.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-08-24loplugin:returnconstval in sal..scNoel Grandin1-12/+12
2019-01-16use unique_ptr in scNoel Grandin1-9/+6
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen1-2/+0
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-10do not needlessly create ScTokenArray copies in Calc input filtersLuboš Luňák1-7/+5
2018-10-03loplugin:mergeclass merge ScFullMatrix into ScMatrixNoel Grandin1-1/+1
2018-09-11tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[n-w]*Gabor Kelemen1-0/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-12loplugin:useuniqueptr in TokenPoolNoel Grandin1-3/+1
2018-02-05Translate German variable namesJohnny_M1-99/+99
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-3/+3
2017-12-01ofz: guard against binary crap argument counts and ID/OpCode generationEike Rathke1-37/+42
2017-10-31loplugin:constantparam in scNoel Grandin1-4/+4
2017-10-23loplugin:includeform: scStephan Bergmann1-4/+4
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-4/+4
2017-08-04rename Anz->Cnt in scNoel Grandin1-7/+7
2017-07-13improve useuniqueptr loplugin to find arraysNoel Grandin1-24/+14
2017-07-04extract common code in TokenPool into templateNoel Grandin1-244/+65
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-1/+1
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin1-2/+1
2017-01-07coverity#735796 Explicit null dereferencedCaolán McNamara1-0/+1
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin1-5/+1
2016-09-10loplugin:constantparam in scNoel Grandin1-1/+2
2016-06-14intern SharedStringEike Rathke1-5/+3
2016-06-14explicit svl::SharedString(const OUString&) ctorEike Rathke1-3/+5
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke1-4/+4
2016-03-13fix memory leak in array xls importMarkus Mohrhard1-5/+14
2016-03-12declare variable when we use itMarkus Mohrhard1-3/+1
2015-11-24sc: Introduce Abstract Base Class for ScMatrix, for a future rework.Jan Holesovsky1-1/+1
2015-11-10Missing includesAshod Nakashian1-0/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-12/+12
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-05-22Remove include stdio (part5)Julien Nabet1-2/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-9/+9
2014-10-29tools: remove DBG_ERRORFILE and replace all callersMichael Stahl1-5/+5
2014-10-28loplugin: cstylecastNoel Grandin1-26/+26
2014-10-01fdo#39468 Translate German Comments - sc/source/filter/excel/Christian M. Heller1-34/+33
2014-06-25remove whitespaceMarkus Mohrhard1-36/+0
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida1-4/+7
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-14sal_Bool->boolNoel Grandin1-1/+1
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-04convert sc/source/filter/inc/tokstack.hxx from String to OUStringNoel Grandin1-12/+12
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-28WaE: equality comparison with extraneous parenthesesTor Lillqvist1-1/+1
2012-07-27tabs to spacesEike Rathke1-32/+32
2012-07-27added back a missing elseEike Rathke1-1/+2