summaryrefslogtreecommitdiff
path: root/framework/source/xml
AgeCommit message (Expand)AuthorFilesLines
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 Grandin2-0/+2
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-02-02unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin1-5/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-38/+5
2017-01-17new loplugin: useuniqueptr: forms..frameworkNoel Grandin1-2/+2
2017-01-09New loplugin:externvar: frameworkStephan Bergmann1-1/+1
2016-10-03Fix typosAndrea Gelmini1-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-19Elide macros used onceStephan Bergmann1-8/+11
2016-04-18Remove unused XMLNS_XLINKStephan Bergmann1-4/+0
2016-04-18Elide macro used onceStephan Bergmann1-1/+3
2016-01-26Replace salhelper::SingletonRef with rtl::StaticStephan Bergmann2-2/+8
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 Bergmann2-10/+10
2015-11-02loplugin:stringconstantNoel Grandin1-11/+11
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-14com::sun::star->css in frameworkNoel Grandin1-6/+6
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2-8/+8
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-25Typo: formated->formattedJulien Nabet1-1/+1
2015-03-01Typo: embeded->embeddedJulien Nabet1-8/+8
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann2-24/+24
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-05-23coverity#705818 Dereference before null checkCaolán McNamara1-2/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni2-4/+4
2014-04-07framework: sal_Bool->boolNoel Grandin3-34/+34
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist3-5/+5
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist4-33/+0
2014-03-19Remove unused ThreadHelpBase baseStephan Bergmann1-2/+1
2014-03-19Access safe members directlyStephan Bergmann1-19/+10
2014-03-19Use SolarMutexGuard directlyStephan Bergmann1-12/+6
2014-03-17Consolidate framework::{Resetable,}GuardStephan Bergmann1-7/+7
2014-03-17Consolidate framework::{Read,Write}GuardStephan Bergmann1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-14/+14
2014-02-23Remove unneccessary commentsAlexander Wilms3-22/+22