summaryrefslogtreecommitdiff
path: root/sd/source/filter/html/HtmlOptionsDialog.cxx
AgeCommit message (Expand)Author
2021-01-01tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorDuP-491
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sdStephan Bergmann
2019-07-29Simplify Sequence iterations in sdArkadiy Illarionov
2019-07-25weld SdPublishingDlgCaolán McNamara
2019-02-23loplugin:unusedfields in sdNoel Grandin
2019-02-22tdf#42949 Fix IWYU warnings in sd/source/filter/*/*cxxGabor Kelemen
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: sdStephan Bergmann
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-05loplugin:unnecessaryoverride (dtors) in sdStephan Bergmann
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-10-11convert DocumentType to scoped enumNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09Formatting changes across all modulesChris Sherlock
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-10-29com::sun::star->css in sdNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-25sd/source/filter boost::scoped_ptr->std::unique_ptrCaolán McNamara
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-08-31sd: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-03-12sd: convert sd.component to constructor usageChris Sherlock
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann
2014-06-25remove whitespacesMarkus Mohrhard
2014-05-19Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-12-09fdo#54938: Convert sd to use cppu::supportsServiceMarcos Paulo de Souza
2013-11-08remove unnecessary use of OUString constructor in SD moduleNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-11-28re-base on ALv2 code. Includes:Michael Meeks
2012-11-02loplugin: unused UniStringsCaolán McNamara
2012-09-11-Werror,-Wunused-private-field (various sd)Stephan Bergmann
2012-04-16More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-25removed duplicate includes in sdTakeshi Abe
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2011-11-27remove include of pch header from sdNorbert Thiebaud
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
2010-10-25migrate vos::Omodule to osl:ModuleNorbert Thiebaud
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth