summaryrefslogtreecommitdiffstats
path: root/reportdesign
Commit message (Expand)AuthorAgeFilesLines
* loplugin:singlevalfields in reportdesignNoel Grandin2016-06-288-30/+9
* loplugin:singlevalfields in comphelperNoel Grandin2016-06-241-1/+0
* tdf#97527 - vcl: reference-count MenuNoel Grandin2016-06-233-15/+15
* Resolves: tdf#100303 Report crashes on close of conditional formatting dialogCaolán McNamara2016-06-222-1/+5
* Simplify OPropertyContainerHelper::registerPropertyNoMember's _pInitialValueStephan Bergmann2016-06-171-93/+77
* tdf#42949: clean up includes in include/dbaccess with iwyuJorenz Paragas2016-06-161-0/+1
* tdf#100325 reportdesign: try to set URL as DocumentBaseURLMichael Stahl2016-06-151-0/+5
* split AddRemoveListener into two methodsNoel Grandin2016-06-081-2/+2
* remove some manual refcounting in reportdesignNoel Grandin2016-06-082-14/+10
* remove unused constants in HRC filesNoel Grandin2016-06-062-9/+0
* remove some manual ref-countingNoel Grandin2016-06-062-8/+6
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-311-1/+1
* 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