summaryrefslogtreecommitdiff
path: root/reportdesign/source
AgeCommit message (Expand)AuthorFilesLines
2016-09-25avoid coverity#1371177 Missing move assignment operatorCaolán McNamara1-2/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke5-11/+5
2016-09-20Fix "ubsan: 9 is not a valid value for type ´SvxNumType´" once againStephan Bergmann2-3/+3
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann77-82/+82
2016-09-12loplugin:constantparam in package..stocNoel Grandin8-29/+15
2016-09-05convert ScrollType to scoped enumNoel Grandin2-6/+6
2016-09-05convert GradientStyle to scoped enumNoel Grandin2-2/+2
2016-09-05convert LineStyle to scoped enumNoel Grandin2-2/+2
2016-09-04coverity#1371177 default assign is good enoughCaolán McNamara1-9/+0
2016-08-25convert DataAccessDescriptorProperty to scoped enumNoel Grandin3-12/+12
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin1-1/+1
2016-08-23convert SdrHdlKind to scoped enumNoel Grandin1-8/+8
2016-08-23convert SdrIterMode to scoped enumNoel Grandin3-4/+4
2016-08-23clean up the SdrObjFactory create callbacksNoel Grandin2-13/+15
2016-08-22convert SdrHintKind to scoped enumNoel Grandin1-2/+2
2016-08-22convert SdrHitKind to scoped enumNoel Grandin1-5/+5
2016-08-19coverity#1371120 Unchecked return valueCaolán McNamara1-14/+14
2016-08-19coverity#1371118 Unchecked return valueCaolán McNamara1-1/+2
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara2-3/+3
2016-08-19convert SdrInsertReasonKind to scoped enumNoel Grandin1-1/+1
2016-08-19convert SdrCreateCmd to scoped enumNoel Grandin1-1/+1
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 Grandin4-93/+91
2016-08-15tdf#100782 have XPropertyList hold unique_ptrJochen Nitschke1-1/+1
2016-08-12loplugin:unusedenumconstants in package..svtoolsNoel Grandin1-9/+3
2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin4-8/+8
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna2-3/+3
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna2-3/+3
2016-07-27improve passstuffbyref return analysisNoel Grandin2-4/+4
2016-07-25new loplugin overrideparamNoel Grandin1-1/+1
2016-07-19improve unnecessaryoverride pluginNoel Grandin2-6/+0
2016-07-15new loplugin unnecessary overrideNoel Grandin6-10/+4
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-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-28loplugin:singlevalfields in reportdesignNoel Grandin8-30/+9
2016-06-24loplugin:singlevalfields in comphelperNoel Grandin1-1/+0
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin3-15/+15
2016-06-22Resolves: tdf#100303 Report crashes on close of conditional formatting dialogCaolán McNamara2-1/+5
2016-06-17Simplify OPropertyContainerHelper::registerPropertyNoMember's _pInitialValueStephan Bergmann1-93/+77
2016-06-16tdf#42949: clean up includes in include/dbaccess with iwyuJorenz Paragas1-0/+1
2016-06-15tdf#100325 reportdesign: try to set URL as DocumentBaseURLMichael Stahl1-0/+5
2016-06-08split AddRemoveListener into two methodsNoel Grandin1-2/+2
2016-06-08remove some manual refcounting in reportdesignNoel Grandin2-14/+10
2016-06-06remove some manual ref-countingNoel Grandin1-6/+4
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-1/+1
2016-05-30Convert RSC_TOOLBOX to scoped enumNoel Grandin1-1/+0
2016-05-30Convert FontRelief to scoped enumNoel Grandin1-1/+1