summaryrefslogtreecommitdiff
path: root/sc/inc/tokenstringcontext.hxx
AgeCommit message (Collapse)Author
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
Change-Id: I2c65709cda6f10810452dfb8aa1a247cb3a5564f
2014-06-25bnc#882595: Write test for this. Disabled due to VBA not working in cppunit.Kohei Yoshida
Change-Id: Ie70232e56235fcf5a313aadffa269ef843bdee18
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
2014-04-19fixincludeguards.sh: scThomas Arnhold
sorry, huge one...
2014-02-15fdo#74512: Fix the ODS export as well.Kohei Yoshida
Change-Id: I54a2b2f405f9172d2ec5646346ef4e8a7ae27cb2
2014-02-04We can infer current grammar from the document.Kohei Yoshida
Change-Id: Ia44bc612e9128adfc9be0d44ea8368215de950ba
2014-02-04Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().Kohei Yoshida
Also make some adjustment in order to handle formula cell's "temp grammar" correctly. Change-Id: I6fdd5c67bb95e4de90ea71db624c9610c1e2febf
2014-02-04Pre-compile all compiler-ready sheet names to avoid doing it repeatedly.Kohei Yoshida
This reduces the lag after updating range names especially with a large number of range names. Change-Id: Idbfa3b6447b693a566192828e7137b2aeaa0d1f5
2013-11-18Handle external reference bits too. This is the last missing piece.Kohei Yoshida
Change-Id: Ib1dd18bb5a8d70c53722ac91e2340d05bbc7798a
2013-11-18Handle sheet-local range names too.Kohei Yoshida
Change-Id: Ib1503c3b69d77946b4437bdc0e1bfa5ebacbb602
2013-11-18Handle named database ranges in CreateString().Kohei Yoshida
Change-Id: I6904b9de0f7d711252797bb2e33ba4c462476b2d
2013-11-18Handle global range names and use CreateString() during xlsx import.Kohei Yoshida
This makes the load speed slightly faster. Change-Id: I64e4d4b8c42a68577350539f3812cafdc0433f96
2013-11-14Create string from token array directly from ScTokenArray. Still WIP.Kohei Yoshida
And make it re-entrant for thread safety. This method should not modify the internal state of the token array object. The one with ScCompiler is not re-entrant. Still some way to go. Change-Id: I06de3637341727aef0963dddfb98527f415bf7fa