summaryrefslogtreecommitdiffstats
path: root/sc/source/core/tool/tokenstringcontext.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Handle external reference bits too. This is the last missing piece.Kohei Yoshida2013-11-181-0/+17
| | | | Change-Id: Ib1dd18bb5a8d70c53722ac91e2340d05bbc7798a
* Handle sheet-local range names too.Kohei Yoshida2013-11-181-27/+53
| | | | Change-Id: Ib1503c3b69d77946b4437bdc0e1bfa5ebacbb602
* Handle named database ranges in CreateString().Kohei Yoshida2013-11-181-0/+16
| | | | Change-Id: I6904b9de0f7d711252797bb2e33ba4c462476b2d
* Pre-quote sheet names to avoid doing it every single time.Kohei Yoshida2013-11-181-0/+6
| | | | Change-Id: Ib103ca22bf59c334945c0462588610899a0acfaa
* Handle global range names and use CreateString() during xlsx import.Kohei Yoshida2013-11-181-1/+17
| | | | | | This makes the load speed slightly faster. Change-Id: I64e4d4b8c42a68577350539f3812cafdc0433f96
* Create string from token array directly from ScTokenArray. Still WIP.Kohei Yoshida2013-11-141-0/+29
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