summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text
Commit message (Expand)AuthorAgeFilesLines
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1043-394/+394
* new loplugin: oncevarNoel Grandin2015-11-091-2/+1
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-063-10/+8
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-054-7/+6
* loplugin:stringconstantNoel Grandin2015-11-044-18/+6
* xmloff: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-11-021-67/+72
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-301-2/+1
* loplugin:defaultparamsStephan Bergmann2015-10-202-7/+7
* loplugin:defaultparamsStephan Bergmann2015-10-191-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1251-172/+172
* coverity#1325246 Unchecked dynamic_castCaolán McNamara2015-10-011-6/+4
* coverity#1325247 Unchecked dynamic_castCaolán McNamara2015-10-011-6/+5
* coverity#1325248 Unchecked dynamic_castCaolán McNamara2015-10-011-4/+4
* coverity#1325252 Unchecked dynamic_castCaolán McNamara2015-10-011-1/+1
* coverity#1325253 Unchecked dynamic_castCaolán McNamara2015-10-011-1/+1
* coverity#1325254 Unchecked dynamic_castCaolán McNamara2015-10-011-1/+1
* remove old standalone Sun bug numbersNoel Grandin2015-10-016-8/+0
* Fix typosAndrea Gelmini2015-09-294-4/+4
* tdf#94559: first step to remove rtti.hxxOliver Specht2015-09-294-30/+30
* Nobody would go down the corridor anymoreMiklos Vajna2015-09-294-7/+7
* tdf#92586 xmloff: fix import of stretched background imageMiklos Vajna2015-09-142-0/+2
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-09-081-1/+0
* loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann2015-09-033-12/+12
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-313-7/+7
* o3tl/cow_wrapper: remove boost dependencyDaniel Robertson2015-08-291-0/+1
* Clean up sEmptyStephan Bergmann2015-08-279-37/+29
* ODF import: workaround dubious draw:fill="solid" on frame stylesMichael Stahl2015-08-261-0/+14
* loplugin: defaultparamsNoel Grandin2015-08-112-9/+6
* Resolves: tdf#91950 optional entries may not be presentCaolán McNamara2015-07-261-18/+25
* loplugin:unusedmethods xmloffNoel Grandin2015-07-152-7/+0
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-132-10/+2
* Avoid loplugin:staticmethods in non-debug buildStephan Bergmann2015-07-081-0/+2
* Fix typosAndrea Gelmini2015-07-036-8/+8
* Fix typosAndrea Gelmini2015-06-281-1/+1
* Fix typosAndrea Gelmini2015-06-221-1/+1
* Fix typosAndrea Gelmini2015-06-181-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* TyposJulien Nabet2015-06-131-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-084-5/+5
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-021-1/+1
* loplugin:loopvartoosmallNoel Grandin2015-05-292-2/+2
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-248-10/+10
* Related tdf#88056: use better-fitting <text:page-name>Katarina Behrens2015-05-183-50/+48
* xmloff: simplify code by using std::all_of/std::any_of/std::none_ofTakeshi Abe2015-04-301-2/+3
* txtparae_bContainsIllegalCharacters var wants to be of type boolStephan Bergmann2015-04-281-3/+3
* SvXMLEnumMapEntry holds all values as sal_uInt16Stephan Bergmann2015-04-281-7/+7
* loplugin:simplifyboolStephan Bergmann2015-04-241-4/+2
* Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-231-2/+2