summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin2-18/+16
2016-04-18clean-up: unused using declarations and includesJochen Nitschke14-50/+0
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke1-1/+0
2016-04-13loplugin:passstuffbyref in ooxNoel Grandin7-8/+8
2016-04-12tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar3-13/+11
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 Grandin20-128/+128
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 Uzak9-30/+33
2016-03-10These tests can just derive from plain CppUnit::TestFixtureStephan Bergmann2-31/+4
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann1-14/+14
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 Grandin5-38/+28
2016-03-03loplugin:unuseddefaultparams in ooxNoel Grandin12-56/+34
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 Grandin4-22/+16
2016-02-19tdf#97703 Removed a few redundant calls to setUp and tearDownJaskaran1-1/+0
2016-02-16Related: tdf#59699 DOCX import: fix linked graphics with relative URLsMiklos Vajna2-28/+18
2016-02-09Remove excess newlinesChris Sherlock25-108/+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 Stahl3-21/+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 Stahl6-2/+173
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