summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/api/ReportDefinition.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: reportdesignStephan Bergmann1-19/+19
2017-10-16use rtl::Reference for SvXMLGraphicHelperNoel Grandin1-11/+9
2017-10-06use rtl::Reference in SvXMLEmbeddedObjectHelperNoel Grandin1-6/+4
2017-09-23new loplugin unnecessarycatchthrowNoel Grandin1-34/+28
2017-09-22loplugin:flatten in pyuno..scNoel Grandin1-11/+10
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-08-03loplugin:constparams in reportdesignNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-12/+12
2017-07-06use more begin()/end() for SequenceNoel Grandin1-2/+1
2017-06-26loplugin:oncevar in oox..saxNoel Grandin1-9/+3
2017-06-13use local statics for getUnoTunnelImplementationIdJochen Nitschke1-11/+3
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-2/+0
2017-06-03cleanup unused css/inspection/ and css/reportdesign includesJochen Nitschke1-1/+0
2017-05-12convert SdrLayerId to strong_intNoel Grandin1-3/+3
2017-05-03loplugin:checkunusedparams in package..reportdesignNoel Grandin1-1/+7
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: reportdesignStephan Bergmann1-2/+2
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+3
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+2
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-173/+159
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin1-6/+0
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann1-19/+19
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin1-1/+0
2016-11-08loplugin:expandablemethods in reportdesignNoel Grandin1-20/+15
2016-10-19loplugin:expandablemethodds in reportdesign..salNoel Grandin1-6/+4
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-2/+2
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-08-18convert SvXMLEmbeddedObjectHelperMode to scoped enumNoel Grandin1-4/+4
2016-08-17convert SvXMLGraphicHelperMode to scoped enumNoel Grandin1-3/+3
2016-08-16new loplugin to check for static OUStringsNoel Grandin1-21/+21
2016-06-17Simplify OPropertyContainerHelper::registerPropertyNoMember's _pInitialValueStephan Bergmann1-93/+77
2016-06-15tdf#100325 reportdesign: try to set URL as DocumentBaseURLMichael Stahl1-0/+5
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-29/+8
2016-05-12reportdesign: replace boost::bind with C++11 stuffMichael Stahl1-9/+14
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-1/+1
2016-05-04use Any constructor instead of temporariesNoel Grandin1-3/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-9/+9
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke1-2/+3
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-2/+2
2016-03-29Use const_iterator when possible (reportdesign)Julien Nabet1-5/+5
2016-02-03reportdesign: try harder in getDocumentBaseURL()Michael Stahl1-1/+17
2016-02-01boost::mem_fn->std::mem_fn in reportdesignNoel Grandin1-1/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-5/+5
2016-01-15Implement the XDocumentEventBroadcaster interface in OReportDefinitionMaxim Monastirsky1-3/+39
2015-12-15fix missing BaseURL when loading embedded objectsMichael Stahl1-0/+5
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5