summaryrefslogtreecommitdiff
path: root/xmloff/source/transform
AgeCommit message (Expand)Author
2015-04-28XMLTransformerActionInit parameters are generically of type sal_uInt32Stephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-07loplugin:staticmethodsNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-23TyposJulien Nabet
2015-03-01i assume this is what is wantedDavid Tardon
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-12xmloff: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-07Removed #includes including themselvesAndrea Gelmini
2014-11-05markup with event type not checker typeCaolán McNamara
2014-11-03coverity#705391: xmloff: XMLMergeElemTransformerContext misuse of enumMichael Stahl
2014-10-31coverity#705348 Missing break in switchEike Rathke
2014-09-25assert that XMLTransformerBase::m_xHandler is initializedMichael Stahl
2014-09-15xmloff: sal_Bool -> boolStephan Bergmann
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-07-02fix ODF validation errorsMarkus Mohrhard
2014-07-02coverity#705353 Missing break in switch, probably intentionalCaolán McNamara
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-15xmloff: sal_Bool->boolNoel Grandin
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25Typo: apropriate -> appropriateJulien Nabet
2014-02-21coverity#708724 Uninitialized scalar fieldCaolán McNamara
2014-02-21coverity#708725 Uninitialized scalar fieldCaolán McNamara
2014-02-12cid#705350 missing break in switchNoel Grandin
2014-02-12cid#705349 missing break in switchNoel Grandin
2014-02-05fdo#54938 Convert sfx2, xmloff and connec.. to cppu::supportsServiceAlexandre Vicenzi
2014-01-28bool improvementsStephan Bergmann
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2014-01-20Removed unused solar.h referenceAlexandre Vicenzi
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin
2013-12-06Get rid of unnecessary comphelper::UStringEqualStephan Bergmann
2013-12-05Get rid of comphelper::UStringLessStephan Bergmann
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin