summaryrefslogtreecommitdiff
path: root/framework/source/xml/imagesdocumenthandler.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-21cppcheck: identicalInnerConditionJochen Nitschke1-2/+1
2018-03-01make Color::GetRGBColor return Color instead of ColorDataNoel Grandin1-1/+1
2018-02-28use less COLORDATA_RGBNoel Grandin1-1/+1
2018-01-24loplugin:useuniqueptr in ImageListsDescriptorNoel Grandin1-4/+4
2018-01-15More loplugin:cstylecast: frameworkStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: frameworkStephan Bergmann1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-06-23loplugin:unusedfields in forms..idlcNoel Grandin1-11/+1
2017-05-12remove unused uno::Reference varsNoel Grandin1-3/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-21remove some old MSVC workaroundsNoel Grandin1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-22/+5
2017-01-17new loplugin: useuniqueptr: forms..frameworkNoel Grandin1-2/+2
2017-01-09New loplugin:externvar: frameworkStephan Bergmann1-1/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-06-24loplugin:singlevalfields in frameworkNoel Grandin1-2/+0
2016-04-27clang-tidy modernize-loop-convert in f*Noel Grandin1-4/+4
2016-04-18Remove unused XMLNS_XLINKStephan Bergmann1-4/+0
2015-11-12Windows header sanitizationAshod Nakashian1-0/+4
2015-11-11framework: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-2/+2
2015-11-11framework: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-11/+7
2015-11-11framework: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-5/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-21/+21
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-6/+6
2015-11-02loplugin:stringconstantNoel Grandin1-11/+11
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-4/+4
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-5/+5
2015-05-29loplugin:loopvartoosmallNoel Grandin1-3/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-03-01Typo: embeded->embeddedJulien Nabet1-8/+8
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann1-16/+16
2014-05-23coverity#705818 Dereference before null checkCaolán McNamara1-2/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-3/+3
2014-04-07framework: sal_Bool->boolNoel Grandin1-18/+18
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist1-2/+2
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist1-10/+0
2014-03-19Use SolarMutexGuard directlyStephan Bergmann1-12/+6
2014-03-17Consolidate framework::{Resetable,}GuardStephan Bergmann1-7/+7
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-6/+6
2014-02-23Remove unneccessary commentsAlexander Wilms1-4/+4
2014-02-13coverity#737240 Uncaught exceptionCaolán McNamara1-1/+3
2014-02-13coverity#737239 Uncaught exceptionCaolán McNamara1-1/+3
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-7/+4
2013-09-17convert FRAMEWORK module from String to OUStringNoel Grandin1-8/+8
2013-09-14Replace char[] by OUStringBuffer/OUStringJulien Nabet1-3/+4
2013-09-09Bin unused remains of framework's own "debug framework"Tor Lillqvist1-1/+0
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann1-1/+1
2013-03-08fwk: some follow up of rtl cleanupThomas Arnhold1-15/+15