summaryrefslogtreecommitdiffstats
path: root/sc/source/core/tool/tokenstringcontext.cxx
Commit message (Expand)AuthorAgeFilesLines
* Handle external reference bits too. This is the last missing piece.Kohei Yoshida2013-11-181-0/+17
* Handle sheet-local range names too.Kohei Yoshida2013-11-181-27/+53
* Handle named database ranges in CreateString().Kohei Yoshida2013-11-181-0/+16
* Pre-quote sheet names to avoid doing it every single time.Kohei Yoshida2013-11-181-0/+6
* Handle global range names and use CreateString() during xlsx import.Kohei Yoshida2013-11-181-1/+17
* Create string from token array directly from ScTokenArray. Still WIP.Kohei Yoshida2013-11-141-0/+29