summaryrefslogtreecommitdiff
path: root/oox/source
AgeCommit message (Expand)AuthorFilesLines
2016-04-13loplugin:passstuffbyref in ooxNoel Grandin6-7/+7
2016-04-12tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2-12/+10
2016-04-12tdf#99135 VML import: handle image cropMiklos Vajna2-0/+39
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke5-6/+0
2016-04-11clang-tidy performance-unnecessary-value-param in ooxNoel Grandin17-125/+125
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke1-2/+3
2016-04-08fix many ooxml validation errorsMarkus Mohrhard1-2/+13
2016-04-04Use std::size_tMiklos Vajna1-2/+2
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke5-7/+0
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-03-31Typo in HAVE_BROKEN_STATIC_INITILIZER_LISTStephan Bergmann1-2/+2
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-1/+1
2016-03-29tdf#95932: PPTX import: Incorrect inheritance of shape styleMatus Uzak1-1/+0
2016-03-23tdf#93868: PPTX import: Incorrect inheritance of shape fill propertiesMatus Uzak3-9/+6
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin1-1/+1
2016-03-14inline some use-once macrosNoel Grandin1-1/+1
2016-03-10tdf#89927: PPTX import: Incorrect inheritance of text run fill propertiesMatus Uzak8-28/+32
2016-03-04tdf#62255,tdf#92058: PPTX import: Incorrect inheritance of default table styleMatus Uzak1-2/+3
2016-03-04PPTX import: Table cell props: Override default graphic style if applicable.Matus Uzak1-0/+2
2016-03-04loplugin:unuseddefaultparam in oox/reportdesign/sdNoel Grandin4-36/+27
2016-03-03loplugin:unuseddefaultparams in ooxNoel Grandin10-52/+32
2016-02-25Avoid hard-coded perl path, check with envcoypu2-2/+2
2016-02-24convert DocPasswordRequestType to scoped enumNoel Grandin1-1/+1
2016-02-24convert DocPasswordVerifierResult to scoped enumNoel Grandin1-2/+2
2016-02-24convert EConfigurationModes to scoped enumNoel Grandin1-1/+1
2016-02-23new loplugin: commaoperatorNoel Grandin1-3/+6
2016-02-22add Wildcards / PROP_Wildcards, tdf#72196Eike Rathke1-0/+1
2016-02-22loplugin:write only fieldsNoel Grandin2-18/+16
2016-02-16Related: tdf#59699 DOCX import: fix linked graphics with relative URLsMiklos Vajna2-28/+18
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2016-02-09Formatting changes across all modulesChris Sherlock1-2/+2
2016-02-08Export and import of additional fields in ImpressRosemary Sebastian2-0/+27
2016-02-03oox: replace boost::bind with C++11 lambdaMichael Stahl2-20/+8
2016-02-03Improve DrawingML export of rotated/flipped customshapesAndras Timar1-4/+14
2016-02-02remove B2DLineJoin::MiddleCaolán McNamara1-1/+1
2016-02-02Export and import of file name fieldRosemary Sebastian2-0/+39
2016-01-31unnecessary use of OUString constructorNoel Grandin1-2/+2
2016-01-30Remove unused includesMiklos Vajna1-1/+0
2016-01-29oox: replace boost::bind with std::bindMichael Stahl2-8/+8
2016-01-27Format the datetime fields properly on importRosemary Sebastian1-2/+17
2016-01-21oox: import Math objects from PPTX filesMichael Stahl5-2/+160
2016-01-21oox: fix indentation of PPTShape::addShape()Michael Stahl1-195/+197
2016-01-21oox, writerfilter: incorrect a14 namespaceMichael Stahl1-1/+1
2016-01-15oox: getEntryName() could throw a WrongStateExceptionMichael Stahl1-7/+16
2016-01-15oox: export Math objects to PPTX filesMichael Stahl1-3/+64
2016-01-15oox: coverity#1348468 copy-paste errorMichael Stahl1-1/+1
2016-01-15oox: move enum DocumentType out of drawingml.hxxMichael Stahl1-2/+2
2016-01-15loplugin:unusedmethods unused return value in oox,packageNoel Grandin1-3/+1
2016-01-12loplugin:unusedmethods unused return value in include/ooxNoel Grandin10-41/+24
2016-01-11oox: deterministic oleObject stream numberingMichael Stahl1-4/+2