summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)Author
2016-06-07tdf#93883 don't add space to empty paragraph when bullet is turned off.Mark Hung
2016-05-25oox: replace boost::array with std::arrayMichael Stahl
2016-05-20warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bitsNoel Grandin
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-05-13tdf#42949: clean up includes in include/oox/ole with iwyuJorenz Paragas
2016-05-11tdf#42949: clean up includes in include/oox/mathml with iwyuJorenz Paragas
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas
2016-05-10Silence Clang -Wimplicit-fallthrough in gperf-generated codeStephan Bergmann
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-05-10loplugin:rangedforcopyTor Lillqvist
2016-05-10remove STATIC_ARRAY_END and usagesJochen Nitschke
2016-05-06basegfx,oox,slideshow: replace boost::next/prior with std::next/prevMichael Stahl
2016-05-06tdf#42949: clean up includes in include/oox/export with iwyuJorenz Paragas
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin
2016-05-03tdf#42949: clean up includes in include/oox/drawingml with iwyuJorenz Paragas
2016-04-29tdf#99030: PPTX import: Fixed lost slide background colorMatus Uzak
2016-04-29tdf#90736: PPTX import: Improved table border line style supportMatus Uzak
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin
2016-04-27tdf#80999 Canceling password prompt should abort detectionMaxim Monastirsky
2016-04-26tdf#42949: clean up includes in include/oox/crypto with iwyuJorenz Paragas
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-25Some more sal_Bool -> boolStephan Bergmann
2016-04-25tdf#42949: clean up includes in include/oox/core using iwyuJorenz Paragas
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-21new plugin stylepoliceNoel Grandin
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-13tdf#94306 remove unused boost dependenciesJochen Nitschke
2016-04-13loplugin:passstuffbyref in ooxNoel Grandin
2016-04-12tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-04-12tdf#99135 VML import: handle image cropMiklos Vajna
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-11clang-tidy performance-unnecessary-value-param in ooxNoel Grandin
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke
2016-04-08fix many ooxml validation errorsMarkus Mohrhard
2016-04-04Use std::size_tMiklos Vajna
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-31Typo in HAVE_BROKEN_STATIC_INITILIZER_LISTStephan Bergmann
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin
2016-03-29tdf#95932: PPTX import: Incorrect inheritance of shape styleMatus Uzak
2016-03-23tdf#93868: PPTX import: Incorrect inheritance of shape fill propertiesMatus Uzak
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
2016-03-14inline some use-once macrosNoel Grandin
2016-03-10tdf#89927: PPTX import: Incorrect inheritance of text run fill propertiesMatus Uzak
2016-03-10These tests can just derive from plain CppUnit::TestFixtureStephan Bergmann
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann