summaryrefslogtreecommitdiffstats
path: root/sc/inc/tokenstringcontext.hxx
Commit message (Expand)AuthorAgeFilesLines
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-031-4/+4
* bnc#882595: Write test for this. Disabled due to VBA not working in cppunit.Kohei Yoshida2014-06-251-1/+1
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-1/+1
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-2/+2
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
* fdo#74512: Fix the ODS export as well.Kohei Yoshida2014-02-151-0/+1
* We can infer current grammar from the document.Kohei Yoshida2014-02-041-1/+1
* Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().Kohei Yoshida2014-02-041-1/+11
* Pre-compile all compiler-ready sheet names to avoid doing it repeatedly.Kohei Yoshida2014-02-041-0/+9
* Handle external reference bits too. This is the last missing piece.Kohei Yoshida2013-11-181-0/+4
* Handle sheet-local range names too.Kohei Yoshida2013-11-181-0/+2
* Handle named database ranges in CreateString().Kohei Yoshida2013-11-181-0/+1
* Handle global range names and use CreateString() during xlsx import.Kohei Yoshida2013-11-181-2/+9
* Create string from token array directly from ScTokenArray. Still WIP.Kohei Yoshida2013-11-141-0/+39