summaryrefslogtreecommitdiffstats
path: root/reportdesign
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated std::mem_fun et al in reportdesignStephan Bergmann2017-12-0510-84/+66
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-053-6/+6
* -Werror,-Wimplicit-fallthroughStephan Bergmann2017-12-011-0/+1
* xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl2017-11-302-3/+3
* reportdesign: split up ORptFilter::CreateContext()Michael Stahl2017-11-305-46/+205
* loplugin:unusedmethodsNoel Grandin2017-11-294-71/+0
* coverity#1421074 Uncaught exceptionCaolán McNamara2017-11-262-2/+2
* Make loplugin:unnecessaryparen look through implicitStephan Bergmann2017-11-232-2/+2
* Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2017-11-221-3/+3
* coverity warningsCaolán McNamara2017-11-211-3/+3
* Resolves: tdf#113695 crash in color picker after parent is closedCaolán McNamara2017-11-092-2/+3
* Replace lists by vectors in reportdesignJulien Nabet2017-11-042-4/+4
* loplugin:finalclasses in reportdesignNoel Grandin2017-10-318-63/+50
* loplugin:constantparam in oox,registry,reportdesignNoel Grandin2017-10-311-4/+4
* vcl: make MapMode constructor explicitMichael Stahl2017-10-266-7/+7
* loplugin:includeform: reportdesignStephan Bergmann2017-10-2394-495/+495
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-1/+1
* turn implicit container explicit in buildable notebooksCaolán McNamara2017-10-173-14/+86
* use rtl::Reference for SvXMLGraphicHelperNoel Grandin2017-10-161-11/+9
* use rtl::Reference in SvXMLEmbeddedObjectHelperNoel Grandin2017-10-061-6/+4
* Related: tdf#107569 Remove useless slotsMaxim Monastirsky2017-10-061-1/+0
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-1/+1
* tdf#112848 Assert when clicking on report wizard or design viewNoel Grandin2017-10-031-1/+0
* new loplugin:blockblockNoel Grandin2017-10-031-4/+2
* throw more useful uno::Exception'sNoel Grandin2017-10-013-9/+9
* Replace fancy Unicode in exception messageStephan Bergmann2017-09-281-3/+2
* loplugin:stringconstant: Simplify construction of non-ASCII OUStringStephan Bergmann2017-09-281-2/+1
* Rename GetSelectEntryData -> GetSelectedEntryDataSamuel Mehrbrodt2017-09-252-3/+3
* tdf#106762 Base SvxColorToolBoxControl on svt::PopupWindowControllerMaxim Monastirsky2017-09-241-1/+2
* rptui::OToolboxController becomes unused, tdf#106762 relatedMaxim Monastirsky2017-09-245-304/+0
* new loplugin unnecessarycatchthrowNoel Grandin2017-09-232-123/+111
* Fresh run of bin/update_pch.shMike Kaganski2017-09-223-45/+101
* loplugin:flatten in pyuno..scNoel Grandin2017-09-221-11/+10
* ofz: don't leak in face of exceptionsCaolán McNamara2017-09-2224-68/+60
* Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt2017-09-213-12/+12
* Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt2017-09-211-2/+2
* Fraction: make conversion operators and constructor explicitNoel Grandin2017-09-135-24/+19
* coverity#1078469 silence Unchecked return valueCaolán McNamara2017-09-121-2/+2
* clang-tidy modernize-use-emplace in package..saxNoel Grandin2017-09-124-12/+12
* cppcheck: knownConditionTrueFalse 'bRet' is always falseJochen Nitschke2017-09-101-2/+1
* set parent for file dialog helperCaolán McNamara2017-09-081-1/+1
* loplugin:unnecessaryparen include case statementsNoel Grandin2017-09-061-1/+1
* Typos for "available"Julien Nabet2017-09-022-2/+2
* Fix typosAndrea Gelmini2017-09-011-1/+1
* Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M2017-08-281-1/+1
* drop unused SdrCustomShapeAdjustmentItemJochen Nitschke2017-08-171-1/+0
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-173-6/+3
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-171-6/+6
* rename some unnecessary contractions, Lft-Left, etc.Noel Grandin2017-08-161-5/+5
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-111-3/+1