summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* tdf#93883 don't add space to empty paragraph when bullet is turned off.Mark Hung2016-06-071-1/+4
* oox: replace boost::array with std::arrayMichael Stahl2016-05-251-4/+2
* warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bitsNoel Grandin2016-05-201-1/+1
* clang-tidy modernize-make-sharedNoel Grandin2016-05-1814-35/+34
* tdf#42949: clean up includes in include/oox/ole with iwyuJorenz Paragas2016-05-132-0/+6
* tdf#42949: clean up includes in include/oox/mathml with iwyuJorenz Paragas2016-05-111-0/+2
* tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas2016-05-1088-5/+150
* Silence Clang -Wimplicit-fallthrough in gperf-generated codeStephan Bergmann2016-05-101-3/+2
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-105-6/+25
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-104-0/+4
* loplugin:rangedforcopyTor Lillqvist2016-05-101-2/+2
* remove STATIC_ARRAY_END and usagesJochen Nitschke2016-05-104-93/+93
* basegfx,oox,slideshow: replace boost::next/prior with std::next/prevMichael Stahl2016-05-062-26/+24
* tdf#42949: clean up includes in include/oox/export with iwyuJorenz Paragas2016-05-062-0/+3
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-062-2/+2
* clang-tidy modernize-loop-convert in oox to saxNoel Grandin2016-05-055-18/+18
* tdf#42949: clean up includes in include/oox/drawingml with iwyuJorenz Paragas2016-05-0319-0/+23
* tdf#99030: PPTX import: Fixed lost slide background colorMatus Uzak2016-04-292-2/+4
* tdf#90736: PPTX import: Improved table border line style supportMatus Uzak2016-04-291-1/+41
* teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2016-04-282-5/+5
* tdf#80999 Canceling password prompt should abort detectionMaxim Monastirsky2016-04-271-5/+13
* tdf#42949: clean up includes in include/oox/crypto with iwyuJorenz Paragas2016-04-265-3/+20
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-268-39/+39
* 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