summaryrefslogtreecommitdiff
path: root/sd/source/filter/html/htmlex.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-0/+1
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen1-0/+1
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-1/+1
2019-02-22tdf#42949 Fix IWYU warnings in sd/source/filter/*/*cxxGabor Kelemen1-17/+0
2019-02-19pretty up logging of exceptionsNoel Grandin1-2/+3
2019-02-15loplugin:flatten in sd/source/filterNoel Grandin1-11/+11
2018-12-19Simplify containers iterations in sd/*Arkadiy Illarionov1-3/+1
2018-11-07move SvTreeListBox to vclCaolán McNamara1-3/+3
2018-10-09loplugin:constfields in sdNoel Grandin1-16/+17
2018-08-29new loplugin:oustringbufferNoel Grandin1-6/+6
2018-08-22new loplugin:conststringfieldNoel Grandin1-13/+14
2018-08-13loplugin:returnconstant in sdNoel Grandin1-4/+2
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin1-3/+3
2018-06-28tdf#42949 Fix IWYU warnings in include/osl/*hGabor Kelemen1-0/+1
2018-06-21loplugin:useuniqueptr in EasyFileNoel Grandin1-7/+5
2018-06-20loplugin:useuniqueptr in HtmlExportNoel Grandin1-3/+2
2018-06-04tdf#42949 Fix IWYU warnings in sd/source/filterGabor Kelemen1-0/+1
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand1-4/+4
2018-04-17tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu1-8/+6
2018-03-07use more Color in sdNoel Grandin1-5/+5
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-2/+2
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara1-3/+8
2018-02-26split out GetStandardWarningBoxImageCaolán McNamara1-1/+0
2018-02-22loplugin:redundantcopy extend to ColorNoel Grandin1-3/+3
2018-02-15loplugin:changetoolsgen in sdNoel Grandin1-12/+12
2018-01-15More loplugin:cstylecast: sdStephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: sdStephan Bergmann1-28/+28
2017-11-17TypedWhichId for EE_CHAR* constantsNoel Grandin1-5/+5
2017-10-27loplugin:constantparam in sd,sdextNoel Grandin1-7/+1
2017-10-23loplugin:includeform: sdStephan Bergmann1-9/+9
2017-08-23convert message box style bits to scoped enumNoel Grandin1-1/+1
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-2/+2
2017-08-16rename some unnecessary contractions, Lft-Left, etc.Noel Grandin1-10/+10
2017-08-03loplugin:constparams in sdNoel Grandin1-8/+8
2017-08-01move resmgr to unotoolsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-10/+10
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-8/+11
2017-06-21convert ErrCode to strong typedefNoel Grandin1-19/+19
2017-06-06simplify EasyFile::closeNoel Grandin1-47/+28
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-4/+4
2017-05-23mysterious and missing 4077 resource used in sdCaolán McNamara1-19/+7
2017-05-19make string translation loading more uniformCaolán McNamara1-19/+19
2017-05-03loplugin:checkunusedparams in sdNoel Grandin1-5/+4
2017-05-02untranslated strings are just stringsCaolán McNamara1-1/+2
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin1-4/+1
2017-04-25tdf#75280: convert sal_uIntPtr to sal_uInt32 for ErrorInfo memberChris Sherlock1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-3/+3
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin1-1/+1
2017-03-06make use of the SfxItemSet::GetItem<T> methodNoel Grandin1-3/+3