summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin135-495/+346
2015-08-26replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick1-16/+10
2015-08-26tdf#89387 test for LCM functionŁukasz Hryniuk2-0/+84
2015-08-26tdf#89387 test for GCD functionŁukasz Hryniuk2-0/+83
2015-08-26tdf#89387 test for SUMX2PY2 functionŁukasz Hryniuk2-0/+66
2015-08-26tdf#89387 add some strings to CHITEST testŁukasz Hryniuk1-0/+17
2015-08-26tdf#89387 add some strings to FTEST testŁukasz Hryniuk1-0/+11
2015-08-26implement Edit modify handler, rhbz#1255811 relatedEike Rathke2-3/+87
2015-08-26implement Edit modify handler, rhbz#1255811 relatedEike Rathke2-3/+69
2015-08-26implement Edit modify handler, rhbz#1255811 relatedEike Rathke2-3/+73
2015-08-26Resolves: rhbz#1255811 implement Edit modify handlerEike Rathke2-0/+30
2015-08-25Don't claim we support strings arguments in the OpenCL VLOOKUPTor Lillqvist2-40/+6
2015-08-25Add VLOOKUP to the set of opcodes that we trust the OpenCL implementation forTor Lillqvist1-0/+1
2015-08-25Produce the expected N/A error code in the OpenCL VLOOKUP implementationTor Lillqvist2-1/+2
2015-08-25Return correct value from the OpenCL VLOOKUP implementationTor Lillqvist1-2/+2
2015-08-25Update title of Conditional Format dialog when range modifiedAndrzej Hunt2-7/+30
2015-08-25tdf#68016 Speed up ScChart2DataSequence by caching addressesTobias Lippert2-72/+45
2015-08-25CosmeticsTor Lillqvist1-47/+55
2015-08-25Treat an array of null string pointers as no strings for OpenCLTor Lillqvist1-7/+41
2015-08-25Some cleanupMaxim Monastirsky3-29/+0
2015-08-25Correct icon for number format in Calc's sidebarYousuf Philips2-2/+2
2015-08-25parameter names are useless in DECL_LINK declarationsNoel Grandin1-1/+1
2015-08-25remove useless commentNoel Grandin1-1/+1
2015-08-25make pWindow private in SfxChildWindowNoel Grandin5-38/+41
2015-08-25make eChildAlignment private in SfxChildWindowNoel Grandin2-2/+2
2015-08-25sc: fix number format button highlighting in sidebarTomaž Vajngerl1-1/+1
2015-08-24tdf#93437: release reference held by ScFormulaReferenceHelperKatarina Behrens4-9/+11
2015-08-23tdf#39440 sc: reduce scope of local variablesMichael Weghorn6-23/+15
2015-08-23tdf#39440 reduce variable scope, adapt indentationMichael Weghorn1-4/+4
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn5-24/+18
2015-08-21tdf#93437: Calc RefDialogs were never actually destructedKatarina Behrens3-10/+9
2015-08-21loplugin:defaultparamsNoel Grandin8-29/+29
2015-08-21remove last WeakImplHelper8 usesCaolán McNamara1-6/+4
2015-08-20Revert "tdf#93437: Re-enable input after closing formula wizard"Eike Rathke1-1/+0
2015-08-20tdf#93437: Re-enable input after closing formula wizardKatarina Behrens1-0/+1
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl14-73/+96
2015-08-19sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-43/+50
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl15-71/+106
2015-08-19sc: these are ptr_map not ptr_setMichael Stahl4-4/+4
2015-08-19loplugin:literaltoboolconversionStephan Bergmann1-1/+1
2015-08-19Bugfix test for tdf#77431Katarina Behrens2-0/+14
2015-08-19tdf#77431: Move setting sheet visibility to finalize phaseKatarina Behrens4-13/+30
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann3-8/+6
2015-08-18introduce temporary hard-recalc state, tdf#92749 follow-upEike Rathke9-39/+47
2015-08-18tdf#75973 : User Defined Types in password encrypted macrosLaurent Godard2-0/+33
2015-08-18Resolves: tdf#92749 invalidate lookup caches after initial hard recalcEike Rathke1-0/+8
2015-08-18add a simple formula cell calculation chain dumperEike Rathke1-0/+133
2015-08-17Move export tests where they really belongKatarina Behrens2-48/+59
2015-08-17make Control::ImplCallEventListenersAndHandler take a lambdaNoel Grandin1-1/+1
2015-08-17tdf#93392 leak when linking to external html data file with auto updateDennis P. Francis1-1/+5