summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc/srtdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-07Resolves: tdf#113805 insert special character fails in insert footnote...Caolán McNamara1-1/+1
2017-10-23loplugin:includeform: swStephan Bergmann1-1/+1
2017-10-20use std::unique_ptr in SwSortOptionsNoel Grandin1-9/+10
2017-09-25Rename GetSelectEntryData -> GetSelectedEntryDataSamuel Mehrbrodt1-4/+4
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-4/+4
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-3/+3
2017-08-07loplugin:constparams in sw part10Noel Grandin1-2/+2
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-07-31loplugin:oncevarNoel Grandin1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-0/+1
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-4/+4
2017-04-26use strong_int for LanguageTypeNoel Grandin1-2/+2
2017-04-12convert SelectionType to scoped enumNoel Grandin1-1/+1
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: swStephan Bergmann1-1/+2
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-4/+4
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara1-1/+1
2016-06-16Ensure updated accessible names in SwSortDlg ctorMuhammet Kara1-4/+6
2016-06-07Move accessibility relations to .ui files, Part 7: tdf#87026Muhammet Kara1-3/+0
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin1-1/+1
2016-05-30Move accessibility relations to .ui files tdf#87026Muhammet Kara1-17/+0
2016-04-22Avoid reserved identifiersStephan Bergmann1-2/+2
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-11-09formatting improvements in sw/Noel Grandin1-2/+2
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky1-1/+1
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky1-1/+1
2015-10-12convert Link<> to typedNoel Grandin1-3/+7
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-09-07sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-7/+4
2015-08-21loplugin: defaultparamsNoel Grandin1-3/+3
2015-06-19Catch inadvertent uses of OUString(sal_Unicode) ctorStephan Bergmann1-1/+1
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-24/+24
2015-05-18Include <cstdint> early to be sure to get SIZE_MAXTor Lillqvist1-0/+2
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29convert LANG_LIST constants to scoped enumNoel Grandin1-1/+1
2015-04-11More re-basing compile-time fixes; now we compile.Michael Meeks1-1/+0
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-2/+28
2015-04-09vcl: VclPtr conversion in swNoel Grandin1-0/+6
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-4/+4
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin1-7/+4
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-4/+4