summaryrefslogtreecommitdiff
path: root/oox/source/helper
AgeCommit message (Expand)AuthorFilesLines
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen1-0/+1
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-10/+7
2018-11-05tdf#108104 OOXML Import: Fix Hatch fill in ChartsBalazs Varga1-2/+10
2018-10-15loplugin:constfields in ooxNoel Grandin1-2/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-08-22new loplugin:conststringfieldNoel Grandin1-9/+10
2018-07-30Add missing sal/log.hxx headersGabor Kelemen5-0/+6
2018-06-26tdf#118133 DOCX import: disable lazy-loading of tiff imagesMiklos Vajna1-1/+7
2018-04-20DOC import: lazy-read imagesMiklos Vajna1-6/+1
2018-04-20DOCX import: lazy-read images without external headersMiklos Vajna1-4/+11
2018-03-31Use for-range loops in oox (part2)Julien Nabet3-20/+23
2018-03-10oox: remove unused methods that rely on GraphicObject URLTomaž Vajngerl1-24/+1
2018-03-08loplugin:constantparam in linguistic..sfx2Noel Grandin1-3/+3
2018-03-08loplugin:unusedmethodsNoel Grandin1-11/+0
2018-03-07oox: rename FillBitmapUrl to FillBitmap, remove obsolete methodsTomaž Vajngerl1-15/+0
2018-03-07Move BackGraphicURL property & friends to BackGraphic + fixesTomaž Vajngerl1-0/+9
2018-03-05use more Color in ooxNoel Grandin1-33/+33
2018-02-01Change bitmap table to store XBitmap instead of GraphicObject URLTomaž Vajngerl1-0/+10
2018-01-12More loplugin:cstylecast: ooxStephan Bergmann1-1/+1
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-0/+1
2017-11-04loplugin:constparams in various(1)Noel Grandin1-1/+1
2017-10-23loplugin:includeform: ooxStephan Bergmann14-31/+31
2017-10-04add << operator for css::uno::ExceptionNoel Grandin2-10/+10
2017-09-19fix SequenceOutputStream constnessNoel Grandin1-4/+31
2017-08-31inline some use-once typedefsNoel Grandin1-3/+1
2017-07-31loplugin:constparams in ooxNoel Grandin1-1/+1
2017-07-15emfplus: completed isolation/migration of Emf/WmfArmin Le Grand1-3/+3
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-1/+1
2017-07-11Helper function to cast to FastAttributeList:Mohammed Abdul Azeem1-2/+1
2017-07-03use begin()/end() when working with SequenceNoel Grandin1-1/+1
2017-06-12Setting Buffered(threaded)Stream as default:Mohammed Abdul Azeem1-2/+2
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin1-1/+1
2017-06-02tdf#70415 PPTX import: fix assert fail in importEmbeddedGraphics()Miklos Vajna1-7/+4
2017-05-23svtools: add GraphicProvider::queryGraphics()Miklos Vajna1-16/+13
2017-05-23oox: add GraphicHelper::importGraphics()Miklos Vajna1-7/+42
2017-05-23oox: add GraphicHelper::importEmbeddedGraphics()Miklos Vajna1-0/+28
2017-04-13Removed duplicated includesAndrea Gelmini1-4/+0
2017-04-05loplugin:constantparam part2Noel Grandin1-5/+5
2017-04-04oox: -Werror=formatMichael Stahl1-2/+2
2017-03-31use actual UNO enums in ooxNoel Grandin1-4/+4
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-03-02Align columns in output harderTor Lillqvist1-5/+5
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-37/+29
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ooxStephan Bergmann1-0/+1
2017-01-14tdf#97597: Ensure that each parsing thread has its own buffer.Kohei Yoshida1-2/+2
2017-01-02OSL_ENSURE->SAL_WARN_IF for progressbar (oox)Julien Nabet1-5/+4