summaryrefslogtreecommitdiffstats
path: root/xmloff/source/transform
Commit message (Expand)AuthorAgeFilesLines
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-2/+2
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-051-1/+1
* loplugin:defaultparamsStephan Bergmann2015-10-191-4/+4
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1241-170/+170
* Fix typosAndrea Gelmini2015-09-291-1/+1
* xmloff: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe2015-09-112-4/+4
* loplugin:unusedmethods xmloffNoel Grandin2015-07-152-9/+0
* Fix typosAndrea Gelmini2015-07-031-1/+1
* Fix typosAndrea Gelmini2015-06-301-1/+1
* remove our custom RTTI from xmloff moduleNoel Grandin2015-06-2560-198/+1
* Fix typosAndrea Gelmini2015-06-181-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-082-4/+4
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-243-3/+3
* XMLTransformerActionInit parameters are generically of type sal_uInt32Stephan Bergmann2015-05-081-8/+8
* XMLTransformerActionInit parameters are generically of type sal_uInt32Stephan Bergmann2015-04-281-8/+8
* loplugin:simplifyboolStephan Bergmann2015-04-241-2/+2
* Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-231-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-156-14/+14
* loplugin:staticmethodsNoel Grandin2015-04-072-2/+2
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* TyposJulien Nabet2015-03-231-1/+1
* i assume this is what is wantedDavid Tardon2015-03-011-1/+1
* Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann2015-01-262-0/+2
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-024-9/+8
* xmloff: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-6/+3
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-1724-0/+25
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-2/+2
* Removed #includes including themselvesAndrea Gelmini2014-11-071-3/+0
* markup with event type not checker typeCaolán McNamara2014-11-052-1/+3
* coverity#705391: xmloff: XMLMergeElemTransformerContext misuse of enumMichael Stahl2014-11-034-15/+15
* coverity#705348 Missing break in switchEike Rathke2014-10-311-0/+1
* assert that XMLTransformerBase::m_xHandler is initializedMichael Stahl2014-09-251-0/+2
* xmloff: sal_Bool -> boolStephan Bergmann2014-09-156-11/+11
* -Werror,-Wundefined-bool-conversionStephan Bergmann2014-08-1117-28/+28
* fix ODF validation errorsMarkus Mohrhard2014-07-021-1/+1
* coverity#705353 Missing break in switch, probably intentionalCaolán McNamara2014-07-021-0/+1
* loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann2014-06-272-4/+0
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-172-6/+2
* loplugin:staticcallStephan Bergmann2014-06-136-16/+16
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-092-10/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet2014-05-202-7/+7
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-011-1/+1
* xmloff: sal_Bool->boolNoel Grandin2014-04-1539-256/+256
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-096-86/+68
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-013-3/+3
* xmloff: sal_Bool->boolNoel Grandin2014-03-311-2/+2
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2641-170/+170
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-2637-47/+47
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-268-74/+74