summaryrefslogtreecommitdiff
path: root/reportdesign/source/core
AgeCommit message (Expand)AuthorFilesLines
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-10-03Resolves: tdf#101711 problems with attempt to remove unused bg imagesCaolán McNamara2-3/+3
2016-09-29coverity#1371177 avoid Missing move assignment operatorCaolán McNamara1-4/+3
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke2-4/+2
2016-09-20Fix "ubsan: 9 is not a valid value for type ´SvxNumType´" once againStephan Bergmann1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann16-17/+17
2016-09-04coverity#1371177 default assign is good enoughCaolán McNamara1-9/+0
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-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin1-1/+1
2016-07-06Resolves: rhbz#1353069 don't clear XATTR_FILL* from stylesheet if...Caolán McNamara2-3/+3
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin8-16/+18
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-06-06remove some manual ref-countingNoel Grandin1-6/+4
2016-05-24Revert "remove some manual ref-counting"Noel Grandin1-4/+6
2016-05-24remove some manual ref-countingNoel Grandin1-6/+4
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-29/+8
2016-05-19loplugin:unusedmethods in package to rscNoel Grandin1-3/+1
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-8/+8
2016-05-12reportdesign: replace boost::bind with C++11 stuffMichael Stahl1-9/+14
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin5-5/+5
2016-05-04use Any constructor instead of temporariesNoel Grandin1-3/+1
2016-04-22Avoid reserved identifiersStephan Bergmann11-65/+65
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann5-18/+18
2016-04-18Avoid reserved identifier (_CreateShape -> CreateShape)Stephan Bergmann2-4/+4
2016-04-18Avoid reserved identifier (_CreateSdrObject -> CreateSdrObject_)Stephan Bergmann2-3/+3
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-04-14loplugin:passstuffbyref in reportdesignNoel Grandin1-1/+1
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke2-5/+0
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke4-14/+12
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin7-14/+15
2016-03-29Use const_iterator when possible (reportdesign)Julien Nabet7-17/+17
2016-03-23loplugin:constantparam in reportdesignNoel Grandin1-3/+2
2016-03-17loplugin:constantparam in svxNoel Grandin1-1/+1
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard1-1/+1
2016-02-24convert PropertyOrigin to scoped enumNoel Grandin1-12/+12
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin2-28/+0
2016-02-09Remove excess newlinesChris Sherlock16-32/+0
2016-02-03reportdesign: reformat thatMichael Stahl1-32/+33
2016-02-03reportdesign: try harder in getDocumentBaseURL()Michael Stahl1-1/+17
2016-02-01boost::mem_fn->std::mem_fn in reportdesignNoel Grandin3-5/+4
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin5-10/+13
2016-01-15Implement the XDocumentEventBroadcaster interface in OReportDefinitionMaxim Monastirsky1-3/+39
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-22loplugin:unusedfields in reportdesignNoel Grandin2-2/+0
2015-12-15fix missing BaseURL when loading embedded objectsMichael Stahl1-0/+5
2015-11-25loplugin:unusedfields in include/svxNoel Grandin1-2/+2