summaryrefslogtreecommitdiff
path: root/sc/inc/compiler.hxx
AgeCommit message (Expand)Author
2015-11-24Resolves: tdf#95670 propagate ForceArray per parameterEike Rathke
2015-02-13tdf#89330 preserve file name case in an unresolvable external named rangeJan Kantert
2014-11-16callcatcher: update unused codeCaolán McNamara
2014-11-15remove unused code in ScRawTokenNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-08-11write OOXML externalReferences, externalLinks, fdo#45286Eike Rathke
2014-05-21Avoid unnecessary cloning of ScRawToken during token check.Kohei Yoshida
2014-05-21ODS load perf: 7% of the time re-creating sheet name strings.Michael Meeks
2014-05-14Update the method comment and add assertion per what the comment says.Kohei Yoshida
2014-05-14Use "stop on error" concept rather than "ignore error if true".Kohei Yoshida
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-24fdo#75304: Set external reference info to ScCompiler.Kohei Yoshida
2014-02-04Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().Kohei Yoshida
2014-02-04More places to cover pre-compiled sheet names.Kohei Yoshida
2014-02-04Pre-compile all compiler-ready sheet names to avoid doing it repeatedly.Kohei Yoshida
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2014-01-17Avoid some global statics that drag in lots of code in the static linking caseTor Lillqvist
2013-11-18Avoid passing the external ref manager pointer to make it re-entrant.Kohei Yoshida
2013-11-18Try not to pass ScCompiler as a parameter.Kohei Yoshida
2013-11-18EncodeUrlMode always set to "by grammer". Remove it.Kohei Yoshida
2013-11-18Let's have makeRefStr() take individual parameters again.Kohei Yoshida
2013-11-18Have makeRefStr() accept a context object rather than individual params.Kohei Yoshida
2013-11-14Create string from token array directly from ScTokenArray. Still WIP.Kohei Yoshida
2013-11-14Identify methods that don't modify internal state and mark them const.Kohei Yoshida
2013-11-11convert STRING_NOTFOUND in sc moduleNoel Grandin
2013-11-06Allow non-pooled instance of SvNumberFormatter inside ScCompiler.Kohei Yoshida
2013-11-06Check all call sites of CompileString() and make sure we don't leak.Kohei Yoshida
2013-10-11Fix VLOOKUP calculation when the matching value is literal string.Kohei Yoshida
2013-10-08convert sc/inc/compiler.hxx from String to OUStringNoel Grandin
2013-10-03de-GetBuffer calcCaolán McNamara
2013-09-30Related: fdo#38838 remove UniString::SearchAsciiCaolán McNamara
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-17convert the resust of include/formula/FormulaCompiler.hxx to OUStringNoel Grandin
2013-09-17convert aCorrectedFormula in formula::FormulaCompiler to OUStringNoel Grandin
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard
2013-09-04Remove more unused methodsMarcos Paulo de Souza
2013-08-31fdo#62475 removed pointless commentsJelle van der Waa
2013-07-31Avoid having these fat inline methods.Kohei Yoshida
2013-07-30These methods are now unused. Chuck them.Kohei Yoshida
2013-07-30These methods are now unused.Kohei Yoshida
2013-07-30More on removing unused methods after some adjustments.Kohei Yoshida
2013-07-30Make this guy unused, and remove it.Kohei Yoshida
2013-07-30Nobody uses this method now. Chuck it.Kohei Yoshida
2013-07-24Remove the current shared formula bits.Kohei Yoshida
2013-07-24Add test for formula tokenization and back.Kohei Yoshida
2013-07-02resolved fdo#35411 redefined MAXCODE 512 to FORMULA_MAXTOKENS 8192Eike Rathke
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák