summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-17tdf#107877: Don't crash if all bitmaps are deletedXisco Fauli1-12/+20
2017-05-16tdf#107853 tdf#107854 Hide useless style familiesMaxim Monastirsky3-11/+14
2017-05-16loplugin:checkunusedparams variousNoel Grandin6-11/+11
2017-05-16cleanup code in IconChoiceDialog::ActivatePageImplNoel Grandin12-52/+32
2017-05-15Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M2-2/+2
2017-05-14tdf#107847 Make sure m_xContext is not emptyMaxim Monastirsky2-10/+6
2017-05-14tdf#58134 Reset Button in Options Dialogues does not Work with all Options.melikeyurtoglu1-0/+1
2017-05-14fix gdi resource leak with unreleased virtual deviceJulien Nabet1-1/+1
2017-05-13tdf#107811: expert config, deal no parent caseJulien Nabet1-0/+6
2017-05-12remove unused uno::Reference varsNoel Grandin5-10/+1
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin2-2/+2
2017-05-11SearchForAlreadyLoadedDoc does nothing usefulNoel Grandin2-89/+52
2017-05-09tdf#103491 Show correct label for the current UI element typeMaxim Monastirsky2-13/+34
2017-05-09Resolves: tdf#62702 allow ole objects to be inserted as iconsCaolán McNamara3-58/+90
2017-05-09tdf#106225 Rename Table Format to Table Properties in Impress/DrawFakabbir Amin1-1/+1
2017-05-09tdf#106681 Styles category for the Add Commands dialogMaxim Monastirsky12-1487/+461
2017-05-09loplugin:constantparamNoel Grandin2-2/+2
2017-05-08cppcheck nitpicks variableScope and redundantAssignmentJochen Nitschke1-2/+2
2017-05-08Set modified flag on entry renameMaxim Monastirsky1-0/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1