summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2017-07-02loplugin:casttovoid: cuiStephan Bergmann6-28/+13
2017-07-02nMinPasswdLen is "currently not supported" ever sinceStephan Bergmann3-8/+5
2017-06-30Hexcode amd decimal code should be updated while switching to recent viewAkshay Deep1-0/+17
2017-06-28Use SvTreeListBox's own method: RemoveEntryMuhammet Kara1-1/+1
2017-06-28Implement search feature in the Kayboard tabMuhammet Kara3-127/+209
2017-06-26Fix typosAndrea Gelmini2-3/+3
2017-06-23silence some unique_ptr warningsCaolán McNamara1-8/+14
2017-06-23loplugin:unusedfields in cuiNoel Grandin43-181/+14
2017-06-22Removed duplicated includeAndrea Gelmini1-1/+0
2017-06-21loplugin:unusedfields in svtoolsNoel Grandin2-3/+0
2017-06-21loplugin:unusedfields in svx part2Noel Grandin2-51/+6
2017-06-21loplugin:unusedfields in svx part1Noel Grandin1-1/+0
2017-06-21convert ErrCode to strong typedefNoel Grandin2-3/+3
2017-06-21Resolves: tdf#105740 select without selecting.. tdf#101588 b0rkEike Rathke2-6/+7
2017-06-20'Middle' used twiceCaolán McNamara1-1/+1
2017-06-20loplugin:oncevar in cuiNoel Grandin20-71/+32
2017-06-19Fix screenshot missing quotes in code snippetOlivier Hallot1-5/+5
2017-06-19GSoC: Glyph View and Recent Characters Control in Special Characters dialogAkshay Deep7-245/+834
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann1-14/+19
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke3-3/+0
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann6-32/+26
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin3-3/+3
2017-06-14Let CreateItemSet return unique_ptrStephan Bergmann2-19/+23
2017-06-13Use unique_ptr for SvxHpLinkDlg::mpItemSetStephan Bergmann2-5/+11
2017-06-13remove TDE integration (vclplug, address book, config backend)Michael Stahl2-9/+0
2017-06-12Get rid of last remainders of SetPos nonsenseKatarina Behrens4-18/+3
2017-06-12cleanup unused css/frame/* includesJochen Nitschke10-13/+3
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin2-10/+5
2017-06-08tdf#107087: Select bitmap fill from preset listKatarina Behrens2-7/+7
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-2/+2
2017-06-05Improved loplugin:cstylecast to reference types: cuiStephan Bergmann5-6/+6
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin2-2/+2
2017-06-02Improved loplugin:redundantcast static_cast handling: cuiStephan Bergmann1-3/+3
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin1-1/+1
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann2-2/+0
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin2-3/+0
2017-05-30remove duplicate 'using namespace'Jochen Nitschke1-1/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin6-12/+9
2017-05-29tdf#36747 Add extension in Tools > Options > Load / Save > GeneralGian Domenico Ceccarini1-3/+21
2017-05-28remove unnecessary use of OString::getStrNoel Grandin2-6/+2
2017-05-28cleanup unused css/linguistic2/ includesJochen Nitschke5-10/+1
2017-05-26coverity#1242834 Unused valueCaolán McNamara1-4/+4
2017-05-20tdf#107900: Revert "tdf#58134 Reset Button in Options Dialogues does not Work...Julien Nabet1-1/+0
2017-05-20tdf#107822: Apply custom pattern even if not saved as presetKatarina Behrens2-14/+4
2017-05-20cleanup unused css/script/ includesJochen Nitschke2-3/+0
2017-05-19loplugin:stringcopy: cuiStephan Bergmann12-28/+28
2017-05-19make string translation loading more uniformCaolán McNamara55-272/+275
2017-05-19loplugin:unusedfieldsNoel Grandin4-14/+1
2017-05-18Remove parentheses around some comparisonsStephan Bergmann1-1/+1
2017-05-18can drop CUI_RESSTR nowCaolán McNamara27-140/+105