summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-01-19in COUNT() use ConvertStringToValue() for literal string argumentsEike Rathke1-6/+20
2015-01-19add a comment about string conversion configurationEike Rathke1-0/+4
2015-01-19fdo#88339 Fixed Calc constrained image movementTrent MacAlpine1-3/+16
2015-01-18rename AddRange to SetRangeMarkus Mohrhard11-28/+28
2015-01-18remove duplicated codeMarkus Mohrhard1-8/+1
2015-01-18add warning for empty conditional format rangesMarkus Mohrhard1-0/+1
2015-01-17rhbz#1136013: svx: try to make the ExternalToolEdit not crash all the timeMichael Stahl2-28/+6
2015-01-16Use 1/100mm map mode for rendering edit text objects.Kohei Yoshida1-1/+3
2015-01-16Get texts to scale correctly with zoom.Kohei Yoshida1-1/+11
2015-01-16Multiply tile position by the zoom level.Kohei Yoshida1-2/+2
2015-01-16don't access empty range list, could be rhbz#1180312Eike Rathke1-0/+3
2015-01-16replace decrementing loop with -=Eike Rathke1-4/+6
2015-01-16Correctly offset based on tile position.Kohei Yoshida1-3/+4
2015-01-16Add SAL_INFO messages for OpenCL buffers createdTor Lillqvist1-0/+14
2015-01-16Explain what the function doesTor Lillqvist1-0/+8
2015-01-16remove unnecessary parenthesesNoel Grandin2-9/+8
2015-01-15fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida7-8/+95
2015-01-15fdo#88398: Re-enable formula group listeners.Kohei Yoshida1-4/+1
2015-01-15silence -Werror,-Wunused-variableCaolán McNamara1-1/+1
2015-01-15add unit test for fdo#88398Eike Rathke2-0/+33
2015-01-15fdo#88398 disable grouped listeners for nowEike Rathke4-2/+28
2015-01-15Revert "fdo#88157 Remove misused frames from 4 of n dialogs"Caolán McNamara1-24/+21
2015-01-14Comment these out for now. We'll use them later.Kohei Yoshida1-1/+1
2015-01-14Add TODO. Text rendering is still weird.Kohei Yoshida1-0/+2
2015-01-14Adjust zoom level for different output tile size.Kohei Yoshida1-0/+21
2015-01-14Set correct grid color.Kohei Yoshida1-0/+11
2015-01-14Tiled rendering, first cut.Kohei Yoshida1-7/+27
2015-01-14Implement getDocumentSize(). Cell data only for now.Kohei Yoshida5-4/+74
2015-01-14Annotate this method.Kohei Yoshida1-2/+17
2015-01-14Provide const version that returns a const pointer.Kohei Yoshida2-0/+7
2015-01-14sc: try to fix build with GCC 4.6Michael Stahl1-1/+1
2015-01-14Be more informativeTor Lillqvist1-1/+37
2015-01-14fdo#88157 Remove misused frames from 4 of n dialogsAdolfo Jayme Barrientos1-21/+24
2015-01-14sc: rename ScSTEXY to ScSTEYXLaurent Charrière3-3/+3
2015-01-14fd0#85818: rename SC_OPCODE_NBW to SC_OPCODE_NPVLaurent Charrière1-1/+1
2015-01-14fdo#85818: rename SC_OPCODE_IKV to SC_OPCODE_IRRLaurent Charrière1-1/+1
2015-01-14fdo#85818: rename SC_OPCODE_GGT to SC_OPCODE_GCDLaurent Charrière1-1/+1
2015-01-14fdo#85818: rename SC_OPCODE_KGV to SC_OPCODE_LCMLaurent Charrière1-1/+1
2015-01-14fdo#85818: rename RGP to LinestLaurent Charrière6-7/+7
2015-01-14fdo#85818: rename RKP to LogestLaurent Charrière6-7/+7
2015-01-14fdo#85818: rename Schiefe to SkewLaurent Charrière7-7/+7
2015-01-14fdo#85818: rename KritBinom to CritBinomLaurent Charrière6-6/+6
2015-01-14sc: rename ocChose et al. to ocChoose et al.Laurent Charrière11-19/+19
2015-01-14sc: rename ocPropper et al. to ocProper et al.Laurent Charrière7-8/+8
2015-01-14Translated and fixed function names in comments in scfuncs.srcLaurent Charrière1-191/+191
2015-01-14fdo#85818: translate ZZR to NperLaurent Charrière9-12/+12
2015-01-14fdo#85818: rename ZW to FVLaurent Charrière9-11/+11
2015-01-14add ODF1.2 function ERROR.TYPE to CalcWinfried Donkers8-5/+99
2015-01-14LinkUpdateMode property values must be in the range 0--2 or 0--3Stephan Bergmann2-2/+28
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller74-407/+410