summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* tdf#89088 DOCX import: fix missing text due to throwing ShapeContextHandlerMiklos Vajna2015-11-021-1/+1
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-301-1/+1
* Too much copy pasta is not good for youTor Lillqvist2015-10-299-534/+465
* oox: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-10-274-25/+43
* Reduce scope of #include <tools/stream.hxx>Matteo Casalin2015-10-271-0/+1
* sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin2015-10-271-14/+14
* Revert "oox: replace boost::ptr_vector with std::vector<std::unique_ptr>"Stephan Bergmann2015-10-234-42/+25
* com::sun::star->css in lotuswordpro,mysqlc,ooxNoel Grandin2015-10-2367-518/+521
* oox: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-10-234-25/+42
* chart series support hatches, tdf#94227Markus Mohrhard2015-10-211-0/+1
* more removal of com::sun::star typedefsNoel Grandin2015-10-211-3/+2
* loplugin:defaultparamsStephan Bergmann2015-10-202-2/+2
* Turns out this was a non-debug buildStephan Bergmann2015-10-201-1/+1
* Work around what looks like MSVC 2013 miscompilationStephan Bergmann2015-10-191-1/+6
* loplugin:defaultparamsStephan Bergmann2015-10-191-6/+6
* coverity#1327457 Uninitialized scalar fieldCaolán McNamara2015-10-171-0/+1
* Use nRadius value at least to decide between "rect" and "roundRect" presetsStephan Bergmann2015-10-131-1/+3
* Reduce scope of variableStephan Bergmann2015-10-131-2/+1
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-131-1/+0
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1288-324/+324
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* cppcheck:variableScopeNoel Grandin2015-10-121-1/+1
* remove redundant codeRosemary2015-10-091-54/+40
* correct creation of hex string from digitRosemary2015-10-091-1/+1
* Convert hex string to upper caseRosemary2015-10-091-1/+1
* blind fix for OSXMarkus Mohrhard2015-10-081-0/+1
* don't hardcode the project idMarkus Mohrhard2015-10-081-11/+8
* Generate random numbers for seedRosemary2015-10-081-2/+8
* oox: loplugin:unreffunMiklos Vajna2015-10-081-0/+4
* oox: loplugin:loopvartoosmallMiklos Vajna2015-10-081-1/+1
* The correct size of length is 4Rosemary2015-10-081-1/+1
* add test for projkey generationMarkus Mohrhard2015-10-082-15/+29
* Correct export for strings of hexadecimal digitsRosemary2015-10-081-14/+28
* add initial tests for vba encryptionMarkus Mohrhard2015-10-084-8/+150
* Implement encryption for the VBA exportRosemary2015-10-081-0/+134
* tdf#88154 workaround and unit testMarco Cecchetti2015-10-072-2/+65
* tdf#94559: third step to remove rtti.hxxOliver Specht2015-10-013-3/+3
* Fix typosAndrea Gelmini2015-09-305-5/+5
* Renamed wrongly prefixed boolean variablesStefan Heinemann2015-09-291-3/+3
* Remove newly meaningless commentStephan Bergmann2015-09-291-1/+1
* Retain the original project nameRosemary2015-09-291-8/+8
* remove outputLength variable when calculating encryption verifierTomaž Vajngerl2015-09-281-4/+2
* OOXML with VBA needs to be a different filter typeMarkus Mohrhard2015-09-271-2/+4
* better OOXML VBA exportMarkus Mohrhard2015-09-251-1/+33
* export correct id for workbook streamMarkus Mohrhard2015-09-251-6/+16
* Fix typosAndrea Gelmini2015-09-181-1/+1
* Workaround unit test failure by comparing as longMatúš Kukan2015-09-181-1/+1
* boost->stdCaolán McNamara2015-09-1712-36/+30
* oox: loplugin:stringconstantMiklos Vajna2015-09-141-1/+1
* tdf#91293: Preserve hyperlink on URL field OOXML exportKatarina Behrens2015-09-141-18/+22