summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/tokenstringcontext.cxx
AgeCommit message (Expand)AuthorFilesLines
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