Age | Commit message (Expand) | Author |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | cppcheck:variableScope | Noel Grandin |
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-10-07 | tdf#88154 workaround and unit test | Marco Cecchetti |
2015-10-01 | tdf#94559: third step to remove rtti.hxx | Oliver Specht |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-29 | Renamed wrongly prefixed boolean variables | Stefan Heinemann |
2015-09-29 | Remove newly meaningless comment | Stephan Bergmann |
2015-09-29 | Retain the original project name | Rosemary |
2015-09-28 | remove outputLength variable when calculating encryption verifier | Tomaž Vajngerl |
2015-09-27 | OOXML with VBA needs to be a different filter type | Markus Mohrhard |
2015-09-25 | better OOXML VBA export | Markus Mohrhard |
2015-09-25 | export correct id for workbook stream | Markus Mohrhard |
2015-09-18 | Fix typos | Andrea Gelmini |
2015-09-18 | Workaround unit test failure by comparing as long | Matúš Kukan |
2015-09-17 | boost->std | Caolán McNamara |
2015-09-14 | oox: loplugin:stringconstant | Miklos Vajna |
2015-09-14 | tdf#91293: Preserve hyperlink on URL field OOXML export | Katarina Behrens |
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 | Related: tdf#93676 in msword chart appears with axis positioned between ticks | Caolán McNamara |
2015-09-10 | remove old comment | Markus Mohrhard |
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 |