summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/compiler.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-09-07TableRef: finally support header-less table structured referencesEike Rathke1-23/+26
2015-09-07TableRef: SAL_WARN only if the fallback to cell lookup was successfulEike Rathke1-1/+4
2015-09-07TableRef: prefer internal table column name over header cell contentEike Rathke1-35/+37
2015-09-02TableRef: introduce ScDBDataPortion enumEike Rathke1-1/+1
2015-09-01TableRef: anywhere in ScDBData area, geez..Eike Rathke1-1/+1
2015-09-01TableRef: of course ScDBData at the referenced pos, not the formula posEike Rathke1-2/+2
2015-09-01TableRef: fall back to stored table column name if header cell is emptyEike Rathke1-0/+7
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-12rename confusing classesWinfried Donkers1-2/+2
2015-07-23TableRef: generate error for header-less column references, tdf#91278 relatedEike Rathke1-30/+48
2015-07-21Resolves: tdf#92448 check for numeric '.' only if sheet separator is '.'Eike Rathke1-1/+1
2015-07-08remove ScRange::Justify() and replace calls with PutInOrder()Eike Rathke1-1/+1
2015-06-26use ScComplexRefData::IsEntireCol() and IsEntireRow()Eike Rathke1-4/+4
2015-06-26tdf#44419 display entire column/row references as A:A/1:1Eike Rathke1-23/+65
2015-06-25tdf#44419 in second reference part stop number parsing at separatorEike Rathke1-0/+12
2015-06-25TableRef: ScCompiler::IsTableRefColumn() lookup column name in ScDBDataEike Rathke1-0/+16
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-2/+2
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann1-1/+1
2015-06-23in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke1-13/+45
2015-06-22TableRef: inherit RelName in generated reference if named expressionEike Rathke1-0/+13
2015-06-21TableRef: make ThisRow work in named expressionsEike Rathke1-6/+31
2015-06-21TableRef: sheet reference always absolute and 3DEike Rathke1-13/+2
2015-06-21TableRef: generated reference's column relativity follows column specifierEike Rathke1-3/+7
2015-06-21TableRef: column specifier is an absolute referenceEike Rathke1-3/+7
2015-06-15prepare ReplaceToken() to replace also in RPNEike Rathke1-1/+2
2015-06-12copypasta error, tdf#69552 follow-upEike Rathke1-1/+1
2015-06-11tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers1-5/+9
2015-06-02fdo#39468 Translate German Comments - sc/source/core/tool/ #1Christian M. Heller1-21/+21
2015-05-22Remove include stdio (part5)Julien Nabet1-1/+0
2015-05-05loplugin:staticmethodsNoel Grandin1-9/+9
2015-04-30simplify logic and less comparisons, fdo#69552 follow-upEike Rathke1-14/+11
2015-04-29fdo#69552 [part 1] make calc functions CEILING comply with ODF1.2Winfried Donkers1-8/+15
2015-04-29tdf#56036: allow calc compiler treat tabs and newlines as spacersMike Kaganski1-0/+9
2015-04-24TableRef: centralized FormulaCompiler::NeedsTableRefTransformation()Eike Rathke1-1/+1
2015-04-23ensure pArr existsEike Rathke1-1/+1
2015-04-23TableRef: doubleref is not possible as one column specifierEike Rathke1-6/+1
2015-04-23TableRef: proper unescapeTableRefColumnSpecifier()Eike Rathke1-2/+31
2015-04-23TableRef: create column specifier string from singlerefEike Rathke1-0/+35
2015-04-23loplugin:staticmethodsNoel Grandin1-3/+1
2015-04-21TableRef: relative sheet reference if table is on same sheetEike Rathke1-0/+9
2015-04-18TableRef: set 3D flag if table is on different sheetEike Rathke1-0/+4
2015-04-18TableRef: transform to reference if not supported, i.e. for ODFFEike Rathke1-1/+40
2015-04-18const all CreateString... FormulaToken*Eike Rathke1-7/+6
2015-04-18TableRef: scan any column specifierEike Rathke1-1/+27
2015-04-18TableRef: activate for OOXML importEike Rathke1-24/+14
2015-04-17TableRef: handle unresolved column specifiersEike Rathke1-10/+18
2015-04-17TableRef: use relative references where appropriateEike Rathke1-0/+12
2015-04-17TableRef: differentiate between cell and range referenceEike Rathke1-4/+14
2015-04-17TableRef: use errNoRef error token instead of setting compiler errorEike Rathke1-2/+2
2015-04-17TableRef: add the resulting area to ScTableRefTokenEike Rathke1-1/+1