summaryrefslogtreecommitdiffstats
path: root/reportdesign
Commit message (Expand)AuthorAgeFilesLines
* Convert RSC_TOOLBOX to scoped enumNoel Grandin2016-05-301-1/+0
* Convert FontRelief to scoped enumNoel Grandin2016-05-301-1/+1
* Convert SelectionMode to scoped enumNoel Grandin2016-05-302-2/+2
* loplugin:unusedmethodsNoel Grandin2016-05-302-4/+0
* tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin2016-05-271-1/+2
* (nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara2016-05-255-11/+1
* Fix typosAndrea Gelmini2016-05-251-1/+1
* Revert "remove some manual ref-counting"Noel Grandin2016-05-242-6/+8
* remove some manual ref-countingNoel Grandin2016-05-242-8/+6
* clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin2016-05-232-34/+10
* Convert PROP_FLAG to scoped enumNoel Grandin2016-05-204-70/+72
* loplugin:unusedmethods in package to rscNoel Grandin2016-05-195-50/+3
* clang-tidy modernize-make-sharedNoel Grandin2016-05-182-10/+10
* reportdesign: replace rest of boost::ref usage with C++11 lambdasMichael Stahl2016-05-126-29/+13
* reportdesign: replace boost::bind with C++11 stuffMichael Stahl2016-05-124-22/+41
* convert SFXWB file dialog flags to scoped enumNoel Grandin2016-05-121-1/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-105-8/+8
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-102-1/+3
* convert WINDOWSTATE_MASK to scoped enumNoel Grandin2016-05-101-1/+1
* convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin2016-05-091-1/+1
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-066-6/+6
* clang-tidy modernize-loop-convert in oox to saxNoel Grandin2016-05-059-48/+48
* use Any constructor instead of temporariesNoel Grandin2016-05-041-3/+1
* Add default line width defines for TableBordersslideon2016-04-271-2/+4
* Some more sal_Bool -> boolStephan Bergmann2016-04-251-1/+1
* Avoid reserved identifiersStephan Bergmann2016-04-2223-94/+94
* Elide const varsStephan Bergmann2016-04-221-6/+2
* new plugin stylepoliceNoel Grandin2016-04-211-2/+2
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-2020-91/+91
* Replace sal_Bool with bool in vector<pair<...>>Stephan Bergmann2016-04-202-5/+5
* clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin2016-04-201-2/+1
* cppcheck: silence known condition warning in reportdesignJochen Nitschke2016-04-181-23/+19
* Avoid reserved identifier (_CreateShape -> CreateShape)Stephan Bergmann2016-04-182-4/+4
* Avoid reserved identifier (_CreateSdrObject -> CreateSdrObject_)Stephan Bergmann2016-04-182-3/+3
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-182-3/+2
* clean-up: unused using declarations and includesJochen Nitschke2016-04-182-2/+0
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-144-8/+8
* loplugin:passstuffbyref in reportdesignNoel Grandin2016-04-1415-26/+26
* tdf#94306 remove unused boost dependenciesJochen Nitschke2016-04-133-3/+0
* Avoid reserved identifiersStephan Bergmann2016-04-123-9/+10
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-123-7/+1
* tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke2016-04-1113-31/+30
* coverity#705112 Using invalid iteratorCaolán McNamara2016-04-041-2/+2
* coverity#1358027 silence Using invalid iteratorCaolán McNamara2016-04-031-2/+2
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-1/+1
* tdf#97525 vcl: make DeletionListener internalJochen Nitschke2016-03-312-2/+0
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-3111-20/+21
* use SAL_N_ELEMENTS in for loopsNoel Grandin2016-03-318-34/+30
* Avoid reserved identifiersStephan Bergmann2016-03-292-28/+28
* Use const_iterator when possible (reportdesign)Julien Nabet2016-03-2917-107/+107