summaryrefslogtreecommitdiff
path: root/basctl/source/dlged/managelang.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-04-15improve loplugin simplifyconstructNoel Grandin1-2/+2
2019-04-06weld OTableSubscriptionPageCaolán McNamara1-2/+2
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+1
2019-03-16clarify that set_visible(true/false) is just show/hideCaolán McNamara1-6/+6
2019-02-19weld ChineseDictionaryDialogCaolán McNamara1-2/+1
2019-02-12merge together as get_checkbox_column_widthCaolán McNamara1-1/+1
2019-02-07weld ManageLanguageDialogCaolán McNamara1-58/+49
2019-02-07weld ManageLanguageDialogCaolán McNamara1-58/+63
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-30use StartExecuteAsync in basctlNoel Grandin1-13/+15
2018-10-23clang-tidy performance-unnecessary-copy-initialization inNoel Grandin1-1/+1
2018-03-23Typo: GetSelectLanguage -> GetSelectedLanguageSamuel Mehrbrodt1-1/+1
2018-02-22weld native message dialogsCaolán McNamara1-3/+4
2018-02-01tdf#42949 Remove unneeded helpids.h headers (1/3)Gabor Kelemen1-1/+0
2017-10-10basctl: consistently use "" and <> in include directivesMike Kaganski1-9/+9
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt1-2/+2
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-4/+4
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin1-3/+3
2017-05-17drop IDE_RESSTRCaolán McNamara1-2/+2
2017-05-16loplugin:comparisonwithconstant in basctlNoel Grandin1-1/+1
2016-12-02tdf#93592 Make it possible to add default language resource to dialogeditorNiklas Johansson1-13/+6
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-4/+4
2016-08-23Remaining clang-tidy misc-move-constructor-initStephan Bergmann1-2/+2
2015-11-20loplugin:unusedfields in basctlNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-12convert Link<> to typedNoel Grandin1-6/+4
2015-09-14boost->stdCaolán McNamara1-2/+2
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin1-15/+15
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-7/+3
2015-08-22tdf#93077 - basic dialog localization issues.Michael Meeks1-14/+22
2015-08-07Resolves: tdf#92896 wrong delete language dialog pathCaolán McNamara1-1/+1
2015-04-29convert LANG_LIST constants to scoped enumNoel Grandin1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+20
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-5/+5
2015-04-09vcl: VclPtr conversion in basctlNoel Grandin1-0/+6
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-3/+3
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-08-25convert RID_QRYBOX_LANGUAGE with custom title to .uiCaolán McNamara1-4/+2
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky1-3/+3
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke1-2/+1
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-11-Werror,-Wunused-functionStephan Bergmann1-25/+0
2014-02-11convert manage languages dialog to .uiCaolán McNamara1-72/+37
2014-01-03convert default language dialog to .uiCaolán McNamara1-69/+35