summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-09-29tdf#93922 - dispose the calc InputHintWindow properly.Michael Meeks1-1/+1
2015-09-29Revert "do not use unlimited precision in status bar"Eike Rathke1-12/+2
2015-09-29remove unused #include <sal/alloca.h>Michael Stahl2-2/+0
2015-09-29Work around odd -Werror=strict-overflowStephan Bergmann1-1/+1
2015-09-29coverity#1325058 Dereference after null checkCaolán McNamara1-1/+1
2015-09-29Bin code that died in f2b93f2e314215d6342e0bd5727e6740cc15e29cTor Lillqvist2-4/+0
2015-09-28Fix check for empty stackStephan Bergmann1-1/+1
2015-09-28Simply move std::vector instances around hereStephan Bergmann2-111/+86
2015-09-28do not use unlimited precision in status barEike Rathke1-2/+12
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann6-24/+31
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann1-6/+6
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann4-10/+16
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann2-3/+3
2015-09-28tdf#94214 ODFF function FINV incorrectly saved as COM.MICROSOFT.F.INVWinfried Donkers2-1/+2
2015-09-27don't try to create OUString from editeng directly, tdf#94542Markus Mohrhard1-2/+6
2015-09-27make gnumeric xml a real LibreOffice filter formatMarkus Mohrhard3-0/+116
2015-09-27simplify codeMarkus Mohrhard1-4/+1
2015-09-26fix ellipsisDennis Roczek1-1/+1
2015-09-26making alt-x code consistentJustin Luth1-1/+1
2015-09-25translate DE->ENNicolas Christener1-21/+17
2015-09-25convert Link<> to typedNoel Grandin2-8/+6
2015-09-25convert Link<> to typedNoel Grandin2-12/+8
2015-09-25Performance test for ChiTestŁukasz Hryniuk2-0/+26
2015-09-25Testcases with several arrays for SUM and PRODUCTŁukasz Hryniuk1-0/+16
2015-09-25Broaden PRODUCT testŁukasz Hryniuk1-17/+38
2015-09-25fix IterateMatrix for ifPRODUCT and ifSUMSQEike Rathke1-1/+2
2015-09-25Revert "Fix a bug in SUMSQ"Eike Rathke1-1/+0
2015-09-25better OOXML VBA exportMarkus Mohrhard3-18/+31
2015-09-25Test for SUMX2MY2Łukasz Hryniuk2-0/+78
2015-09-24Test for SUMSQŁukasz Hryniuk2-0/+68
2015-09-24Whoops, missing CPPUNIT_TEST linesŁukasz Hryniuk2-14/+18
2015-09-24Fix a bug in SUMSQŁukasz Hryniuk1-0/+1
2015-09-24convert Link<> to typedNoel Grandin36-171/+130
2015-09-23convert Link<> to typedNoel Grandin4-25/+21
2015-09-23convert Link<> to typedNoel Grandin4-7/+5
2015-09-23convert Link<> to typedNoel Grandin6-31/+29
2015-09-23convert Link<> to typedNoel Grandin8-23/+21
2015-09-23convert Link<> to typedNoel Grandin4-9/+7
2015-09-23convert Link<> to typedNoel Grandin2-22/+18
2015-09-23remove unused Link<> fieldNoel Grandin1-16/+12
2015-09-22convert Link<> to typedNoel Grandin8-51/+28
2015-09-22convert Link<> to typedNoel Grandin5-12/+10
2015-09-22convert Link<> to typedNoel Grandin4-13/+11
2015-09-22convert Link<> to typedNoel Grandin4-17/+11
2015-09-22convert Link<> to typedNoel Grandin4-12/+8
2015-09-22convert Link<> to typedNoel Grandin2-5/+4
2015-09-22convert SC_CONVERT constants to scoped enumNoel Grandin7-206/+201
2015-09-22convert SC_SHEETEVENT to scoped enumNoel Grandin9-86/+63
2015-09-22convert SC_PASTE constants to scoped enumNoel Grandin24-114/+116
2015-09-21hide ScopedPtr::reset and add disposeAndClearCaolán McNamara2-2/+2