summaryrefslogtreecommitdiff
path: root/sc/inc/tokenstringcontext.hxx
AgeCommit message (Expand)Author
2020-11-19tdf#123936 Formatting files in module sc with clang-formatPhilipp Hofer
2020-09-17TokenStringContext never called with a null ScDocument*Caolán McNamara
2020-09-13CompileFormulaContext never constructed with a null ScDocumentCaolán McNamara
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-06-25bnc#882595: Write test for this. Disabled due to VBA not working in cppunit.Kohei Yoshida
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-02-15fdo#74512: Fix the ODS export as well.Kohei Yoshida
2014-02-04We can infer current grammar from the document.Kohei Yoshida
2014-02-04Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().Kohei Yoshida
2014-02-04Pre-compile all compiler-ready sheet names to avoid doing it repeatedly.Kohei Yoshida
2013-11-18Handle external reference bits too. This is the last missing piece.Kohei Yoshida
2013-11-18Handle sheet-local range names too.Kohei Yoshida
2013-11-18Handle named database ranges in CreateString().Kohei Yoshida
2013-11-18Handle global range names and use CreateString() during xlsx import.Kohei Yoshida
2013-11-14Create string from token array directly from ScTokenArray. Still WIP.Kohei Yoshida