Age | Commit message (Expand) | Author |
2016-04-11 | clang-tidy performance-unnecessary-value-param in oox | Noel Grandin |
2015-12-14 | don't be creative and use a simple lookup table | David Tardon |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-20 | Turns out this was a non-debug build | Stephan Bergmann |
2015-10-19 | Work around what looks like MSVC 2013 miscompilation | Stephan Bergmann |
2015-10-17 | coverity#1327457 Uninitialized scalar field | Caolán McNamara |
2015-10-09 | remove redundant code | Rosemary |
2015-10-09 | correct creation of hex string from digit | Rosemary |
2015-10-09 | Convert hex string to upper case | Rosemary |
2015-10-08 | blind fix for OSX | Markus Mohrhard |
2015-10-08 | don't hardcode the project id | Markus Mohrhard |
2015-10-08 | Generate random numbers for seed | Rosemary |
2015-10-08 | oox: loplugin:loopvartoosmall | Miklos Vajna |
2015-10-08 | The correct size of length is 4 | Rosemary |
2015-10-08 | add test for projkey generation | Markus Mohrhard |
2015-10-08 | Correct export for strings of hexadecimal digits | Rosemary |
2015-10-08 | add initial tests for vba encryption | Markus Mohrhard |
2015-10-08 | Implement encryption for the VBA export | Rosemary |
2015-09-29 | Remove newly meaningless comment | Stephan Bergmann |
2015-09-29 | Retain the original project name | Rosemary |
2015-09-25 | export correct id for workbook stream | Markus Mohrhard |
2015-09-18 | Fix typos | Andrea Gelmini |
2015-09-14 | loplugin:unreffun | Stephan Bergmann |
2015-09-14 | now we can also open the vba project in the MS vba editor | Markus Mohrhard |
2015-09-14 | move a little bit closer to the export from MSO | Markus Mohrhard |
2015-09-14 | fix the vba document module code export | Markus Mohrhard |
2015-09-14 | introduce a special vba export debug mode | Markus Mohrhard |
2015-09-14 | don't use VBA_EXPORT_DEBUG in master | Markus Mohrhard |
2015-09-12 | coverity#1323913 Uninitialized pointer field | Caolán McNamara |
2015-09-12 | coverity#1323912 Improper use of negative value | Caolán McNamara |
2015-09-10 | fix windows build | Caolán McNamara |
2015-09-10 | oox: work around Android build problem | Miklos Vajna |
2015-09-10 | Attempt at making CppunitTest_sc_macros_test work again | Stephan Bergmann |
2015-09-10 | Missing include | Stephan Bergmann |
2015-09-10 | loplugin:literaltoboolconversion | Noel Grandin |
2015-09-10 | loplugin:cstylecast | Noel Grandin |
2015-09-10 | always write \r\n instead of \n for source code in vba export | Markus Mohrhard |
2015-09-10 | remove vba header from source code | Markus Mohrhard |
2015-09-10 | pass objects by const reference | Markus Mohrhard |
2015-09-10 | Export the PROJECT stream | Rosemary |
2015-09-10 | the correct stream name is PROJECTwm | Markus Mohrhard |
2015-09-10 | Export PROJECTwm stream | Rosemary |
2015-09-10 | Fix the module export code | Rosemary |
2015-09-10 | Export the module streams | Rosemary |
2015-09-10 | Make the existing code generic | Rosemary |
2015-09-10 | also dump the module source code | Markus Mohrhard |
2015-09-10 | Write _VBA_PROJECT stream to a binary file | Rosemary |
2015-09-10 | handle different callers for vba export code | Markus Mohrhard |
2015-09-10 | we don't need that code anymore | Markus Mohrhard |
2015-09-10 | get correct vba project name | Markus Mohrhard |