summaryrefslogtreecommitdiffstats
path: root/sc/inc/compiler.hxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedfields in scNoel Grandin2015-11-231-14/+0
* rename FormulaToken HasForceArray to IsInForceArrayEike Rathke2015-11-181-2/+2
* -Werror,-Winconsistent-missing-overrideStephan Bergmann2015-11-161-1/+1
* Resolves: tdf#95670 propagate ForceArray per parameterEike Rathke2015-11-161-0/+2
* com::sun::star->css in scNoel Grandin2015-10-281-7/+6
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-20/+20
* loplugin:unusedmethods scripting,scNoel Grandin2015-07-221-5/+0
* in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke2015-06-231-1/+1
* remove unused code; bMapDupToInternal in struct AddInMapWinfried Donkers2015-05-071-1/+0
* const all CreateString... FormulaToken*Eike Rathke2015-04-181-5/+5
* TableRef: correct GetToken() logicEike Rathke2015-04-091-0/+3
* TableRef: lookup column specifierEike Rathke2015-04-091-0/+1
* TableRef: parse item specifiersEike Rathke2015-03-121-0/+2
* add TableRef stackEike Rathke2015-03-111-0/+8
* add Item enum to ScTableRefTokenEike Rathke2015-03-051-1/+3
* use ScTableRefToken in ScRawToken::CreateToken()Eike Rathke2015-03-051-0/+3
* add HandleTableRef()Eike Rathke2015-03-051-0/+1
* rename confusing HandleSingleRef() to more appropriate HandleColRowName()Eike Rathke2015-03-051-1/+1
* tdf#89330 preserve file name case in an unresolvable external named rangeJan Kantert2015-02-131-1/+1
* 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