summaryrefslogtreecommitdiff
path: root/reportdesign/source
AgeCommit message (Expand)AuthorFilesLines
2016-07-08Resolves: rhbz#1353069 don't clear XATTR_FILL* from stylesheet if...Caolán McNamara2-3/+3
2016-06-23Resolves: tdf#100303 Report crashes on close of conditional formatting dialogCaolán McNamara2-1/+5
2016-06-15tdf#100325 reportdesign: try to set URL as DocumentBaseURLMichael Stahl1-0/+5
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara4-7/+1
2016-05-25Fix typosAndrea Gelmini1-1/+1
2016-05-24Revert "remove some manual ref-counting"Noel Grandin1-4/+6
2016-05-24remove some manual ref-countingNoel Grandin1-6/+4
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 Stahl3-26/+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 Grandin5-5/+5
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
2016-04-27Add default line width defines for TableBordersslideon1-2/+4
2016-04-25Some more sal_Bool -> boolStephan Bergmann1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann22-88/+88
2016-04-22Elide const varsStephan Bergmann1-6/+2
2016-04-21new plugin stylepoliceNoel Grandin1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann20-91/+91
2016-04-20Replace sal_Bool with bool in vector<pair<...>>Stephan Bergmann2-5/+5
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-2/+1
2016-04-18cppcheck: silence known condition warning in reportdesignJochen Nitschke1-23/+19
2016-04-18Avoid reserved identifier (_CreateShape -> CreateShape)Stephan Bergmann2-4/+4
2016-04-18Avoid reserved identifier (_CreateSdrObject -> CreateSdrObject_)Stephan Bergmann2-3/+3
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin2-3/+2
2016-04-18clean-up: unused using declarations and includesJochen Nitschke2-2/+0
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin4-8/+8
2016-04-14loplugin:passstuffbyref in reportdesignNoel Grandin12-22/+22
2016-04-12Avoid reserved identifiersStephan Bergmann1-3/+4
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke2-5/+0
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke12-29/+27
2016-04-04coverity#705112 Using invalid iteratorCaolán McNamara1-2/+2
2016-04-03coverity#1358027 silence Using invalid iteratorCaolán McNamara1-2/+2
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin11-20/+21
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin8-34/+30
2016-03-29Avoid reserved identifiersStephan Bergmann2-28/+28
2016-03-29Use const_iterator when possible (reportdesign)Julien Nabet17-107/+107
2016-03-23loplugin:constantparam in reportdesignNoel Grandin8-20/+12
2016-03-18loplugin:constantparam in formulaNoel Grandin1-1/+1
2016-03-17loplugin:constantparam in svxNoel Grandin1-1/+1
2016-03-15loplugin:constantparamNoel Grandin3-6/+4