summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-11-05coverity#1242614 Untrusted loop boundCaolán McNamara1-2/+14
2014-11-05markup with event type not checker typeCaolán McNamara2-2/+3
2014-11-05fdo#85809 - MENU: Rearranging the Insert > Media submenuYousuf Philips1-2/+8
2014-11-05Register ParaLineSpacingPopup in sc and sdMaxim Monastirsky1-0/+2
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin18-79/+61
2014-11-04Resolves: fdo#69049 Format in 'Outline Numbering' not saved anymoreCaolán McNamara1-1/+1
2014-11-04 calc ScTable::ReplaceAll : avoid calling GetLastDataPos uselesslyLaurent Godard1-1/+5
2014-11-04calc ScTable::SearchAll : avoid calling GetLastDataPos uselesslyLaurent Godard2-4/+19
2014-11-04fdo#39468 Translate German Comments - sc/source/core/data/documen{4,5}.cxxChristian M. Heller2-69/+68
2014-11-04remove some unused code in scNoel Grandin8-126/+0
2014-11-04Bin presumably obsolete SUNWS crackTor Lillqvist3-18/+0
2014-11-03fix the PCH after 8e399602ea7aa11a81d704ff6ce8e660df4205b9Michael Stahl1-1/+0
2014-11-03sc: clean up Library_scfilt.mk duplication wrt. ORCUSMichael Stahl1-11/+2
2014-11-03coverity#707956 Uninitialized scalar fieldCaolán McNamara1-1/+4
2014-11-03fdo#84844 Use SvxColorToolBoxControl for border colorMaxim Monastirsky7-176/+7
2014-11-03coverity#1209103 copy-paste errorDavid Tardon1-1/+1
2014-11-03fdo#85620 - Changing the label 'Gallery' and having it in the insert menuYousuf Philips1-4/+4
2014-11-03callcatcher: update unused codeCaolán McNamara4-47/+0
2014-11-03fdo#85403 broadcast changes after TextToColumnEike Rathke1-0/+1
2014-11-03fdo#39468 Translate German Comments - final bits of sc/source/filter/Christian M. Heller3-10/+10
2014-11-03fdo#39468 Translate German Comments - sc/source/core/data/documen2.cxxChristian M. Heller1-33/+31
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin1-1/+1
2014-11-01fdo#60349 - FORMATTING: Icon in Calc toolbar for wrap textYousuf Philips1-0/+2
2014-10-31i#90076: avoid double-free race condition for ScCellRangesBaseMichael Stahl2-4/+25
2014-10-31Removed duplicated includesAndrea Gelmini7-9/+0
2014-10-31eliminate duplicated initializationEike Rathke1-2/+0
2014-10-31converity#1249470 Uninitialized scalar fieldEike Rathke1-0/+2
2014-10-31converity#707956 Uninitialized scalar fieldEike Rathke1-1/+5
2014-10-31converity#738797 Uninitialized pointer fieldEike Rathke1-1/+21
2014-10-31coverity#735311 Unchecked return valueEike Rathke1-1/+2
2014-10-31coverity#735320 Unchecked return valueEike Rathke1-1/+2
2014-10-31coverity#735811 Dereference after null checkEike Rathke1-1/+1
2014-10-31Add line numbers to the OpenCL sources being loggedTor Lillqvist1-1/+23
2014-10-31Move variable inside the ifdef block where it is only usedTor Lillqvist1-1/+1
2014-10-31Append kernel signature to the log area in the SAL_INFO dump of its sourceTor Lillqvist1-1/+8
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin3-5/+5
2014-10-30thread-pool: re-work termination semantics to avoid problems.Michael Meeks1-2/+3
2014-10-30Move thread-pool down into comphelper for re-use elsewhere.Michael Meeks4-221/+3
2014-10-31Add a few informative SAL_INFOsTor Lillqvist1-0/+3
2014-10-30Make sure the cached OpenCL profile file actually matches the devices presentTor Lillqvist1-1/+11
2014-10-30Use our standard SAL_INFO instead of homegrown LOG_PRINTF thingieTor Lillqvist1-21/+20
2014-10-30Use SAL_INFO instead of fprintf(stderr)Tor Lillqvist1-2/+2
2014-10-30CID#736090 Improper use of negative valueEike Rathke1-0/+3
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini4-4/+4
2014-10-30fdo#39468 Translate German Comments - sc/source/filter/{lotus,starcalc,xml}Christian M. Heller4-53/+51
2014-10-30fdo#39468 translate german commentsMichael Jaumann1-29/+26
2014-10-30Make the Value: combobox visible when you open the dialog.Jan Holesovsky1-4/+74
2014-10-30Improve layout of Tools -> Options... -> Calc -> Formula.Jan Holesovsky1-208/+241
2014-10-30coverity#1242442 Identical code for different branchesCaolán McNamara1-8/+1
2014-10-30Use SAL_WARN instead of writing to std::cerrTor Lillqvist1-18/+6