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