summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh5.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-04-04tdf#39468 Translate German commentsJens Carl1-1/+1
2017-03-29Translate German comments in sc/source/ui/docshell/Johnny_M1-47/+45
2017-03-07Resolves: tdf#102777 broadcast SC_TAB_INSERTED when inserting scenarioEike Rathke1-0/+3
2017-02-16convert ScGetDBSelection to scoped enumNoel Grandin1-3/+3
2017-02-13tdf#76183: refresh objects' positions on optimal height recalcMike Kaganski1-0/+5
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-5/+5
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-26convert PAINT constants to typed_flagsNoel Grandin1-7/+7
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-5/+5
2016-08-21coverity#1371453 try silence Wrapper object use after freeCaolán McNamara1-16/+17
2016-07-26sc: convert SC_SCENARIO_.. defines typed flags ..Jochen Nitschke1-10/+10
2016-05-25Convert SC_MF to scoped enumNoel Grandin1-3/+3
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-5/+0
2016-03-24loplugin:constantparam in scNoel Grandin1-1/+1
2016-03-23loplugin:constantparam in scNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-12/+12
2015-10-28com::sun::star->css in scNoel Grandin1-2/+2
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-9/+9
2015-09-02TableRef: introduce ScDBDataPortion enumEike Rathke1-1/+1
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-17Resolves: tdf#77479 do not reset AutoFilter range for temporary operationsEike Rathke1-1/+15
2015-07-17do not reset existing HasHeader on anonymous database rangeEike Rathke1-4/+7
2015-07-17inherit existing HasHeader when expanding/shrinking anonymous database rangeEike Rathke1-0/+9
2015-07-06improve the returnbyref lopluginNoel Grandin1-5/+3
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-5/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks1-6/+6
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-4/+4
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-11/+11
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-10-31coverity#735811 Dereference after null checkEike Rathke1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-2/+2
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-2/+2
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-9/+5
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida1-2/+2
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-3/+0
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-4/+4
2014-06-25remove whitespaceMarkus Mohrhard1-4/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-10/+10
2014-04-23sc: sal_Bool->boolNoel Grandin1-17/+17
2014-04-06whitespace cleanup in scMarkus Mohrhard1-4/+0
2014-03-12fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida1-1/+4
2014-03-12coverity#1158232 Fix ownership of NamedDBs::insert argumentStephan Bergmann1-1/+6
2014-03-03Remove visual noise from scAlexander Wilms1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-19sal_Bool->boolNoel Grandin1-1/+1
2014-02-18sal_Bool->boolNoel Grandin1-10/+10