summaryrefslogtreecommitdiff
path: root/sw/source/ui/config
AgeCommit message (Expand)AuthorFilesLines
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-09-09handle read-only state of wordcount settingsAndras Timar1-0/+3
2016-09-07loplugin:constantparam in swNoel Grandin1-2/+2
2016-08-22Avoid illegal cast of SwDropDownFieldType to SwSetExpFieldTypeStephan Bergmann1-1/+2
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-17/+17
2016-08-15convert SvxCompareMode to scoped enumNoel Grandin1-9/+9
2016-08-15tdf#100782 have XPropertyList hold unique_ptrJochen Nitschke1-1/+1
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara1-1/+1
2016-07-25sw: prefix members of SwTableOptionsTabPageMiklos Vajna1-96/+96
2016-07-25inconsistent default param override in SwComboBox::InsertEntryNoel Grandin1-2/+2
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin1-0/+1
2016-06-27Move accessibility relations to .ui files, Part 10: tdf#87026Muhammet Kara1-6/+0
2016-06-27loplugin:singlevalfields in sw(part1)Noel Grandin1-8/+0
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-4/+4
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann2-0/+2
2016-04-22tdf#81833: form protection can be modified as compatibility optionOliver Specht1-7/+23
2016-04-12Avoid reserved identifiersStephan Bergmann1-2/+2
2016-03-18convert SvButtonState to scoped enumNoel Grandin1-1/+1
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard1-1/+1
2016-03-09loplugin:constantparam in swNoel Grandin1-2/+2
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock2-6/+6
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-6/+6
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-2/+2
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-3/+3
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-3/+3
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-3/+3
2016-01-04Cleanup after removing vcl::FontInfo classChris Sherlock1-14/+14
2016-01-03vcl: Excise vcl::FontInfo classChris Sherlock1-3/+3
2015-12-11tdf#33338: enable autocaption position 'above' for all object typesOliver Specht1-3/+1
2015-12-10tdf#91665 l10n: replace string lists - by separate stringsJuergen Funk1-36/+126
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-15/+15
2015-11-24loplugin:unusedfields in sw/Noel Grandin1-6/+3
2015-11-14sw: prefix members of SwPrintDataMiklos Vajna1-43/+43
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-26/+26
2015-11-09formatting improvements in sw/Noel Grandin2-6/+6
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin2-6/+6
2015-11-06sw: prefix members of SwStdFontTabPageMiklos Vajna1-301/+301
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky1-5/+5
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky1-5/+5
2015-10-16convert Link<> to typedNoel Grandin2-20/+17
2015-10-15convert Link<> to typedNoel Grandin1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-12convert Link<> to typedNoel Grandin3-35/+28
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-3/+2
2015-09-24convert Link<> to typedNoel Grandin1-3/+3
2015-09-08convert Link<> to typedNoel Grandin1-6/+2
2015-09-01Make saving the default fonts work againMaxim Monastirsky1-0/+34
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-3/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin4-49/+29