summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-15fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida
2015-01-15fdo#88398: Re-enable formula group listeners.Kohei Yoshida
2015-01-15silence -Werror,-Wunused-variableCaolán McNamara
2015-01-15add unit test for fdo#88398Eike Rathke
2015-01-15fdo#88398 disable grouped listeners for nowEike Rathke
2015-01-15Revert "fdo#88157 Remove misused frames from 4 of n dialogs"Caolán McNamara
2015-01-14Comment these out for now. We'll use them later.Kohei Yoshida
2015-01-14Add TODO. Text rendering is still weird.Kohei Yoshida
2015-01-14Adjust zoom level for different output tile size.Kohei Yoshida
2015-01-14Set correct grid color.Kohei Yoshida
2015-01-14Tiled rendering, first cut.Kohei Yoshida
2015-01-14Implement getDocumentSize(). Cell data only for now.Kohei Yoshida
2015-01-14Annotate this method.Kohei Yoshida
2015-01-14Provide const version that returns a const pointer.Kohei Yoshida
2015-01-14sc: try to fix build with GCC 4.6Michael Stahl
2015-01-14Be more informativeTor Lillqvist
2015-01-14fdo#88157 Remove misused frames from 4 of n dialogsAdolfo Jayme Barrientos
2015-01-14sc: rename ScSTEXY to ScSTEYXLaurent Charrière
2015-01-14fd0#85818: rename SC_OPCODE_NBW to SC_OPCODE_NPVLaurent Charrière
2015-01-14fdo#85818: rename SC_OPCODE_IKV to SC_OPCODE_IRRLaurent Charrière
2015-01-14fdo#85818: rename SC_OPCODE_GGT to SC_OPCODE_GCDLaurent Charrière
2015-01-14fdo#85818: rename SC_OPCODE_KGV to SC_OPCODE_LCMLaurent Charrière
2015-01-14fdo#85818: rename RGP to LinestLaurent Charrière
2015-01-14fdo#85818: rename RKP to LogestLaurent Charrière
2015-01-14fdo#85818: rename Schiefe to SkewLaurent Charrière
2015-01-14fdo#85818: rename KritBinom to CritBinomLaurent Charrière
2015-01-14sc: rename ocChose et al. to ocChoose et al.Laurent Charrière
2015-01-14sc: rename ocPropper et al. to ocProper et al.Laurent Charrière
2015-01-14Translated and fixed function names in comments in scfuncs.srcLaurent Charrière
2015-01-14fdo#85818: translate ZZR to NperLaurent Charrière
2015-01-14fdo#85818: rename ZW to FVLaurent Charrière
2015-01-14add ODF1.2 function ERROR.TYPE to CalcWinfried Donkers
2015-01-14LinkUpdateMode property values must be in the range 0--2 or 0--3Stephan Bergmann
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller
2015-01-13use DateTime instead of separate Date and TimeEike Rathke
2015-01-13remove unused variableMarkus Mohrhard
2015-01-13add first test for user defined functionsRaal
2015-01-13std::cout to SAL_INFOMarkus Mohrhard
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
2015-01-13Decrease the formula group size limit for OpenCL to be considered back to 100Tor Lillqvist
2015-01-13Allow setting the limit to the minumum possibleTor Lillqvist
2015-01-12Drop Add, Sub, Mul and Div from the default opcode subsetTor Lillqvist
2015-01-12Increase the formula group size limit for OpenCL to be considered to 10000Tor Lillqvist
2015-01-12make this work also for an overlapping merge range, fdo#87382 follow-upEike Rathke
2015-01-12get rid of C-style cast, fdo#87382 follow-upEike Rathke
2015-01-12Add RAND to the default subset of opcodes for which we trust our OpenCLTor Lillqvist
2015-01-12fdo#87382 Improper display of selected mergedHenry Castro
2015-01-12SAL_INFO the setting arguments to OpenCL kernels and enqueueing themTor Lillqvist
2015-01-12Rewrite the RAND() OpenCL implementation to actually be randomTor Lillqvist