summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2015-11-12Namespace cleanup and disambiguationAshod Nakashian1-1/+1
2015-11-11tdf#85232 WPG import: fix handling of line shapesMiklos Vajna1-2/+11
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann100-514/+514
2015-11-09Clean up Sequence constructionStephan Bergmann1-66/+44
2015-11-09Missing commaStephan Bergmann1-1/+1
2015-11-09loplugin:passstuffbyrefStephan Bergmann1-1/+1
2015-11-09pptx: "fall" transition, which needed p15 namespaceTomaž Vajngerl8-0/+34
2015-11-09pptx: import "Vortex" and "Ripple" transition + testTomaž Vajngerl2-0/+10
2015-11-09new loplugin: oncevarNoel Grandin3-54/+15
2015-11-08loplugin:stringconstantStephan Bergmann1-1/+1
2015-11-08oox: check for namespace in MCE is flawed, use a namespace listTomaž Vajngerl1-7/+13
2015-11-08add p14 namespace to xmlfilterbaseTomaž Vajngerl1-2/+4
2015-11-08pptx: import outside/insde turning cube transitionTomaž Vajngerl2-0/+16
2015-11-08oox: define p14 namespace in strict, define P14_TOKENTomaž Vajngerl3-1/+6
2015-11-08oox: p14 namespace (MSO 2010) + tokens for slide transitionsTomaž Vajngerl2-0/+23
2015-11-08pptx: import/export of "cut through black" transitionTomaž Vajngerl1-3/+1
2015-11-08pptx: fix export of newsflash transitionTomaž Vajngerl1-3/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann2-5/+5
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann3-10/+10
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin3-4/+4
2015-11-04yyyyyNoel Grandin4-62/+36
2015-11-02tdf#89088 DOCX import: fix missing text due to throwing ShapeContextHandlerMiklos Vajna1-1/+1
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-10-29Too much copy pasta is not good for youTor Lillqvist9-534/+465
2015-10-27oox: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl4-25/+43
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-0/+1
2015-10-27sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin1-14/+14
2015-10-23Revert "oox: replace boost::ptr_vector with std::vector<std::unique_ptr>"Stephan Bergmann4-42/+25
2015-10-23com::sun::star->css in lotuswordpro,mysqlc,ooxNoel Grandin67-518/+521
2015-10-23oox: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl4-25/+42
2015-10-21chart series support hatches, tdf#94227Markus Mohrhard1-0/+1
2015-10-21more removal of com::sun::star typedefsNoel Grandin1-3/+2
2015-10-20loplugin:defaultparamsStephan Bergmann2-2/+2
2015-10-20Turns out this was a non-debug buildStephan Bergmann1-1/+1
2015-10-19Work around what looks like MSVC 2013 miscompilationStephan Bergmann1-1/+6
2015-10-19loplugin:defaultparamsStephan Bergmann1-6/+6
2015-10-17coverity#1327457 Uninitialized scalar fieldCaolán McNamara1-0/+1
2015-10-13Use nRadius value at least to decide between "rect" and "roundRect" presetsStephan Bergmann1-1/+3
2015-10-13Reduce scope of variableStephan Bergmann1-2/+1
2015-10-13clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann88-324/+324
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-12cppcheck:variableScopeNoel Grandin1-1/+1
2015-10-09remove redundant codeRosemary1-54/+40
2015-10-09correct creation of hex string from digitRosemary1-1/+1
2015-10-09Convert hex string to upper caseRosemary1-1/+1
2015-10-08blind fix for OSXMarkus Mohrhard1-0/+1
2015-10-08don't hardcode the project idMarkus Mohrhard1-11/+8
2015-10-08Generate random numbers for seedRosemary1-2/+8
2015-10-08oox: loplugin:unreffunMiklos Vajna1-0/+4