summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/compiler.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-12/+12
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-11/+11
2014-10-23Turn static ScToken::ExtendRangeReference into free functionStephan Bergmann1-1/+1
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-1/+3
2014-10-04coverity#1242781 Unused ValueNorbert Thiebaud1-1/+0
2014-09-26add a RAII class that tries to acquire the SolarMutex and releases itMichael Stahl1-5/+2
2014-09-05parseExternalDocName() also for ConventionXL_A1::parseAnyToken(), fdo#83481Eike Rathke1-0/+2
2014-08-22out-of-bounds string accessEike Rathke1-1/+1
2014-08-21it's about time to write GOALSEEK as ODFF ORG.OPENOFFICE.GOALSEEKEike Rathke1-1/+2
2014-08-21write COLOR function with extension namespaceEike Rathke1-0/+1
2014-08-11document this makeExternalNameStr()Eike Rathke1-1/+6
2014-08-11write OOXML externalReferences, externalLinks, fdo#45286Eike Rathke1-17/+68
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-06-27loplugin:unreffun: also warn about unused function templatesStephan Bergmann1-15/+0
2014-05-26ODS load/save perf: re-use buffer while exporting tab names.Michael Meeks1-8/+5
2014-05-21Avoid unnecessary cloning of ScRawToken during token check.Kohei Yoshida1-72/+34
2014-05-21ODS load perf: 7% of the time re-creating sheet name strings.Michael Meeks1-6/+19
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