summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2019-10-17Remove some memset callsMike Kaganski3-15/+6
2019-10-17Cache last used number-format-type in interpreter-contextDennis Francis5-4/+23
2019-10-17move SSE2sum code to separate cxx file...Dennis Francis2-50/+66
2019-10-17Reuse pre-allocated ScInterpreter for HandleStuffAfterParallelCalculationDennis Francis4-10/+20
2019-10-17Pre-allocate an ScInterpreter object for each thread...Dennis Francis6-15/+62
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann26-47/+47
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin6-33/+11
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin3-8/+6
2019-10-16sc: rowcol: migrate the Sc*IteratorNoel Grandin1-30/+30
2019-10-15back isShowing with IsReallyVisibleCaolán McNamara3-1/+10
2019-10-15new loplugin:bufferaddNoel Grandin21-142/+84
2019-10-15only need an OutputDevice not a full vcl:WindowCaolán McNamara2-6/+6
2019-10-15Resolves: tdf#128137 cursor jumping during edit, etc.Caolán McNamara4-7/+34
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák5-3/+6
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin7-12/+12
2019-10-14Add document-level option to lock down content extractionSamuel Mehrbrodt4-0/+23
2019-10-13rename FontPrevWindow back to SvxFontPrevWindowCaolán McNamara2-4/+4
2019-10-11Removed duplicated includeAndrea Gelmini1-1/+0
2019-10-11lok: Don't activate chart on insert.Michael Meeks1-1/+3
2019-10-11ofz#16433 TimeoutCaolán McNamara1-0/+1
2019-10-11sc: rowcol: migrate some viewdata.Michael Meeks4-54/+77
2019-10-11ofz#15997 TimeoutCaolán McNamara1-0/+4
2019-10-11Handle SinglePageSheets option for pdf exportMuhammet Kara1-4/+127
2019-10-11simplify "a = a +" to "a +="Noel Grandin6-9/+9
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin5-8/+8
2019-10-10Don't show chart wizard on mobileSzymon Kłos1-1/+3
2019-10-09loplugin:redundantpointeropsStephan Bergmann1-1/+1
2019-10-09sc: rowcol: store sheet maximum sizes in ScDocument.Michael Meeks5-9/+11
2019-10-09Related: tdf#123765 fix up some screenshottingCaolán McNamara2-2/+233
2019-10-09cid#1448346 Improper use of negative valueCaolán McNamara1-1/+4
2019-10-09cid#1452393 silence Using invalid iteratorCaolán McNamara1-16/+22
2019-10-08tdf#123339 XLSX: fix horizontal alignment in commentsSzabolcs Toth2-0/+33
2019-10-08tdf#125289 Use default colors from the new standard paletteGabor Kelemen1-3/+3
2019-10-08implement gtk dialog screenshottingCaolán McNamara1-2/+5
2019-10-08use cppu::WeakImplHelper in ScDataPilotDescriptorBaseNoel Grandin1-42/+0
2019-10-08use cppu::WeakImplHelper in ScCellRangesBaseNoel Grandin1-58/+0
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin14-31/+31
2019-10-07cid#1454630 Uninitialized scalar fieldCaolán McNamara1-1/+2
2019-10-07SvSimpleTableContainer is now unusedCaolán McNamara2-2/+0
2019-10-07DialogClosed doesn't existCaolán McNamara1-2/+0
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara18-28/+41
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin3-7/+9
2019-10-05Let's bring XML Source out of the list of experimental features.Kohei Yoshida1-6/+1
2019-10-05Convert various FID_VALID_* to SfxUInt16ItemNoel Grandin2-12/+12
2019-10-05Convert SID_ENUM_PAGE_MODE to SfxUInt16ItemNoel Grandin1-1/+1
2019-10-04drop some unnecessary includesCaolán McNamara1-1/+0
2019-10-04Removed executable bit on cxx and ods filesAndrea Gelmini2-0/+0
2019-10-04Deduplicate some serializer writing code, and simplify writing OStringMike Kaganski4-32/+11
2019-10-04tdf#123341 XLSX: fix vertical alignment in commentsSzabolcs Toth2-0/+28
2019-10-03Resolves: tdf#122011 fix ValidExternal() checkEike Rathke1-1/+1