summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/license_dialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-09-28gives names to all the Idles and TasksNoel Grandin1-0/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-2/+3
2020-07-11desktop/deployment: create instances with uno constructorsNoel Grandin1-0/+18
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen1-7/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-06-14remove some unused includesCaolán McNamara1-5/+3
2019-04-09drop some unneeded includesCaolán McNamara1-1/+0
2019-04-02drop some unneeded includesCaolán McNamara1-1/+0
2019-02-27weld LicenseDialogImplCaolán McNamara1-180/+105
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-04-10tdf#42949 Remove unnecessary localization headers from desktopGabor Kelemen1-2/+0
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: desktopStephan Bergmann1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+2
2017-04-19clang-tidy readability-simplify-boolean-expr in dbaccess..frameworkNoel Grandin1-4/+1
2017-03-08tdf#91222 VclBuilder constructor cleanupJulien Nabet1-8/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-2/+2
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-3/+3
2016-12-06cleanup unused includes (related to tdf#88206)Jochen Nitschke1-1/+0
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl1-3/+0
2016-10-14loplugin:mergeclasses merge TextView with ExtTextViewNoel Grandin1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-10/+10
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-09-05convert ScrollType to scoped enumNoel Grandin1-1/+1
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin1-1/+0
2016-02-09Remove excess newlinesChris Sherlock1-5/+0
2016-02-03desktop: replace boost::bind with lambda or std::bindMichael Stahl1-2/+3
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin1-1/+1
2015-12-24loplugin:unusedfieldsNoel Grandin1-2/+1
2015-12-23loplugin:unusedfields in desktopNoel Grandin1-9/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-09-17convert Link<> to typedNoel Grandin1-16/+12
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-9/+6
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-16sal_uLong to sal_Int32/longMatteo Casalin1-2/+2
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks1-3/+2
2015-04-30Gradually typed LinkStephan Bergmann1-6/+6
2015-04-17desktop: convert new to ::Create.Michael Meeks1-1/+2
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-7/+22
2015-04-09vcl: VclPtr conversion in formsNoel Grandin1-0/+7
2014-09-30desktop: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1