summaryrefslogtreecommitdiff
path: root/include/oox/helper/helper.hxx
AgeCommit message (Expand)Author
2022-08-02clang-tidy modernize-pass-by-value in ooxNoel Grandin
2022-06-27replace oox::OptValue with std::optionalNoel Grandin
2022-06-24make oox::OptValue::value() assert if emptyNoel Grandin
2022-06-22rename oox::OptValue::get to valueNoel Grandin
2022-06-22rename oox::OptValue::get(Type) to value_orNoel Grandin
2022-06-22make oox::OptValue::assignIfUsed a free functionNoel Grandin
2022-06-22remove OptValue(bool,Type) constructorNoel Grandin
2022-06-22replace oox::OptValue::useNoel Grandin
2022-06-21remove oox::OptValue::setNoel Grandin
2022-06-21remove oox::OptValue::differsFromNoel Grandin
2022-06-21rename oox::OptValue::has() to has_valueNoel Grandin
2021-01-16make the Color constructors explicitly specify transparencyNoel
2020-11-16replace std::min(std::max()) with std::clampNoel
2020-07-13tdf#42949 Fix IWYU warnings in include/[a-r]*/*hxxGabor Kelemen
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-10-14New loplugin:getstrStephan Bergmann
2019-07-17tdf#42949 Fix IWYU warnings in include/ooxGabor Kelemen
2018-03-05use more Color in ooxNoel Grandin
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-02-10Remove MinGW supportStephan Bergmann
2017-02-07remove CREATE_OSTRING macroJochen Nitschke
2016-11-21cppcanvas, oox: add missing #include <osl/endian.h>Michael Stahl
2016-05-25Missing includeStephan Bergmann
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas
2016-05-10remove STATIC_ARRAY_END and usagesJochen Nitschke
2016-02-09Remove excess newlinesChris Sherlock
2015-12-07fix powerpc buildNoel Grandin
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-16fix werror problem around sal_uInt32 vs sal_Int32Markus Mohrhard
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2014-06-07oox: replace redundant STATIC_ARRAY_SIZE macro with SAL_N_ELEMENTSMiklos Vajna
2014-03-01Remove visual noise from includeAlexander Wilms
2013-10-23fixincludeguards.sh: include/o*Thomas Arnhold
2013-09-11Exorcise some cargo-cultness in oox.Thorsten Behrens
2013-06-24fix hair & fine cell border export ( followon fix fdo#56960 )Noel Power
2013-04-23execute move of global headersBjoern Michaelsen