summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-11-15Fix typosSamuel Mehrbrodt1-2/+2
2016-11-15Spurious whitespace at end of lineStephan Bergmann1-1/+1
2016-11-15tdf#96099 Reduce no of typedefs used for trivial containersChamal1-4/+3
2016-11-15loplugin:constantparamNoel Grandin2-3/+3
2016-11-15tdf#88827 - double-thin border: MINGAPWIDTH is a valid widthJustin Luth3-4/+25
2016-11-15sc-perf: HasAttrChanged: save unnecessary calls to SfxItemPool::Get()Eike Rathke1-10/+10
2016-11-14avoid reallocating if allocating once is enoughEike Rathke2-14/+18
2016-11-14loplugin:unusedmethodsNoel Grandin2-19/+0
2016-11-14ScFormulaCell::Notify: bail out early in doc dtorEike Rathke1-1/+4
2016-11-14coverity#703927 Unchecked return valueCaolán McNamara6-26/+28
2016-11-13drop extra semicolonsDavid Tardon3-4/+4
2016-11-12Actually this should be MAXROWCOUNT.Kohei Yoshida1-1/+1
2016-11-12Address warning from the MSVC compiler.Kohei Yoshida1-8/+7
2016-11-12loplugin:staticmethodsKohei Yoshida2-2/+2
2016-11-12loplugin:stringconstantKohei Yoshida1-10/+10
2016-11-12Dump the state of the "save" data as well.Kohei Yoshida3-9/+10
2016-11-12Let's just dump the result tree in dbgutil build.Kohei Yoshida4-13/+17
2016-11-12Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.Kohei Yoshida18-21/+68
2016-11-12Renaming due to the fact that it now dumps non-formula blocks too.Kohei Yoshida7-15/+13
2016-11-12Keep loplugin:staticmethods happy.Kohei Yoshida1-1/+4
2016-11-12Dump the other block types as well.Kohei Yoshida1-3/+24
2016-11-12Let's not dump formula results.Kohei Yoshida1-1/+7
2016-11-12Ctrl-Shift-F8 to dump the column storage where the cursor is.Kohei Yoshida11-9/+32
2016-11-12accidentally kept always scroll test enabled.. tdf#46200 follow-upEike Rathke1-1/+1
2016-11-12tdf#69981 - sc: blank empty cells in TextToColumnsTamás Gulácsi1-1/+8
2016-11-12Aviod memory leak in ScInterpreter::ScIntersect()Mike Kaganski1-4/+7
2016-11-12add MAXIFS testcaseZdeněk Crhonek1-0/+5801
2016-11-12add LEFTB test caseZdeněk Crhonek1-0/+1195
2016-11-12add MEDIAN test caseZdeněk Crhonek1-0/+4409
2016-11-12Guarantee that InterpretFormulaGroup() is always called first.Kohei Yoshida1-15/+16
2016-11-12add REPLACE test caseZdeněk Crhonek1-0/+1213
2016-11-12Resolves: tdf#93415 use proper sheet separator in ADDRESS A1 notationEike Rathke1-1/+13
2016-11-11Dump the formula string here which is also useful.Kohei Yoshida1-1/+14
2016-11-11sc: OUString cleanupMichael Stahl1-19/+15
2016-11-11tdf#46200 Use the Scroll Lock key as a toggling lock key like ExcelAbhilash Singh5-13/+77
2016-11-11tdf#103632 - sc: OOB sort fields unit test.Michael Meeks1-1/+32
2016-11-11tdf#103632 - sc: tolerate OOB sort fields from UNO API.Michael Meeks1-0/+8
2016-11-11tdf#101299 : do not show merge cells context menu for the trivial caseDennis Francis1-2/+5
2016-11-11tdf#101042 Fix for frozen windows in ExcelBartosz Kosiorek1-1/+1
2016-11-11tdf#36038 QA test export/import extended LCID to ExcelLaurent Balland-Poirier2-0/+43
2016-11-11loplugin:countusersofdefaultparams in sc(part2)Noel Grandin18-29/+27
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin3-8/+8
2016-11-10Make sure we pass the top-left corner address.Kohei Yoshida1-1/+1
2016-11-10'make screenshot' use-after-free fixesStephan Bergmann1-3/+3
2016-11-10'make screenshot' loplugin fixesStephan Bergmann1-2/+2
2016-11-10Refactor ScAttrArray for tdf#50916Dennis Francis12-89/+477
2016-11-10clarify class documentationEike Rathke1-6/+12
2016-11-10Avoid writing to the log for the same group twice.Kohei Yoshida2-31/+47
2016-11-10Wrap pointer to dialog with VclPtrTakeshi Abe1-1/+1
2016-11-10Don't let multiple JunitTests operate in parallel on ScDDELinksObj.odsStephan Bergmann2-1/+1