summaryrefslogtreecommitdiffstats
path: root/sc/inc/compiler.hxx
Commit message (Expand)AuthorAgeFilesLines
* callcatcher: update unused codeCaolán McNamara2014-11-161-1/+0
* remove unused code in ScRawTokenNoel Grandin2014-11-151-28/+4
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-301-1/+1
* write OOXML externalReferences, externalLinks, fdo#45286Eike Rathke2014-08-111-3/+4
* Avoid unnecessary cloning of ScRawToken during token check.Kohei Yoshida2014-05-211-1/+1
* ODS load perf: 7% of the time re-creating sheet name strings.Michael Meeks2014-05-211-1/+3
* Update the method comment and add assertion per what the comment says.Kohei Yoshida2014-05-141-2/+3
* Use "stop on error" concept rather than "ignore error if true".Kohei Yoshida2014-05-141-2/+1
* fix-includes.pl: scThomas Arnhold2014-05-111-2/+2
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-19/+19
* fdo#75304: Set external reference info to ScCompiler.Kohei Yoshida2014-02-241-5/+5
* Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().Kohei Yoshida2014-02-041-1/+1
* More places to cover pre-compiled sheet names.Kohei Yoshida2014-02-041-0/+2
* Pre-compile all compiler-ready sheet names to avoid doing it repeatedly.Kohei Yoshida2014-02-041-0/+8
* xub_StrLen and tools/string.hxx final strawNorbert Thiebaud2014-02-031-4/+4
* Avoid some global statics that drag in lots of code in the static linking caseTor Lillqvist2014-01-171-6/+0
* Avoid passing the external ref manager pointer to make it re-entrant.Kohei Yoshida2013-11-181-7/+8
* Try not to pass ScCompiler as a parameter.Kohei Yoshida2013-11-181-2/+2
* EncodeUrlMode always set to "by grammer". Remove it.Kohei Yoshida2013-11-181-9/+1
* Let's have makeRefStr() take individual parameters again.Kohei Yoshida2013-11-181-8/+5
* Have makeRefStr() accept a context object rather than individual params.Kohei Yoshida2013-11-181-2/+10
* Create string from token array directly from ScTokenArray. Still WIP.Kohei Yoshida2013-11-141-4/+7
* Identify methods that don't modify internal state and mark them const.Kohei Yoshida2013-11-141-6/+6
* convert STRING_NOTFOUND in sc moduleNoel Grandin2013-11-111-2/+2
* Allow non-pooled instance of SvNumberFormatter inside ScCompiler.Kohei Yoshida2013-11-061-0/+3
* Check all call sites of CompileString() and make sure we don't leak.Kohei Yoshida2013-11-061-1/+8
* Fix VLOOKUP calculation when the matching value is literal string.Kohei Yoshida2013-10-111-1/+5
* convert sc/inc/compiler.hxx from String to OUStringNoel Grandin2013-10-081-20/+20
* de-GetBuffer calcCaolán McNamara2013-10-031-6/+6
* Related: fdo#38838 remove UniString::SearchAsciiCaolán McNamara2013-09-301-1/+1
* Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara2013-09-251-1/+1
* convert the resust of include/formula/FormulaCompiler.hxx to OUStringNoel Grandin2013-09-171-2/+2
* convert aCorrectedFormula in formula::FormulaCompiler to OUStringNoel Grandin2013-09-171-1/+1
* iString to OUString in some calc core codeMarkus Mohrhard2013-09-071-3/+3
* Remove more unused methodsMarcos Paulo de Souza2013-09-041-12/+0
* fdo#62475 removed pointless commentsJelle van der Waa2013-08-311-4/+0
* Avoid having these fat inline methods.Kohei Yoshida2013-07-311-52/+8
* These methods are now unused. Chuck them.Kohei Yoshida2013-07-301-5/+0
* These methods are now unused.Kohei Yoshida2013-07-301-7/+0
* More on removing unused methods after some adjustments.Kohei Yoshida2013-07-301-8/+0
* Make this guy unused, and remove it.Kohei Yoshida2013-07-301-1/+0
* Nobody uses this method now. Chuck it.Kohei Yoshida2013-07-301-1/+0
* Remove the current shared formula bits.Kohei Yoshida2013-07-241-1/+1
* Add test for formula tokenization and back.Kohei Yoshida2013-07-241-2/+2
* resolved fdo#35411 redefined MAXCODE 512 to FORMULA_MAXTOKENS 8192Eike Rathke2013-07-021-3/+1
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-9/+9
* no need for the String version of this function anymoreMarkus Mohrhard2013-01-281-1/+0
* fdo#58531: Register cells with external references at compile time.Kohei Yoshida2013-01-101-0/+1