summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/namebuff.hxx
AgeCommit message (Expand)Author
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in filter/Noel Grandin
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin
2019-11-28merge LOTUS_ROOT into LotusContextNoel Grandin
2018-12-21loplugin:unusedfieldsNoel Grandin
2018-12-13loplugin:unusedfields in scNoel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2018-09-11tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[n-w]*Gabor Kelemen
2017-11-20ofz#4321 Direct-leakCaolán McNamara
2017-10-23loplugin:includeform: scStephan Bergmann
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-26fix useless assignJochen Nitschke
2017-01-26remove unused operatorsJochen Nitschke
2017-01-26NameBuffer is deadJochen Nitschke
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin
2016-11-08loplugin:unnecessaryvirtual in sc..scaddinsNoel Grandin
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin
2016-09-20loplugin:unusedfieldsNoel Grandin
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
2016-07-13loplugin:singlevalfields in sc(part3)Noel Grandin
2016-05-24loplugin:unusedmethods in scNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-07-22loplugin:unusedmethods scNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-06fdo#39468 Translate German Comments - sc/source/filter/inc/Christian M. Heller
2014-09-10refactor lotus wks importer to remove globalsCaolán McNamara
2014-06-25remove whitespaceMarkus Mohrhard
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-02-14sal_Bool->boolNoel Grandin
2013-12-04Never attempt to create formula groups based on Excel's shared formula ranges.Kohei Yoshida
2013-10-16CID#1103764 uninitialized scalar fieldCaolán McNamara
2013-10-04covnert sc/source/filter/inc/namebuff.hxx from String to OUStringNoel Grandin
2013-10-01Related: fdo#38838 remove UniString::AssignAsciiCaolán McNamara
2013-08-12Map shared formula from xls to formula groups, and share the tokens as well.Kohei Yoshida
2013-08-12Rename this to SharedFormulaBuffer, which is readable.Kohei Yoshida
2013-07-30More on the ref object.Kohei Yoshida
2013-03-16sc: translate some debug messagesThomas Arnhold
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-06-24rearranged forward declarations of classTakeshi Abe
2011-06-14ENTRY -> Entry. Let's not use all CAPS for class/struct names.Kohei Yoshida
2011-06-14Replace List with std::vector<ENTRY>.Rafael Dominguez
2011-06-14Replace List with std::vector<Cont>.Rafael Dominguez
2011-06-14Fixed incorrect boundary checks & simplified the code a bit.Kohei Yoshida
2011-06-14Replace List with std::vector<StringHashEntry*>.Rafael Dominguez
2011-05-27Follow-up of DBG_* removalJacek Wolszczak