summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* Some more sal_Bool -> boolStephan Bergmann2016-04-251-1/+1
* tdf#42949: clean up includes in include/oox/core using iwyuJorenz Paragas2016-04-2568-2/+159
* Avoid reserved identifiersStephan Bergmann2016-04-222-3/+3
* new plugin stylepoliceNoel Grandin2016-04-212-7/+7
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-2021-48/+48
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-182-18/+16
* clean-up: unused using declarations and includesJochen Nitschke2016-04-1814-50/+0
* tdf#94306 remove unused boost dependenciesJochen Nitschke2016-04-131-1/+0
* loplugin:passstuffbyref in ooxNoel Grandin2016-04-137-8/+8
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-04-123-13/+11
* tdf#99135 VML import: handle image cropMiklos Vajna2016-04-122-0/+39
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-125-6/+0
* clang-tidy performance-unnecessary-value-param in ooxNoel Grandin2016-04-1120-128/+128
* tdf#94306 replace boost::noncopyable ...Jochen Nitschke2016-04-111-2/+3
* fix many ooxml validation errorsMarkus Mohrhard2016-04-081-2/+13
* Use std::size_tMiklos Vajna2016-04-041-2/+2
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-025-7/+0
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-1/+1
* Typo in HAVE_BROKEN_STATIC_INITILIZER_LISTStephan Bergmann2016-03-311-2/+2
* use SAL_N_ELEMENTS in for loopsNoel Grandin2016-03-311-1/+1
* tdf#95932: PPTX import: Incorrect inheritance of shape styleMatus Uzak2016-03-291-1/+0
* tdf#93868: PPTX import: Incorrect inheritance of shape fill propertiesMatus Uzak2016-03-233-9/+6
* remove unnecessary parentheses in case labelsNoel Grandin2016-03-151-1/+1
* inline some use-once macrosNoel Grandin2016-03-141-1/+1
* tdf#89927: PPTX import: Incorrect inheritance of text run fill propertiesMatus Uzak2016-03-109-30/+33
* These tests can just derive from plain CppUnit::TestFixtureStephan Bergmann2016-03-102-31/+4
* Extract Directories from BootstrapFixtureBaseStephan Bergmann2016-03-101-14/+14
* tdf#62255,tdf#92058: PPTX import: Incorrect inheritance of default table styleMatus Uzak2016-03-041-2/+3
* PPTX import: Table cell props: Override default graphic style if applicable.Matus Uzak2016-03-041-0/+2
* loplugin:unuseddefaultparam in oox/reportdesign/sdNoel Grandin2016-03-045-38/+28
* loplugin:unuseddefaultparams in ooxNoel Grandin2016-03-0312-56/+34
* Avoid hard-coded perl path, check with envcoypu2016-02-252-2/+2
* convert DocPasswordRequestType to scoped enumNoel Grandin2016-02-241-1/+1
* convert DocPasswordVerifierResult to scoped enumNoel Grandin2016-02-241-2/+2
* convert EConfigurationModes to scoped enumNoel Grandin2016-02-241-1/+1
* new loplugin: commaoperatorNoel Grandin2016-02-231-3/+6
* add Wildcards / PROP_Wildcards, tdf#72196Eike Rathke2016-02-221-0/+1
* loplugin:write only fieldsNoel Grandin2016-02-224-22/+16
* tdf#97703 Removed a few redundant calls to setUp and tearDownJaskaran2016-02-191-1/+0
* Related: tdf#59699 DOCX import: fix linked graphics with relative URLsMiklos Vajna2016-02-162-28/+18
* Remove excess newlinesChris Sherlock2016-02-0925-108/+0
* Formatting changes across all modulesChris Sherlock2016-02-091-2/+2
* Export and import of additional fields in ImpressRosemary Sebastian2016-02-082-0/+27
* oox: replace boost::bind with C++11 lambdaMichael Stahl2016-02-033-21/+8
* Improve DrawingML export of rotated/flipped customshapesAndras Timar2016-02-031-4/+14
* remove B2DLineJoin::MiddleCaolán McNamara2016-02-021-1/+1
* Export and import of file name fieldRosemary Sebastian2016-02-022-0/+39
* unnecessary use of OUString constructorNoel Grandin2016-01-311-2/+2
* Remove unused includesMiklos Vajna2016-01-301-1/+0
* oox: replace boost::bind with std::bindMichael Stahl2016-01-292-8/+8