summaryrefslogtreecommitdiff
path: root/sc/inc/tokenstringcontext.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-4/+4
2014-06-25bnc#882595: Write test for this. Disabled due to VBA not working in cppunit.Kohei Yoshida1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-2/+2
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-02-15fdo#74512: Fix the ODS export as well.Kohei Yoshida1-0/+1
2014-02-04We can infer current grammar from the document.Kohei Yoshida1-1/+1
2014-02-04Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().Kohei Yoshida1-1/+11
2014-02-04Pre-compile all compiler-ready sheet names to avoid doing it repeatedly.Kohei Yoshida1-0/+9
2013-11-18Handle external reference bits too. This is the last missing piece.Kohei Yoshida1-0/+4
2013-11-18Handle sheet-local range names too.Kohei Yoshida1-0/+2
2013-11-18Handle named database ranges in CreateString().Kohei Yoshida1-0/+1
2013-11-18Handle global range names and use CreateString() during xlsx import.Kohei Yoshida1-2/+9
2013-11-14Create string from token array directly from ScTokenArray. Still WIP.Kohei Yoshida1-0/+39