summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/compiler.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-04-17this confuses me here, move it elsewhereEike Rathke1-5/+5
2015-04-09TableRef: correct GetToken() logicEike Rathke1-37/+42
2015-04-09TableRef: allow column specifier without itemEike Rathke1-10/+1
2015-04-09TableRef: lookup column specifierEike Rathke1-1/+59
2015-04-08TableRef: add pointers to documentationEike Rathke1-0/+8
2015-04-08TableRef: table name without items references data onlyEike Rathke1-0/+9
2015-04-08TableRef: match column header rows against DBrange first rowEike Rathke1-4/+5
2015-04-08TableRef: handle column rangeEike Rathke1-3/+17
2015-04-08TableRef: both column range rows must be table range top rowEike Rathke1-1/+1
2015-04-08TableRef: push ref only valid after openEike Rathke1-1/+2
2015-04-08TableRef: limit to specified columnsEike Rathke1-5/+49
2015-04-08TableRef: keywords come with extra brackets eachEike Rathke1-8/+64
2015-04-08TableRef: simplify logic a littleEike Rathke1-5/+11
2015-04-08TableRef: set errNoRef is there is no resulting rangeEike Rathke1-12/+4
2015-04-08TableRef: handle #ThisRowEike Rathke1-3/+14
2015-04-07TableRef: implement more keyword casesEike Rathke1-7/+29
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-2/+2
2015-03-26TableRef: generate token for #DataEike Rathke1-0/+17
2015-03-26TableRef: generate tokens for #Headers and #TotalsEike Rathke1-13/+40
2015-03-24tdf#40835 add ODFF function FDISTWinfried Donkers1-1/+2
2015-03-13add items to ScTableRefTokenEike Rathke1-3/+24
2015-03-13TableRef: scan whatever (translated) item name up to the next ']' closerEike Rathke1-1/+25
2015-03-12TableRef: parse away an optional #All in entire tableEike Rathke1-1/+2
2015-03-12TableRef: parse item specifiersEike Rathke1-0/+29
2015-03-12speed-up shortcut for non-alnum one character operators and separatorsEike Rathke1-0/+6
2015-03-12init and compare opcode hashmap with uppercase symbolsEike Rathke1-5/+6
2015-03-11TableRef: need to distinguish between entire table and All specifiedEike Rathke1-2/+2
2015-03-11add TableRef stackEike Rathke1-2/+25
2015-03-09CID#1287400: Control flow issues (MISSING_BREAK)Eike Rathke1-0/+1
2015-03-07first stab at handling table[] all rangeEike Rathke1-1/+19
2015-03-07clarify this visuallyEike Rathke1-3/+5
2015-03-05ScCompiler::HandleTableRef() implement ALL caseEike Rathke1-5/+24
2015-03-05don't count table ref item separator as parameter separatorEike Rathke1-0/+17
2015-03-05add '[' and ']' to conventions' char flags where appropriateEike Rathke1-11/+36
2015-03-05add HandleTableRef()Eike Rathke1-0/+19
2015-03-05handle ocTableRef same as ocDBAreaEike Rathke1-1/+3
2015-03-05rename confusing HandleSingleRef() to more appropriate HandleColRowName()Eike Rathke1-1/+1
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-3/+3
2015-02-13tdf#89330 preserve file name case in an unresolvable external named rangeJan Kantert1-3/+20
2015-01-20change assert() to SAL_WARN_IF()Eike Rathke1-1/+5
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-3/+3
2015-01-12fdo#85818: rename ZGZ to RRILaurent Charrière1-1/+1
2015-01-09do not drop entire external reference, fdo#85617 relatedEike Rathke1-2/+1
2014-12-27remove copy&paste codeMarkus Mohrhard1-23/+8
2014-12-27that method is the same as in the base classMarkus Mohrhard1-7/+0
2014-12-27return after finding the referenceMarkus Mohrhard1-0/+1
2014-12-27handle index based external refs in formulas in ooxml import, fdo#85617Markus Mohrhard1-0/+46
2014-12-19The value of the nRefs field is not used anywhereTor Lillqvist1-2/+1
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-5/+5
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-1/+1