summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/tokenstringcontext.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-09-17base-class formula::FormulaCompiler is sufficient hereCaolán McNamara1-1/+1
2020-09-17TokenStringContext never called with a null ScDocument*Caolán McNamara1-10/+7
2020-09-13CompileFormulaContext never constructed with a null ScDocumentCaolán McNamara1-5/+5
2020-07-29loplugin:flatten in sc/core/toolNoel Grandin1-11/+11
2019-01-31Simplify containers iterations in sc/source/core/[o-t]*Arkadiy Illarionov1-13/+7
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-1/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-6/+6
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-4/+2
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-2/+2
2016-05-10assert OpCodeMap and fallback-init maErrRefEike Rathke1-0/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-06sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-3/+2
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-3/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-8/+0
2014-02-15fdo#74512: Fix the ODS export as well.Kohei Yoshida1-0/+6
2014-02-09coverity#1169844 Dereference before null checkCaolán McNamara1-3/+0
2014-02-04We can infer current grammar from the document.Kohei Yoshida1-2/+2
2014-02-04Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().Kohei Yoshida1-2/+30
2014-02-04Pre-compile all compiler-ready sheet names to avoid doing it repeatedly.Kohei Yoshida1-0/+15
2013-11-18Handle external reference bits too. This is the last missing piece.Kohei Yoshida1-0/+17
2013-11-18Handle sheet-local range names too.Kohei Yoshida1-27/+53
2013-11-18Handle named database ranges in CreateString().Kohei Yoshida1-0/+16
2013-11-18Pre-quote sheet names to avoid doing it every single time.Kohei Yoshida1-0/+6
2013-11-18Handle global range names and use CreateString() during xlsx import.Kohei Yoshida1-1/+17
2013-11-14Create string from token array directly from ScTokenArray. Still WIP.Kohei Yoshida1-0/+29