summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh2.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-28orcus is mandatory nowMarkus Mohrhard1-4/+0
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-5/+5
2016-10-24tdf#100517 : Optionally include comment-only columns when sortingDennis Francis1-0/+5
2016-08-19loplugin:countusersofdefaultparams in scNoel Grandin1-2/+2
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-1/+1
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-1/+1
2016-07-26this can be a ScopedVclPtrInstanceCaolán McNamara1-1/+1
2016-06-30fix Window::~Window: inconsistency in top window chain leakCaolán McNamara1-2/+2
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-4/+2
2016-03-10sc lok: Don't interact with the user during .uno:SortAscending or Descending.Jan Holesovsky1-2/+5
2016-03-10loplugin:constantparam in scNoel Grandin1-1/+1
2016-02-22Missing dispose of dialogStephan Bergmann1-1/+1
2016-01-31unnecessary use of OUString constructorNoel Grandin1-4/+4
2016-01-22Move sc/source/ui/dbgui/validate.cxx from scui to scStephan Bergmann1-19/+3
2015-12-12tdf#73006 : Put results in correct cells after Text to ColumnsDennis Francis1-7/+24
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
2015-11-04loplugin:stringconstantNoel Grandin1-1/+1
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-09-18boost->stdCaolán McNamara1-5/+5
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-5/+5
2015-09-17boost->stdCaolán McNamara1-5/+5
2015-09-17Resolves: tdf#85979 TextToColumns is overwriting, so set at ScImportExportEike Rathke1-0/+1
2015-09-02TableRef: introduce ScDBDataPortion enumEike Rathke1-1/+1
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-3/+2
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-1/+1
2015-07-28inline the "old" SbxErr constantsNoel Grandin1-1/+1
2015-07-16indentationEike Rathke1-2/+2
2015-05-30Implemented formula group count statisticBenjamin Ni1-1/+17
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-4/+4
2015-04-24loplugin:simplifyboolStephan Bergmann1-3/+3
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-3/+3
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-4/+4
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-2/+2
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-2/+2
2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky1-1/+1
2014-11-03fdo#85403 broadcast changes after TextToColumnEike Rathke1-0/+1
2014-10-28loplugin: cstylecastNoel Grandin1-19/+19
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-1/+3
2014-09-30fdo#53920 Switch back tab at RefButton closure timeLaurent Balland-Poirier1-2/+0
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-27/+27
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-8/+8
2014-05-12Avoid possible memory leaks in case of exceptionsTakeshi Abe1-13/+8
2014-04-30coverity#704714 Dereference after null checkCaolán McNamara1-1/+1