summaryrefslogtreecommitdiff
path: root/cui/source/options/optlingu.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-26cpp check, fix redundantAssignmentBán Róbert1-2/+1
2017-10-23loplugin:includeform: cuiStephan Bergmann1-3/+3
2017-10-04tdf#112689 Replace chained O(U)StringBuffer::append with operator+ in cuiArkadiy Illarionov1-3/+2
2017-10-02consistently apply std::unique_ptr to SvLBoxButtonDataCaolán McNamara1-9/+7
2017-09-30Related tdf#112393: avoid leak in SvxEditModulesDlg::CreateEntryJulien Nabet1-2/+2
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-4/+4
2017-09-15tdf#112393: avoid leak in LangSelectHdl_Impl (cui)Julien Nabet1-0/+2
2017-09-15tdf#112392: avoid leak in SvxEditModulesDlg (cui)Julien Nabet1-4/+2
2017-08-22convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin1-4/+8
2017-07-31loplugin:constparams in cuiNoel Grandin1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-2/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-0/+1
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-05-28cleanup unused css/linguistic2/ includesJochen Nitschke1-4/+0
2017-05-19make string translation loading more uniformCaolán McNamara1-14/+14
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-04-26use strong_int for LanguageTypeNoel Grandin1-31/+26
2017-03-28tdf#42949: clean up includes in include/svx/[a-c]* with iwyuJorenz Paragas1-0/+1
2017-02-24makeAny->Any in cppuhelper..cuiNoel Grandin1-1/+1
2017-01-23loplugin: unnecessary destructor: comphelper..desktopNoel Grandin1-5/+0
2016-12-16coverity#1397204 Dereference null return valueCaolán McNamara1-1/+1
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-4/+4
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-1/+1
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin1-1/+1
2016-10-20Handle link click directly in FixedHyperlinkSamuel Mehrbrodt1-52/+2
2016-10-19loplugin:expandablemethodds in cuiNoel Grandin1-8/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-14/+14
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-09loplugin:constantparam in svxNoel Grandin1-1/+1
2016-08-26convert SV_ITEM_ID_LBOX defines to scoped enumJochen Nitschke1-2/+2
2016-07-10Remove redundant SvxGet* wrappers around LinguMgr functionsStephan Bergmann1-6/+6
2016-06-15Move accessibility relations to .ui files, Part 9: tdf#87026Muhammet Kara1-8/+0
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2016-03-18convert SvLBoxButtonKind to scoped enumNoel Grandin1-2/+2
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin1-16/+11
2016-02-09Remove excess newlinesChris Sherlock1-16/+0
2015-12-23loplugin:unusedfields in cuiNoel Grandin1-3/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-19/+19
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-8/+6
2015-10-25tdf#39440: fix several warnings reported by cppcheckSerge Krot1-4/+5
2015-10-19loplugin:defaultparamsStephan Bergmann1-3/+3
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin1-4/+4
2015-10-16convert Link<> to typedNoel Grandin1-4/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-10-12convert Link<> to typedNoel Grandin1-3/+7
2015-09-14boost->stdCaolán McNamara1-3/+2