summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/license_dialog.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-23fdo#82577: Handle WindowNoel Grandin1-5/+5
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-2/+3
2014-06-04desktop: fix includesThomas Arnhold1-15/+15
2014-04-22desktop: sal_Bool->boolNoel Grandin1-8/+8
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann1-3/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-02-27Remove visual noise from desktopAlexander Wilms1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-01-24Introduce com.sun.star.task.theJobExecutor singleton.Matúš Kukan1-1/+0
2014-01-14EndDialog takes long nResult, not boolStephan Bergmann1-2/+2
2013-12-06convert accept license dialog to .uiCaolán McNamara1-65/+75