summaryrefslogtreecommitdiff
path: root/io/source/stm/odata.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-01Simplify Sequence iterations in ioArkadiy Illarionov1-32/+18
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ioStephan Bergmann1-4/+4
2019-04-25tdf#42949 Fix IWYU warnings in io/Gabor Kelemen1-1/+0
2018-10-21pvs-studio: V557 Array overrun is possibleCaolán McNamara1-1/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-01-12More loplugin:cstylecast: ioStephan Bergmann1-22/+22
2017-12-11loplugin:salcall fix functionsNoel Grandin1-4/+4
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-3/+3
2017-10-23loplugin:includeform: ioStephan Bergmann1-1/+1
2017-09-22loplugin:flatten in framework..packageNoel Grandin1-65/+24
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-8/+8
2017-07-13loplugin:oncevar: empty strings: ioStephan Bergmann1-4/+2
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-2/+2
2017-03-16Fix typosAndrea Gelmini1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-227/+123
2016-12-05loplugin:unnecessaryoverride (dtors) in ioStephan Bergmann1-22/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-4/+4
2016-05-01Fix typo in codeAndrea Gelmini1-4/+4
2016-02-09Remove excess newlinesChris Sherlock1-13/+0
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-6/+3
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-23com::sun::star->css in ioNoel Grandin1-4/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-88/+88
2015-08-19io: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-6/+5
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-68/+68
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-1/+1
2015-01-20Some more loplugin:cstylecast: ioStephan Bergmann1-30/+19
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+3
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-04-23io: sal_Bool->boolNoel Grandin1-16/+16
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-4/+4
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-88/+88
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-150/+150
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-01-21bool improvementsStephan Bergmann1-1/+1
2013-11-05fdo#60698: Merge all libs of io...Marcos Paulo de Souza1-1/+1
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza1-38/+5
2013-04-19remove unused component_canUnload functionsMatúš Kukan1-8/+0
2013-03-04sal_Bool to boolTakeshi Abe1-2/+2
2012-12-01Removal ::rtl:: prefixes and macros in IOJosé Guilherme Vanz1-8/+8
2012-08-07remove empty ascii boxes and stuffThomas Arnhold1-6/+0
2012-07-04re-base on ALv2 code.Michael Meeks1-38/+28
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold1-8/+8