summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Expand)Author
2016-06-24loplugin:singlevalfields in comphelperNoel Grandin
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin
2016-06-22Resolves: tdf#100303 Report crashes on close of conditional formatting dialogCaolán McNamara
2016-06-17Simplify OPropertyContainerHelper::registerPropertyNoMember's _pInitialValueStephan Bergmann
2016-06-16tdf#42949: clean up includes in include/dbaccess with iwyuJorenz Paragas
2016-06-15tdf#100325 reportdesign: try to set URL as DocumentBaseURLMichael Stahl
2016-06-08split AddRemoveListener into two methodsNoel Grandin
2016-06-08remove some manual refcounting in reportdesignNoel Grandin
2016-06-06remove unused constants in HRC filesNoel Grandin
2016-06-06remove some manual ref-countingNoel Grandin
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin
2016-05-30Convert RSC_TOOLBOX to scoped enumNoel Grandin
2016-05-30Convert FontRelief to scoped enumNoel Grandin
2016-05-30Convert SelectionMode to scoped enumNoel Grandin
2016-05-30loplugin:unusedmethodsNoel Grandin
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara
2016-05-25Fix typosAndrea Gelmini
2016-05-24Revert "remove some manual ref-counting"Noel Grandin
2016-05-24remove some manual ref-countingNoel Grandin
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-05-20Convert PROP_FLAG to scoped enumNoel Grandin
2016-05-19loplugin:unusedmethods in package to rscNoel Grandin
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-05-12reportdesign: replace rest of boost::ref usage with C++11 lambdasMichael Stahl
2016-05-12reportdesign: replace boost::bind with C++11 stuffMichael Stahl
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-05-10convert WINDOWSTATE_MASK to scoped enumNoel Grandin
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-04-27Add default line width defines for TableBordersslideon
2016-04-25Some more sal_Bool -> boolStephan Bergmann
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-22Elide const varsStephan Bergmann
2016-04-21new plugin stylepoliceNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-20Replace sal_Bool with bool in vector<pair<...>>Stephan Bergmann
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-04-18cppcheck: silence known condition warning in reportdesignJochen Nitschke
2016-04-18Avoid reserved identifier (_CreateShape -> CreateShape)Stephan Bergmann
2016-04-18Avoid reserved identifier (_CreateSdrObject -> CreateSdrObject_)Stephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin
2016-04-14loplugin:passstuffbyref in reportdesignNoel Grandin
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke