summaryrefslogtreecommitdiff
path: root/sd/source/filter/html/htmlex.cxx
AgeCommit message (Expand)AuthorFilesLines
4 daysloplugin:constantparam in sdNoel Grandin1-9/+3
2024-04-03tdf#146619 Drop unused 'using namespace' in: sd/Gabor Kelemen1-3/+0
2024-03-13no need to use strlen hereNoel Grandin1-3/+1
2024-03-08use more string_viewNoel Grandin1-1/+1
2023-10-19use more SdrObjList::begin/end in sdNoel Grandin1-11/+8
2023-09-28tdf#105303: re-introduce single-document html export filterXisco Fauli1-0/+858
2023-09-23tdf#105303: Drop html export wizardXisco Fauli1-3176/+0
2023-06-14Make encodeForXml accessible for other modulesSzymon Kłos1-2/+3
2023-05-25merge some stringaddsNoel Grandin1-9/+6
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski1-1/+1
2023-03-30loplugin:stringadd in sd/sdextNoel Grandin1-196/+184
2023-03-14elide some temporary OStringsNoel Grandin1-1/+1
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-2/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-11clang-tidy modernize-pass-by-value in sdNoel Grandin1-2/+3
2022-07-22elide some makeStringAndClear() callsNoel Grandin1-9/+12
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin1-2/+2
2022-04-06Drop write-only uses of pNonConvertableChars argumentMike Kaganski1-4/+1
2022-04-06tdf#148413: Drop HTML export encoding configuration; use UTF-8Mike Kaganski1-2/+2
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-8/+8
2021-11-03loplugin:constparamsNoel Grandin1-1/+1
2021-10-30Prepare for removal of non-const operator[] from Sequence in sdMike Kaganski1-18/+19
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-22/+14
2021-10-10Typo: brake(s)->break(s) (I let the right use of "brake" of course)Julien Nabet1-1/+1
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin1-3/+2
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin1-1/+0
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-3/+2
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin1-1/+1
2021-04-28use string_view in INetURLObject::encodeNoel Grandin1-1/+1
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-5/+5
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-6/+6
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin1-6/+6
2021-01-29loplugin:stringviewparam extend to new..Noel1-21/+21
2021-01-16make the Color constructors explicitly specify transparencyNoel1-10/+10
2021-01-09fix coverity parse errorsCaolán McNamara1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-4/+4
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-2/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+1
2020-10-23long->tools::Long in pyuno..sdNoel1-13/+13
2020-09-30loplugin:reducevarscope in sdNoel1-4/+2
2020-09-11convert IMAP_OBJ to scoped enumNoel Grandin1-5/+5
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-2/+2
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: sdStephan Bergmann1-6/+6
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-03convert PresObjKind to scoped enumNoel Grandin1-10/+10
2020-04-01convert PresChange to scoped enumNoel Grandin1-1/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2019-12-22sal_Char->char in sdNoel Grandin1-1/+1
2019-11-24cppcheck: performing init in init list (sc/scripting/sd)Julien Nabet1-10/+8