summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* remove unused boolJochen Nitschke2017-05-081-5/+0
* revert OSL_ASSERT changesChris Sherlock2017-05-076-19/+18
* tdf#43157: convert oox module away from OSL_ASSERT to assertChris Sherlock2017-05-076-18/+19
* tdf#106520 xlsx: black square where image should beThomas Beck2017-05-041-3/+3
* cleanup includesJochen Nitschke2017-05-045-22/+10
* loplugin:checkunusedparams in ooxNoel Grandin2017-05-0218-49/+23
* replace oox internal hashing code with new comphelper codeMarkus Mohrhard2017-04-293-143/+20
* loplugin:salunicodeliteral: ooxStephan Bergmann2017-04-281-1/+1
* clang-tidy readability-simplify-boolean-exprNoel Grandin2017-04-281-3/+1
* tdf#107020: Reintroduce uses of I32S, I64SStephan Bergmann2017-04-273-114/+114
* errinf.hxx moved out of tools and into vcl moduleChris Sherlock2017-04-251-1/+1
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-252-0/+2
* clang-tidy readability-simplify-boolean-expr in oox..salNoel Grandin2017-04-241-4/+1
* Indentation fixesMiklos Vajna2017-04-241-1/+1
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-214-4/+0
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-212-4/+4
* cppcheck: arrayIndexThenCheckJulien Nabet2017-04-161-1/+1
* first stab at replacing hard coded relationships with calls to a methodMarkus Mohrhard2017-04-163-0/+35
* tdf#100926: PPTX import of table with rotated textTamás Zolnai2017-04-151-0/+5
* convert AX_FONTDATA to o3tl::typed_flagsNoel Grandin2017-04-132-18/+27
* Removed duplicated includesAndrea Gelmini2017-04-131-4/+0
* enum spelling: throught -> throughJustin Luth2017-04-121-1/+1
* convert AX_FONTDATA constants to scoped enumNoel Grandin2017-04-122-11/+13
* no need to use OUStringToOString in SAL_INFONoel Grandin2017-04-121-3/+2
* loplugin:inlinefields in oox::vml::VMLExportNoel Grandin2017-04-101-6/+3
* Improved loplugin:redundantcast, static_cast on arithmetic types: ooxStephan Bergmann2017-04-062-7/+7
* loplugin:singlevalfieldsNoel Grandin2017-04-063-22/+24
* loplugin:redundantcast find cstyle double castsNoel Grandin2017-04-061-1/+1
* add a clearDocumentHandler for null document handler caseCaolán McNamara2017-04-052-1/+8
* loplugin:constantparam part2Noel Grandin2017-04-055-31/+23
* oox: -Werror=formatMichael Stahl2017-04-041-2/+2
* use actual UNO enums in ooxNoel Grandin2017-03-318-21/+20
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-313-9/+9
* remove type decorations on char literalsJochen Nitschke2017-03-302-18/+18
* convert ApiTransparencyMode to scoped enumNoel Grandin2017-03-301-17/+14
* loplugin:unusedenumconstantsNoel Grandin2017-03-301-2/+1
* loplugin:unusedmethodsNoel Grandin2017-03-291-57/+0
* oox: remove redundant virtuals, implied by overrideMiklos Vajna2017-03-293-6/+6
* There should be no need to distinguish between I32S and I64SStephan Bergmann2017-03-253-114/+114
* Fix typosAndrea Gelmini2017-03-255-5/+5
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-234-5/+5
* crashtesting: these should be opened readonlyCaolán McNamara2017-03-221-3/+3
* Does this actually want to check for alphabetic characters?Stephan Bergmann2017-03-211-1/+2
* New loplugin:unicodetocharStephan Bergmann2017-03-211-1/+1
* tdf#99617 convert powerpoint angle to degreeRegina Henschel2017-03-201-6/+6
* Passing shaperect to addShape function is uselessTamás Zolnai2017-03-114-8/+6
* Use the converted shape rectanle hereTamás Zolnai2017-03-111-2/+2
* tdf#106217: Wrong size and position of a shape inside chartTamás Zolnai2017-03-111-0/+5
* loplugin:loopvartoosmallStephan Bergmann2017-03-072-17/+16
* tdf#106304: Don't unnecessarily use bogus default char size for a:endParaRPrTor Lillqvist2017-03-042-13/+33