summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Expand)AuthorFilesLines
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann2-2/+2
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-3/+3
2017-11-21coverity warningsCaolán McNamara1-3/+3
2017-11-09Resolves: tdf#113695 crash in color picker after parent is closedCaolán McNamara2-2/+3
2017-11-04Replace lists by vectors in reportdesignJulien Nabet2-4/+4
2017-10-31loplugin:finalclasses in reportdesignNoel Grandin8-63/+50
2017-10-31loplugin:constantparam in oox,registry,reportdesignNoel Grandin1-4/+4
2017-10-26vcl: make MapMode constructor explicitMichael Stahl6-7/+7
2017-10-23loplugin:includeform: reportdesignStephan Bergmann94-495/+495
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-17turn implicit container explicit in buildable notebooksCaolán McNamara3-14/+86
2017-10-16use rtl::Reference for SvXMLGraphicHelperNoel Grandin1-11/+9
2017-10-06use rtl::Reference in SvXMLEmbeddedObjectHelperNoel Grandin1-6/+4
2017-10-06Related: tdf#107569 Remove useless slotsMaxim Monastirsky1-1/+0
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-10-03tdf#112848 Assert when clicking on report wizard or design viewNoel Grandin1-1/+0
2017-10-03new loplugin:blockblockNoel Grandin1-4/+2
2017-10-01throw more useful uno::Exception'sNoel Grandin3-9/+9
2017-09-28Replace fancy Unicode in exception messageStephan Bergmann1-3/+2
2017-09-28loplugin:stringconstant: Simplify construction of non-ASCII OUStringStephan Bergmann1-2/+1
2017-09-25Rename GetSelectEntryData -> GetSelectedEntryDataSamuel Mehrbrodt2-3/+3
2017-09-24tdf#106762 Base SvxColorToolBoxControl on svt::PopupWindowControllerMaxim Monastirsky1-1/+2
2017-09-24rptui::OToolboxController becomes unused, tdf#106762 relatedMaxim Monastirsky5-304/+0
2017-09-23new loplugin unnecessarycatchthrowNoel Grandin2-123/+111
2017-09-22Fresh run of bin/update_pch.shMike Kaganski3-45/+101
2017-09-22loplugin:flatten in pyuno..scNoel Grandin1-11/+10
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara24-68/+60
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt3-12/+12
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-2/+2
2017-09-13Fraction: make conversion operators and constructor explicitNoel Grandin5-24/+19
2017-09-12coverity#1078469 silence Unchecked return valueCaolán McNamara1-2/+2
2017-09-12clang-tidy modernize-use-emplace in package..saxNoel Grandin4-12/+12
2017-09-10cppcheck: knownConditionTrueFalse 'bRet' is always falseJochen Nitschke1-2/+1
2017-09-08set parent for file dialog helperCaolán McNamara1-1/+1
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin1-1/+1
2017-09-02Typos for "available"Julien Nabet2-2/+2
2017-09-01Fix typosAndrea Gelmini1-1/+1
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M1-1/+1
2017-08-17drop unused SdrCustomShapeAdjustmentItemJochen Nitschke1-1/+0
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin3-6/+3
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-6/+6
2017-08-16rename some unnecessary contractions, Lft-Left, etc.Noel Grandin1-5/+5
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-3/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin11-53/+51
2017-08-07cppcheck: variableScopeJochen Nitschke1-4/+0
2017-08-03loplugin:constparams in reportdesignNoel Grandin16-30/+30
2017-08-03loplugin:checkunusedparams in variousNoel Grandin2-10/+5
2017-08-01move resmgr to unotoolsCaolán McNamara4-8/+5
2017-07-27loplugin:constparams in svxNoel Grandin1-1/+1
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-29/+15