summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/versdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-4/+4
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara1-1/+2
2019-07-29Simplify Sequence iterations in sfx2Arkadiy Illarionov1-10/+10
2019-04-26Resolves: tdf#124979 don't select item while list frozenCaolán McNamara1-2/+4
2019-04-09drop some unneeded includesCaolán McNamara1-2/+0
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen1-0/+1
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+1
2018-11-26weld SfxCmisVersionsDialogCaolán McNamara1-153/+51
2018-11-26weld SfxVersionDialogCaolán McNamara1-137/+131
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-10-03Related: tdf#120277 inherit from SfxDialogControllerCaolán McNamara1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-10loplugin:simplifyconstruct in sfx2..starmathNoel Grandin1-2/+0
2018-06-14tdf#116742: Only enable "CMIS" versions button for versionable CMISMike Kaganski1-1/+7
2018-05-07loplugin:useuniqueptr in SfxCmisVersionsDialogNoel Grandin1-14/+11
2018-05-07loplugin:useuniqueptr in SfxVersionDialogNoel Grandin1-14/+11
2018-04-25SvTabListBox::SetTabs, pass count explicitNoel Grandin1-11/+6
2018-04-03weld SfxViewVersionDialog_ImplCaolán McNamara1-48/+31
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-02-08Use for-range loops in sfx2 (part2)Julien Nabet1-2/+2
2018-01-12More loplugin:cstylecast: sfx2Stephan Bergmann1-2/+2
2017-11-07sfx2: Simplify SfxVersionTableDtor's code with std::unique_ptrTakeshi Abe1-19/+7
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-2/+2
2017-10-23loplugin:includeform: sfx2Stephan Bergmann1-2/+2
2017-10-14tdf#112689 - Replace chained O(U)StringBuffer::append() with operator+ekuiitr1-8/+4
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-2/+2
2016-10-05convert MapUnit to scoped enumNoel Grandin1-3/+3
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-4/+4
2016-05-30Convert SelectionMode to scoped enumNoel Grandin1-2/+2
2016-05-10clang-tidy modernize-loop-convert sfx2Noel Grandin1-2/+2
2016-04-13tdf#94306 replace boost::noncopyable in sfx2 to sotJochen Nitschke1-2/+3
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-4/+8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky1-2/+2
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky1-2/+2
2015-09-17boost->stdCaolán McNamara1-1/+0
2015-09-11convert Link<> to typedNoel Grandin1-2/+2
2015-09-08convert Link<> to typedNoel Grandin1-3/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-6/+3
2015-08-11loplugin: defaultparamsNoel Grandin1-3/+3
2015-08-07cppcheck:noExplicitConstructorNoel Grandin1-2/+2
2015-08-04shell,sfx2,sd: inline some use-once typedefsNoel Grandin1-3/+1
2015-07-16loplugin:unusedmethods sfx2(part2)Noel Grandin1-3/+2
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-2/+2
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-7/+46
2015-04-22convert HIB_ constants to scoped enumNoel Grandin1-4/+4