summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/compiler.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-05-14Update the method comment and add assertion per what the comment says.Kohei Yoshida1-0/+1
2014-05-14Use "stop on error" concept rather than "ignore error if true".Kohei Yoshida1-0/+6
2014-05-14Introduce a new boolean flag and use it in lieu of bCompileForFAP.Kohei Yoshida1-3/+3
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-23coverity#708017 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-04-23coverity#708016 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-10/+0
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-27/+27
2014-02-28fdo#75053: Adjust reference update on shift for formula groups.Kohei Yoshida1-2/+2
2014-02-24fdo#75304: Set external reference info to ScCompiler.Kohei Yoshida1-9/+5
2014-02-23coverity#706826 Uncaught exceptionCaolán McNamara1-4/+11
2014-02-15fdo#74512: Fix the ODS export as well.Kohei Yoshida1-0/+1
2014-02-10coverity#1130442 Dereference before null checkCaolán McNamara1-1/+1
2014-02-09coverity#1169843 Dereference before null checkCaolán McNamara1-1/+1
2014-02-08fdo#74512: Generate escaped sheet names after the grammer is set.Kohei Yoshida1-20/+8
2014-02-04Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().Kohei Yoshida1-6/+6
2014-02-04More places to cover pre-compiled sheet names.Kohei Yoshida1-0/+18
2014-02-04Pre-compile all compiler-ready sheet names to avoid doing it repeatedly.Kohei Yoshida1-0/+18
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-9/+8
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-17Follow-up (micro-?)optimisationTor Lillqvist1-5/+15
2014-01-17Avoid some global statics that drag in lots of code in the static linking caseTor Lillqvist1-23/+14
2013-12-28don't create and destroy SvtMiscOptions here unless its needed.Michael Meeks1-3/+2
2013-12-20We have these _xlfn. and _xlfnodf. internal prefixes. Check for __.Kohei Yoshida1-1/+9
2013-12-20Add internal cell function __DEBUG_VAR to sniff arbitrary internal state.Kohei Yoshida1-2/+2
2013-12-12remove unnecessary castsNoel Grandin1-3/+3
2013-12-02in .xlsx import append a parameter for CEILING, FLOOR and WEEKNUM againEike Rathke1-17/+39
2013-12-02release SolarMutex after successful tryToAcquire()Eike Rathke1-1/+5
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin1-2/+2
2013-11-18Avoid passing the external ref manager pointer to make it re-entrant.Kohei Yoshida1-98/+74
2013-11-18Try not to pass ScCompiler as a parameter.Kohei Yoshida1-24/+24
2013-11-18EncodeUrlMode always set to "by grammer". Remove it.Kohei Yoshida1-45/+6
2013-11-18Let's have makeRefStr() take individual parameters again.Kohei Yoshida1-41/+58
2013-11-18Pre-quote sheet names to avoid doing it every single time.Kohei Yoshida1-7/+0
2013-11-18We don't need this any more.Kohei Yoshida1-56/+11
2013-11-18Have makeRefStr() accept a context object rather than individual params.Kohei Yoshida1-43/+45
2013-11-14Create string from token array directly from ScTokenArray. Still WIP.Kohei Yoshida1-80/+111
2013-11-14Identify methods that don't modify internal state and mark them const.Kohei Yoshida1-10/+10
2013-11-14workaround to prevent deadlock in obtaining Basic during threaded importEike Rathke1-0/+13
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-58/+58
2013-11-11convert STRING_NOTFOUND in sc moduleNoel Grandin1-12/+12
2013-11-06Allow non-pooled instance of SvNumberFormatter inside ScCompiler.Kohei Yoshida1-29/+33
2013-11-06Guard cache access with mutex & a new method just to check for range name.Kohei Yoshida1-1/+1
2013-11-06don't access beyond end of stringCaolán McNamara1-1/+1
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-3/+3
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-6/+4
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-4/+3
2013-10-24more string bounds checks for scCaolán McNamara1-2/+2