summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Expand)AuthorFilesLines
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 Grandin2-12/+3
2016-08-11tdf#96015 (part) links to Askbot in the Help menuOlivier Hallot1-0/+1
2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin4-8/+8
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna3-4/+4
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna3-4/+4
2016-07-27improve passstuffbyref return analysisNoel Grandin2-4/+4
2016-07-25new loplugin overrideparamNoel Grandin2-2/+2
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 unused constants in HRC filesNoel Grandin2-9/+0
2016-06-06remove some manual ref-countingNoel Grandin2-8/+6
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
2016-05-30Convert SelectionMode to scoped enumNoel Grandin2-2/+2
2016-05-30loplugin:unusedmethodsNoel Grandin2-4/+0
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin1-1/+2
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara5-11/+1
2016-05-25Fix typosAndrea Gelmini1-1/+1
2016-05-24Revert "remove some manual ref-counting"Noel Grandin2-6/+8
2016-05-24remove some manual ref-countingNoel Grandin2-8/+6
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin2-34/+10
2016-05-20Convert PROP_FLAG to scoped enumNoel Grandin4-70/+72
2016-05-19loplugin:unusedmethods in package to rscNoel Grandin5-50/+3
2016-05-18clang-tidy modernize-make-sharedNoel Grandin2-10/+10
2016-05-12reportdesign: replace rest of boost::ref usage with C++11 lambdasMichael Stahl6-29/+13
2016-05-12reportdesign: replace boost::bind with C++11 stuffMichael Stahl4-22/+41
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann5-8/+8
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann2-1/+3
2016-05-10convert WINDOWSTATE_MASK to scoped enumNoel Grandin1-1/+1
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin1-1/+1
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin6-6/+6
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin9-48/+48
2016-05-04use Any constructor instead of temporariesNoel Grandin1-3/+1