summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/versdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-21Remove DeleteItemOnIdlexArmin Le Grand (allotropia)1-3/+3
2023-07-28SfxMedium::GetItemSet never returns nullptrMike Kaganski1-4/+4
2022-11-22loplugin:unusedfieldsNoel Grandin1-4/+0
2022-05-04Just use Any ctor instead of makeAny in sfx2Stephan Bergmann1-1/+1
2022-04-14Resolves: tdf#141625 give enough space to see full date+timeCaolán McNamara1-4/+4
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara1-5/+5
2021-10-16Simplify vector initialization in sfx2Julien Nabet1-4/+1
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-1/+1
2021-05-19use toggle instead of click for ToggleButtonCaolán McNamara1-6/+10
2021-01-07Missing construction of SfxCmisVersionsDialog::m_xVersionBoxStephan Bergmann1-0/+1
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen1-1/+0
2020-11-01use officecfg for Experimental flagNoel Grandin1-2/+2
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-01-26remove some unused local varsNoel Grandin1-1/+0
2020-01-13tdf#42949 Fix IWYU warnings in sfx2/source/[d-n]*/*cxxGabor Kelemen1-2/+0
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