summaryrefslogtreecommitdiff
path: root/oox/source/ole
AgeCommit message (Expand)Author
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-20warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bitsNoel Grandin
2016-05-13tdf#42949: clean up includes in include/oox/ole with iwyuJorenz Paragas
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin
2016-04-25tdf#42949: clean up includes in include/oox/core using iwyuJorenz Paragas
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-13loplugin:passstuffbyref in ooxNoel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-11clang-tidy performance-unnecessary-value-param in ooxNoel Grandin
2016-03-03loplugin:unuseddefaultparams in ooxNoel Grandin
2016-02-24convert EConfigurationModes to scoped enumNoel Grandin
2016-01-29oox: replace boost::bind with std::bindMichael Stahl
2016-01-12loplugin:unusedmethods unused return value in include/ooxNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2016-01-04these fields can be static constantsNoel Grandin
2015-12-20oox: save ProgId on import, and use it in ShapeExport::WriteOLE2Shape()Michael Stahl
2015-12-20move saveInteropProperties from writerfilter to ooxMichael Stahl
2015-12-14don't be creative and use a simple lookup tableDavid Tardon
2015-11-20loplugin:sallogareasStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-23com::sun::star->css in lotuswordpro,mysqlc,ooxNoel Grandin
2015-10-20Turns out this was a non-debug buildStephan Bergmann
2015-10-19Work around what looks like MSVC 2013 miscompilationStephan Bergmann
2015-10-17coverity#1327457 Uninitialized scalar fieldCaolán McNamara
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-09remove redundant codeRosemary
2015-10-09correct creation of hex string from digitRosemary
2015-10-09Convert hex string to upper caseRosemary
2015-10-08blind fix for OSXMarkus Mohrhard
2015-10-08don't hardcode the project idMarkus Mohrhard
2015-10-08Generate random numbers for seedRosemary
2015-10-08oox: loplugin:loopvartoosmallMiklos Vajna
2015-10-08The correct size of length is 4Rosemary
2015-10-08add test for projkey generationMarkus Mohrhard
2015-10-08Correct export for strings of hexadecimal digitsRosemary
2015-10-08add initial tests for vba encryptionMarkus Mohrhard
2015-10-08Implement encryption for the VBA exportRosemary
2015-09-29Remove newly meaningless commentStephan Bergmann
2015-09-29Retain the original project nameRosemary
2015-09-25export correct id for workbook streamMarkus Mohrhard
2015-09-18Fix typosAndrea Gelmini
2015-09-14loplugin:unreffunStephan Bergmann
2015-09-14now we can also open the vba project in the MS vba editorMarkus Mohrhard
2015-09-14move a little bit closer to the export from MSOMarkus Mohrhard