summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-08-13make Link<> instances typedNoel Grandin2-5/+3
2015-08-12rename confusing classesWinfried Donkers11-66/+68
2015-08-12Resolves: tdf#93388 broadcasting to removed listeners isn't a good ideaEike Rathke1-5/+15
2015-08-12tdf#92256: Make sure ref syntax of Excel docs gets savedKatarina Behrens1-1/+1
2015-08-12loplugin:stringconstantStephan Bergmann1-13/+13
2015-08-12tdf#89387 test for CHITEST functionŁukasz Hryniuk2-0/+108
2015-08-12Test with a bug in ScInterpreter::FTest()Łukasz Hryniuk2-0/+22
2015-08-11tdf#39468 Translate German Comments - sc/source/core/data/Phillip Sz2-2/+2
2015-08-11loplugin:stringconstantStephan Bergmann1-6/+6
2015-08-10tdf#89387 a few tests for FTEST functionŁukasz Hryniuk2-0/+56
2015-08-10tdf#89387 related tests for ScSumXMY2()Łukasz Hryniuk2-0/+32
2015-08-10tdf#89387 related, fix SumSquare bug in SumMXMY2Łukasz Hryniuk1-1/+1
2015-08-10tdf#93065 Swap next and previous buttons in find toolbarYousuf Philips1-1/+1
2015-08-10Resolves: tdf#86024 do not attempt to shorten numeric value outputEike Rathke1-22/+30
2015-08-09tdf#91820 Moved tool items back into Tools menuYousuf Philips1-17/+17
2015-08-09tdf#79741: Macro with Find @ Replace crash CalcJulien Nabet2-4/+4
2015-08-06typo "(1 alpha)" → "(1-alpha)" confidence intervalChristian Lohmaier1-3/+3
2015-08-06-Werror,-Wunused-private-fieldStephan Bergmann2-2/+0
2015-08-05improve refcounting loplugin to check SvRef-based classesNoel Grandin1-3/+3
2015-08-05remove unused SfxFilterFlags valuesNoel Grandin1-4/+4
2015-08-05loplugin:unusedmethodsNoel Grandin17-66/+1
2015-08-04Hide open remote button in standard toolbarYousuf Philips1-1/+1
2015-08-04tdf#91588 re-enable select button in draw toolbar in sw & scYousuf Philips1-1/+1
2015-08-04cppcheck: Variable 'bGrowBackwards' is assigned a value that is never usedJulien Nabet1-4/+1
2015-08-04sc: inline some use-once typedefsNoel Grandin24-91/+56
2015-08-04sal_uChar is deprecatedNoel Grandin1-2/+2
2015-08-04fdo#68016 Add unittests for ScChartListenerCollectionTobias Lippert4-4/+167
2015-08-04fdo#68016 Speed up ScChartListenerCollection::EndListeningHiddenRangeTobias Lippert2-43/+12
2015-08-03new loplugin: refcountingNoel Grandin14-44/+45
2015-07-31sc: replace boost::function with std::functionMichael Stahl4-6/+8
2015-07-31TableRef: implement ScTableRefToken::IsGlobal() overrideEike Rathke2-0/+10
2015-07-31TableRef: add some SAL_WARN() when invalidating column names/offsetsEike Rathke1-2/+17
2015-07-31tdf#44399 Do not display 0 decimal for General formatLaurent Balland-Poirier1-1/+4
2015-07-30tdf#92918 Engineering notation lost with Add/Delete Decimal PlaceLaurent Balland-Poirier1-0/+6
2015-07-30tdf#39468 translated german comments in viewfunc*.cxxAlbert Thuswaldner3-27/+27
2015-07-30bnc#762542: Unit test for 1abc0695d770eebd21256a86aeee14a5384d84c7Jan Holesovsky2-0/+31
2015-07-30loplugin:unusedmethodsNoel Grandin9-80/+1
2015-07-29tdf#39468 translated german comments in output.cxx and output2.cxxAlbert Thuswaldner2-17/+17
2015-07-29translate some comments on the flyEike Rathke1-12/+12
2015-07-29TableRef: restoring column names in UpdateMoveTab() is now unnecessaryEike Rathke1-4/+2
2015-07-29TableRef: invalidate column names/offsets only if column span differsEike Rathke1-1/+2
2015-07-29chmod -xTor Lillqvist1-0/+0
2015-07-29tdf#91802: Add reference edge to text orientationRishabh Kumar4-20/+210
2015-07-28tdf#88206 Change uses of cppu::WeakImplHelper* to the variadic variantRaj Natarajan3-27/+20
2015-07-28inline "old" SbERR constantsNoel Grandin20-133/+133
2015-07-28inline the "old" SbxErr constantsNoel Grandin4-7/+7
2015-07-27tdf#92548, limit number of characters shown in formula wizardBenjamin Ni3-0/+28
2015-07-27fix test for tdf#92547Benjamin Ni1-13/+16
2015-07-27TableRef: add unit testsEike Rathke2-0/+128
2015-07-27unit test for FORMULA() with and without array contextEike Rathke2-0/+43