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