summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin1-29/+7
2015-01-12java: no need to instantiate the AccessibilityTools objectNoel Grandin1-8/+0
2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky1-1/+1
2015-01-10add test for fdo#88200Markus Mohrhard2-0/+19
2015-01-10only delete cell content for CELLTYPE_NONE, fdo#88200Markus Mohrhard3-3/+15
2015-01-10sc: fix use-after-free race in ScCellRangesBaseMichael Stahl1-0/+6
2015-01-09Resolves: fdo#85617 always store fully encoded external document nameEike Rathke1-3/+5
2015-01-09do not drop entire external reference, fdo#85617 relatedEike Rathke1-2/+1
2015-01-09write externalLink Relationship Target IURI encoded, fdo#85617 relatedEike Rathke3-7/+12
2015-01-09Revert "NO_DECODE breaks non-ascii urls, fdo#85617"Eike Rathke1-1/+1
2015-01-09fdo#85818: rename KumZinsZ to CumIpmtLaurent Charrière5-5/+5
2015-01-09fdo#85818: rename Kapz to PpmtLaurent Charrière8-8/+8
2015-01-09fdo#85818: rename Kombin, Kombin2, Variationen, Variationen2Laurent Charrière12-45/+45
2015-01-09fdo#85818: rename ZinsZ enum name, constant, function to IpmtLaurent Charrière8-9/+9
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl19-33/+33
2015-01-09translate all remaining abuses of "ueberladen"Michael Stahl2-31/+2
2015-01-08Revert "Don't assume that the ZOrder property of shapes is an enumeration"David Tardon1-4/+4
2015-01-08Use a more boring value of piTor Lillqvist1-1/+1
2015-01-08Bin obsolete conditional compilationTor Lillqvist1-120/+0
2015-01-08Bin obsolete conditional compilationTor Lillqvist1-11/+2
2015-01-08Bin obsolete conditional compilationTor Lillqvist1-7/+1
2015-01-08Bin obsolete conditional compilationTor Lillqvist1-6/+0
2015-01-08sc: ODF import of data pilot:Michael Stahl1-1/+0
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin19-210/+0
2015-01-07This is not needed.Kohei Yoshida1-4/+1
2015-01-07coverity#1261766 Uninitialized pointer fieldCaolán McNamara1-3/+0
2015-01-07Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen1-1/+0
2015-01-07glew depends on OpenCL, for tests tooDouglas Mencken1-1/+1
2015-01-07Revert "Check number of cells referenced by group instead of group size"Tor Lillqvist4-42/+1
2015-01-07Revert "Let's try a higher limit"Tor Lillqvist1-1/+1
2015-01-07Let's try a higher limitTor Lillqvist1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin13-17/+17
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin3-3/+5
2015-01-07UNO API test for conditional formatsMatúš Kukan3-0/+246
2015-01-07fdo#82014: Remove old conditional formats when setting new one by UNO APIMatúš Kukan3-7/+25
2015-01-07fix invalid string accessMarkus Mohrhard1-3/+8
2015-01-07fdo#85818: rename 'Zins' enum name, constant, function to RateLaurent Charrière9-11/+11
2015-01-06Better fix for fdo#87558: Duplication in Last Used Functions sidebar listJulien Nabet1-2/+2
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin1-7/+7
2015-01-06fdo#84938: convert SEF_EXPORT_ #defines to 'enum class'Noel Grandin1-3/+3
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin5-24/+24
2015-01-06fdo#84938: convert XML_EXPORT_FLAG_ to 'enum class'Noel Grandin2-2/+2
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin3-24/+24
2015-01-05Extend the Calc UNO API for the conditions whether to use OpenCL for a formulaTor Lillqvist2-0/+59
2015-01-05sc-calcoptionsdlg.hxx: add definition guards (HAVE_FEATURE_OPENCL)Douglas Mencken1-0/+2
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann2-2/+2
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin5-10/+14
2015-01-05loplugin:unreffunStephan Bergmann1-56/+0
2015-01-05fdo#67343 Arrange Help button in a secondary groupAdolfo Jayme Barrientos2-1/+2
2015-01-05Refactor OpenCL settings dialogOlivier Hallot3-1031/+396