summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Expand)Author
2017-09-23new loplugin unnecessarycatchthrowNoel Grandin
2017-09-22Fresh run of bin/update_pch.shMike Kaganski
2017-09-22loplugin:flatten in pyuno..scNoel Grandin
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt
2017-09-13Fraction: make conversion operators and constructor explicitNoel Grandin
2017-09-12coverity#1078469 silence Unchecked return valueCaolán McNamara
2017-09-12clang-tidy modernize-use-emplace in package..saxNoel Grandin
2017-09-10cppcheck: knownConditionTrueFalse 'bRet' is always falseJochen Nitschke
2017-09-08set parent for file dialog helperCaolán McNamara
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin
2017-09-02Typos for "available"Julien Nabet
2017-09-01Fix typosAndrea Gelmini
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M
2017-08-17drop unused SdrCustomShapeAdjustmentItemJochen Nitschke
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-16rename some unnecessary contractions, Lft-Left, etc.Noel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-08-07cppcheck: variableScopeJochen Nitschke
2017-08-03loplugin:constparams in reportdesignNoel Grandin
2017-08-03loplugin:checkunusedparams in variousNoel Grandin
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-07-27loplugin:constparams in svxNoel Grandin
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-07-23Removed duplicated includesAndrea Gelmini
2017-07-22loplugin:unusedfields in oox,reportdesignNoel Grandin
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-18move SID_DISTRIBUTION to reportdesignCaolán McNamara
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski
2017-07-11Introduce IFormulaEditorHelper::createCompiler()Eike Rathke
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-07-11Add missing overrideEike Rathke
2017-07-10Introduce IFormulaEditorHelper::getCompiler()Eike Rathke
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-06use more begin()/end() for SequenceNoel Grandin
2017-07-05Enable the Formula Wizard to display 255 argument fieldsEike Rathke
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-04tdf#105831 Add Donate entry on Help menuOlivier
2017-07-04reportdesign: -Werror,-Wc++1z-extensionsMichael Stahl
2017-07-04Prepare for change of VAR_ARGS valueEike Rathke
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-07-02loplugin:casttovoid: reportdesignStephan Bergmann