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