summaryrefslogtreecommitdiff
path: root/cui/source/options/optaboutconfig.cxx
AgeCommit message (Expand)Author
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin
2016-03-14Resolves: tdf#94968 return false is expanding failed to add anythingCaolán McNamara
2016-02-25use SearchOptions2Eike Rathke
2016-02-05interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke
2016-01-11loplugin:unusedmethods unused return value in cuiNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-09-14boost->stdCaolán McNamara
2015-09-11convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-21tdf#39440 reduce scope of local variablesMichael Weghorn
2015-07-29com::sun::star->css in cuiNoel Grandin
2015-07-24Fix alternating rows in SvTreeListBoxMihály Palenik
2015-07-20svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl
2015-07-08coverity#1311336 Uninitialized scalar fieldCaolán McNamara
2015-07-07loplugin:implicitboolconversionStephan Bergmann
2015-07-07loplugin:staticcallStephan Bergmann
2015-07-07tdf#92510 Fix search in Expert Configuration dialogMihály Palenik
2015-07-07Use expanding handler in Expert Configuration dialogMihály Palenik
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-07-05cppcheck: noExplicitConstructorCaolán McNamara
2015-06-22loplugin:passstuffbyrefStephan Bergmann
2015-06-22Review Expert Configuration dialog's tree view.Mihály Palenik
2015-06-17loplugin:staticcallStephan Bergmann
2015-06-16Change table to tree view in Expert Configuration dialog.Mihály Palenik
2015-06-16Fix typosAndrea Gelmini
2015-05-18perform a boundary checkTakeshi Abe
2015-05-10Crash Options->Advanced->Advanced, missing disposeAndClearPhilippe Jung
2015-05-09tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks
2015-04-18cui: convert new to ::Create.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-02-05Extend loplugin:passstuffbyref to handle lambdasStephan Bergmann
2015-02-05Implement search funtion in Expert Configuration dialog.Palenik Mihály
2014-10-30Improve SvSimpleTable classPalenik Mihály
2014-10-02Improved striped rows implementationSamuel Mehrbrodt
2014-09-30Improve SvTreeListBox classPalenik Mihály
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-07-09Resolves: fdo#73806 reduce the size-request of the expert config dialogCaolán McNamara
2014-07-09have expert config dialog survive exceptionsCaolán McNamara
2014-05-27Export Config: Use ModelessDialogThomas Arnhold
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-04-16cui: sal_Bool->boolNoel Grandin