summaryrefslogtreecommitdiffstats
path: root/xmloff/source/forms
Commit message (Expand)AuthorAgeFilesLines
* Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann2016-12-171-1/+1
* coverity#704109 Unchecked return valueCaolán McNamara2016-12-122-3/+3
* inline some constant strings in xmloff (part1)Noel Grandin2016-12-022-2/+2
* new loplugin finalprotectedNoel Grandin2016-11-161-2/+2
* update loplugin:unnnecessaryvirtual to handler destructorsNoel Grandin2016-11-041-2/+2
* This apparently always wanted to check that _rChars.trim() is non-emptyStephan Bergmann2016-10-311-1/+1
* loplugin:oncevar in xmloff..xmlsecurityNoel Grandin2016-10-313-8/+4
* loplugin:countusersofdefaultparams in xmloffNoel Grandin2016-09-141-1/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-136-6/+6
* use std::unique_ptrDavid Tardon2016-09-092-21/+12
* use std::unique_ptrDavid Tardon2016-09-091-106/+102
* use std::unique_ptrDavid Tardon2016-09-091-32/+16
* loplugin:refcountingNoel Grandin2016-09-092-1/+6
* remove direct memory managementDavid Tardon2016-09-092-25/+11
* loplugin:countusersofdefaultparamsNoel Grandin2016-08-301-1/+1
* remove useless (and wrong) commentDavid Tardon2016-08-301-2/+0
* tdf#89329: use unique_ptr for pImpl in officeformsArnold Dumas2016-08-252-3/+3
* cppcheck: noCopyConstructorCaolán McNamara2016-08-181-0/+3
* loplugin:stringstaticStephan Bergmann2016-08-161-2/+2
* new loplugin overrideparamNoel Grandin2016-07-251-2/+2
* xmloff: forms export: convert one xlink:href to relativeMichael Stahl2016-07-191-1/+1
* xmloff: forms import: convert relative xlink:href to absoluteMichael Stahl2016-07-191-1/+10
* new loplugin fragiledestructorNoel Grandin2016-07-121-3/+3
* convert DBG_ASSERT in xmloffNoel Grandin2016-06-172-2/+2
* cppcheck: variable scopeCaolán McNamara2016-05-261-5/+8
* loplugin:unusedmethods in writerfilter to xmloffNoel Grandin2016-05-191-2/+1
* Convert SCA flags to scoped enumNoel Grandin2016-05-126-123/+131
* Convert EA flags to scoped enumNoel Grandin2016-05-123-22/+27
* Convert BA flags to scoped enumNoel Grandin2016-05-125-45/+52
* Fix bitmaskStephan Bergmann2016-05-121-1/+1
* Convert DA flags to scoped enumNoel Grandin2016-05-126-63/+69
* convert CCA flags to scoped enumNoel Grandin2016-05-128-215/+222
* Convert BOOL_ATTR to scoped enumNoel Grandin2016-05-123-18/+23
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-103-8/+8
* loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann2016-04-211-1/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-204-6/+6
* Fold elementimport_impl.hxx into elementimport.hxxStephan Bergmann2016-04-122-112/+78
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-1/+1
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-311-23/+23
* use SAL_N_ELEMENTS in for loopsNoel Grandin2016-03-311-5/+5
* loplugin:unuseddefaultparams in xmloff/Noel Grandin2016-02-252-9/+4
* new loplugin:unuseddefaultparamsNoel Grandin2016-02-254-9/+5
* new loplugin: find write-only fieldsNoel Grandin2016-02-191-1/+0
* Fix typosAndrea Gelmini2016-01-106-8/+8
* loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2015-12-101-1/+1
* loplugin:unusedfields variousNoel Grandin2015-11-261-1/+0
* com::sun::star->css in xmloff/Noel Grandin2015-11-2623-267/+267
* loplugin:unusedfields in include/xmloffNoel Grandin2015-11-251-2/+1
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-201-9/+2
* use unique_ptr for pImpl's in xmloff/Noel Grandin2015-11-173-9/+3