summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-08oox: loplugin:loopvartoosmallMiklos Vajna1-1/+1
2015-10-08The correct size of length is 4Rosemary1-1/+1
2015-10-08add test for projkey generationMarkus Mohrhard2-15/+29
2015-10-08Correct export for strings of hexadecimal digitsRosemary1-14/+28
2015-10-08add initial tests for vba encryptionMarkus Mohrhard4-8/+150
2015-10-08Implement encryption for the VBA exportRosemary1-0/+134
2015-10-07tdf#88154 workaround and unit testMarco Cecchetti2-2/+65
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht3-3/+3
2015-09-30Fix typosAndrea Gelmini5-5/+5
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-3/+3
2015-09-29Remove newly meaningless commentStephan Bergmann1-1/+1
2015-09-29Retain the original project nameRosemary1-8/+8
2015-09-28remove outputLength variable when calculating encryption verifierTomaž Vajngerl1-4/+2
2015-09-27OOXML with VBA needs to be a different filter typeMarkus Mohrhard1-2/+4
2015-09-25better OOXML VBA exportMarkus Mohrhard1-1/+33
2015-09-25export correct id for workbook streamMarkus Mohrhard1-6/+16
2015-09-18Fix typosAndrea Gelmini1-1/+1
2015-09-18Workaround unit test failure by comparing as longMatúš Kukan1-1/+1
2015-09-17boost->stdCaolán McNamara12-36/+30
2015-09-14oox: loplugin:stringconstantMiklos Vajna1-1/+1
2015-09-14tdf#91293: Preserve hyperlink on URL field OOXML exportKatarina Behrens1-18/+22