summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-01-21fdo #88578: Focus on first checkbox when showing calc paste special dialogThomas Viehmann1-0/+1
2015-01-21callcatcher: update unused codeCaolán McNamara2-45/+0
2015-01-20it's unnecessary to obtain the marked object in move mode, fdo#88339 followupEike Rathke1-2/+2
2015-01-20change assert() to SAL_WARN_IF()Eike Rathke1-1/+5
2015-01-20Make the RAND() and RANDBETWEEN() Calc functions non-random when requestedTor Lillqvist2-3/+4
2015-01-20fdo#88547 allow inline date-arrays for array functionsWinfried Donkers1-1/+8
2015-01-20fdo#88623 replace std::deque with std::vector in xlsx savingLászló Németh2-3/+3
2015-01-20Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann1-5/+2
2015-01-20Some more loplugin:cstylecast: scStephan Bergmann21-81/+85
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