summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-03-09SCROWS64K is not used anywhereTor Lillqvist1-2/+0
2015-03-09SC_ROWLIMIT_MORE_THAN_64K is not used anywhereTor Lillqvist1-10/+0
2015-03-09SC_LIMIT_ROWS is not defined anywhereTor Lillqvist2-13/+0
2015-03-09tdf#89387 General functor and basic operationsŁukasz Hryniuk4-125/+134
2015-03-09Bin unused static const fieldTor Lillqvist2-2/+0
2015-03-09extract ScInterpreter::div to own methodMarkus Mohrhard2-2/+39
2015-03-09CID#1287400: Control flow issues (MISSING_BREAK)Eike Rathke1-0/+1
2015-03-09correct fix for the linking problemMarkus Mohrhard2-5/+5
2015-03-09Revert "fdo#88547 allow inline date-arrays for array functions", tdf#89872Eike Rathke1-8/+1
2015-03-09sc: fix -Werror=unused-variable in product buildsMiklos Vajna1-0/+2
2015-03-09Resolves tdf#80137 Paste array formula into range pastes as non-array formulaHenry Castro3-2/+72
2015-03-09sc tiled mouse events: Proof-of-concept.Jan Holesovsky4-6/+65
2015-03-09sc tiled rendering: Simplify the zoom computation.Jan Holesovsky1-12/+10
2015-03-09sc tiled rendering: Make the drawings and charts work.Jan Holesovsky3-6/+18
2015-03-09Kill this return.Jan Holesovsky1-3/+0
2015-03-09sc tiled rendering: tdf#85848: Use DrawContent() in PaintTile() too.Jan Holesovsky1-79/+23
2015-03-09sc tiled rendering: Split ScGridWindow::Draw() to setup and drawing.Jan Holesovsky3-22/+46
2015-03-07SdrMarkView: aHdl -> maHdlListMiklos Vajna2-3/+3
2015-03-07first stab at handling table[] all rangeEike Rathke1-1/+19
2015-03-07clarify this visuallyEike Rathke1-3/+5
2015-03-06WaE: passing 'class rtl::OUString' by value, rather pass by referenceTor Lillqvist1-2/+2
2015-03-06tdf#89267: Reduce duplicate codePranav Kant1-1667/+682
2015-03-06Little build fix to Windows ScRefreshTimerJan-Marek Glogowski1-2/+4
2015-03-06Add NORMSDIST to the default OpenCL use opcode subsetTor Lillqvist1-0/+1
2015-03-06V801: Decreased performanceCaolán McNamara13-29/+29
2015-03-06Autotimer: added function to publicTobias Madl1-3/+1
2015-03-06Return #VALUE! instead of NaN in the OpenCL NORMSINV()Tor Lillqvist1-2/+3
2015-03-06One more #VALUE! instead of 'nan'Tor Lillqvist1-1/+1
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl3-3/+3
2015-03-06Idle: Changed to new enum nameTobias Madl11-12/+12
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl11-12/+12
2015-03-06Idle and Timer are now completely independentTobias Madl3-5/+5
2015-03-06idle includes and enum useJennifer Liebel8-5/+9
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl10-7/+11
2015-03-06Timer: Reversed some Idles to TimerTobias Madl2-10/+39
2015-03-06Return a #DIV/0! error in one case in the OpenCL SLOPE() implementationTor Lillqvist1-1/+1
2015-03-06Set #VALUE! error in PEARSON() OpenCL implementation when appropriateTor Lillqvist1-0/+2
2015-03-06Set #VALUE! error in COVAR() OpenCL implementation when appropriateTor Lillqvist1-1/+1
2015-03-06V801: Decreased performanceCaolán McNamara24-87/+59
2015-03-06Set #DIV/0! error in VAR() OpenCL implementation when appropriateTor Lillqvist1-1/+1
2015-03-06Don't return negative values from ScGroupTokenConverter::trimLength()Tor Lillqvist1-0/+12
2015-03-06Add VAR, CORREL, COVAR, PEARSON and SLOPE to the OpenCL default opcode subsetTor Lillqvist1-0/+5
2015-03-05sc: Make this selection count consistent with Writer’sAdolfo Jayme Barrientos1-1/+1
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-05ocTableRefOpen,ocTableRefClose are of StackVarType svSepEike Rathke1-0/+2
2015-03-05add '[' and ']' to conventions' char flags where appropriateEike Rathke1-11/+36
2015-03-05V801: Decreased performanceCaolán McNamara4-8/+7
2015-03-05add Item enum to ScTableRefTokenEike Rathke3-9/+42
2015-03-05use ScTableRefToken in ScRawToken::CreateToken()Eike Rathke2-1/+7