summaryrefslogtreecommitdiff
path: root/svx/source/xml
AgeCommit message (Expand)AuthorFilesLines
2017-10-26More loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: svxStephan Bergmann4-28/+28
2017-10-17use rtl::Reference in SvXMLEmbeddedObjectHelperNoel Grandin1-27/+10
2017-10-16use rtl::Reference for SvXMLGraphicHelperNoel Grandin4-48/+37
2017-10-06use rtl::Reference in SvXMLEmbeddedObjectHelperNoel Grandin2-27/+15
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara1-2/+2
2017-09-13clang-tidy modernize-use-emplace in svxNoel Grandin1-1/+1
2017-09-03svx: Fix memleak at early returns from SvxXMLXTableExportComponent::saveTakeshi Abe1-5/+2
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-1/+1
2017-07-29loplugin:constparams in svxNoel Grandin2-2/+2
2017-07-28loplugin:checkunusedparams more part2Noel Grandin1-9/+9
2017-07-27loplugin:constparams in svxNoel Grandin1-2/+2
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-2/+2
2017-07-02loplugin:casttovoid: svxStephan Bergmann2-39/+19
2017-06-28SvXMLEmbeddedObjectHelper::Create bDirect parameter is unusedStephan Bergmann1-4/+1
2017-06-27loplugin:oncevar in svxNoel Grandin1-5/+4
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-6/+6
2017-06-07Exporting EditEngine document into a buffer with ODF FilterVarun Dhall1-2/+1
2017-06-05Improved loplugin:cstylecast to reference types: svxStephan Bergmann1-3/+3
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert svx module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-11Related: tdf#106972 vcl PDF import: downgrade PDF >= 1.5Miklos Vajna1-1/+14
2017-02-14convert SvxXMLTableImportContextEnum to scoped enumNoel Grandin1-20/+18
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann3-58/+21
2017-01-12silence coverity#1371305 Missing move assignment operatorCaolán McNamara1-8/+9
2017-01-09replace C-style casts with const_castJochen Nitschke1-3/+3
2016-12-12remove useless Mutex guardsNoel Grandin1-2/+1
2016-12-04tdf#88206 replace cppu::WeakImplHelper* in svtools and svxJochen Nitschke2-4/+4
2016-12-02loplugin:unnecessaryoverride (dtors) in svxStephan Bergmann4-45/+0
2016-11-02loplugin:unusedfieldsNoel Grandin1-3/+0
2016-10-31Omit comparator which is the same as default std::less<key_type>Takeshi Abe1-8/+0
2016-10-27loplugin:expandablemethods in svxNoel Grandin1-10/+5
2016-10-07loplugin:staticmethods: svxStephan Bergmann3-3/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann4-10/+10
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-1/+1
2016-08-18convert SvXMLEmbeddedObjectHelperMode to scoped enumNoel Grandin2-12/+12
2016-08-17convert SvXMLGraphicHelperMode to scoped enumNoel Grandin4-18/+18
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-06-27ODT export: add embedded pdf supportMiklos Vajna1-0/+2
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-1/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-5/+5
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin1-10/+10
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-1/+1
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-12/+12
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin1-2/+2
2016-05-04use Any constructor instead of temporariesNoel Grandin1-5/+2
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-4/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann3-5/+5