summaryrefslogtreecommitdiff
path: root/sc/inc/compiler.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-28com::sun::star->css in scNoel Grandin1-7/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-20/+20
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-5/+0
2015-06-23in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke1-1/+1
2015-05-07remove unused code; bMapDupToInternal in struct AddInMapWinfried Donkers1-1/+0
2015-04-18const all CreateString... FormulaToken*Eike Rathke1-5/+5
2015-04-09TableRef: correct GetToken() logicEike Rathke1-0/+3
2015-04-09TableRef: lookup column specifierEike Rathke1-0/+1
2015-03-12TableRef: parse item specifiersEike Rathke1-0/+2
2015-03-11add TableRef stackEike Rathke1-0/+8
2015-03-05add Item enum to ScTableRefTokenEike Rathke1-1/+3
2015-03-05use ScTableRefToken in ScRawToken::CreateToken()Eike Rathke1-0/+3
2015-03-05add HandleTableRef()Eike Rathke1-0/+1
2015-03-05rename confusing HandleSingleRef() to more appropriate HandleColRowName()Eike Rathke1-1/+1
2015-02-13tdf#89330 preserve file name case in an unresolvable external named rangeJan Kantert1-1/+1
2014-11-16callcatcher: update unused codeCaolán McNamara1-1/+0
2014-11-15remove unused code in ScRawTokenNoel Grandin1-28/+4
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-08-11write OOXML externalReferences, externalLinks, fdo#45286Eike Rathke1-3/+4
2014-05-21Avoid unnecessary cloning of ScRawToken during token check.Kohei Yoshida1-1/+1
2014-05-21ODS load perf: 7% of the time re-creating sheet name strings.Michael Meeks1-1/+3
2014-05-14Update the method comment and add assertion per what the comment says.Kohei Yoshida1-2/+3
2014-05-14Use "stop on error" concept rather than "ignore error if true".Kohei Yoshida1-2/+1
2014-05-11fix-includes.pl: scThomas Arnhold1-2/+2
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-19/+19
2014-02-24fdo#75304: Set external reference info to ScCompiler.Kohei Yoshida1-5/+5
2014-02-04Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().Kohei Yoshida1-1/+1
2014-02-04More places to cover pre-compiled sheet names.Kohei Yoshida1-0/+2
2014-02-04Pre-compile all compiler-ready sheet names to avoid doing it repeatedly.Kohei Yoshida1-0/+8
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-4/+4
2014-01-17Avoid some global statics that drag in lots of code in the static linking caseTor Lillqvist1-6/+0
2013-11-18Avoid passing the external ref manager pointer to make it re-entrant.Kohei Yoshida1-7/+8
2013-11-18Try not to pass ScCompiler as a parameter.Kohei Yoshida1-2/+2
2013-11-18EncodeUrlMode always set to "by grammer". Remove it.Kohei Yoshida1-9/+1
2013-11-18Let's have makeRefStr() take individual parameters again.Kohei Yoshida1-8/+5
2013-11-18Have makeRefStr() accept a context object rather than individual params.Kohei Yoshida1-2/+10
2013-11-14Create string from token array directly from ScTokenArray. Still WIP.Kohei Yoshida1-4/+7
2013-11-14Identify methods that don't modify internal state and mark them const.Kohei Yoshida1-6/+6
2013-11-11convert STRING_NOTFOUND in sc moduleNoel Grandin1-2/+2
2013-11-06Allow non-pooled instance of SvNumberFormatter inside ScCompiler.Kohei Yoshida1-0/+3
2013-11-06Check all call sites of CompileString() and make sure we don't leak.Kohei Yoshida1-1/+8
2013-10-11Fix VLOOKUP calculation when the matching value is literal string.Kohei Yoshida1-1/+5
2013-10-08convert sc/inc/compiler.hxx from String to OUStringNoel Grandin1-20/+20
2013-10-03de-GetBuffer calcCaolán McNamara1-6/+6
2013-09-30Related: fdo#38838 remove UniString::SearchAsciiCaolán McNamara1-1/+1
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-1/+1
2013-09-17convert the resust of include/formula/FormulaCompiler.hxx to OUStringNoel Grandin1-2/+2
2013-09-17convert aCorrectedFormula in formula::FormulaCompiler to OUStringNoel Grandin1-1/+1