summaryrefslogtreecommitdiff
path: root/oox/source/dump/dumperbase.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+2
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-18/+18
2020-11-11loplugin:stringviewNoel1-1/+1
2020-08-29Simplify some operation involving OUString and OUStringBufferStephan Bergmann1-1/+1
2020-05-27Further fixing of loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-3/+3
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-11/+11
2020-04-22use more make_shared in ooxNoel Grandin1-2/+2
2020-04-15loplugin:buriedassign in l,o,p*Noel Grandin1-1/+3
2020-04-03loplugin:flatten in ooxNoel Grandin1-24/+24
2020-03-16tdf#42949 Fix IWYU warnings in oox/source/[cd]*/*cxxGabor Kelemen1-1/+0
2020-01-24loplugin:makeshared in ooxNoel Grandin1-3/+3
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin1-3/+1
2019-12-19sal_Char->char in oox..registryNoel Grandin1-7/+7
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-05-20Use DBG_UTIL instead of OSL_DEBUG_LEVEL for the OOX dumping stuffTor Lillqvist1-1/+1
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-3/+5
2018-11-16loplugin:buriedassign in dbaccess..ooxNoel Grandin1-2/+2
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-3/+3
2018-07-26oox: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-6/+0
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-03-31Use for-range loops in oox (part2)Julien Nabet1-23/+35
2017-10-23loplugin:includeform: ooxStephan Bergmann1-4/+4
2017-09-12clang-tidy modernize-use-emplace in ooxNoel Grandin1-2/+2
2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin1-1/+1
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara1-2/+2
2016-11-08loplugin:expandablemethods in lotuswordpro..packageNoel Grandin1-13/+3
2016-10-21loplugin:expandablemethodds in include/ooxNoel Grandin1-13/+3
2016-09-16loplogin:singlevalfields in include/Noel Grandin1-12/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-3/+3
2016-05-10remove STATIC_ARRAY_END and usagesJochen Nitschke1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-11-04yyyyyNoel Grandin1-1/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-3/+3
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-02-19boost->stdCaolán McNamara1-2/+2
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-1/+1
2014-12-12remove operator>> and operator<< methodsNoel Grandin1-8/+9
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-10-08fdo#75757: remove inheritance to std::mapTakeshi Abe1-2/+2
2014-10-01fdo#82577: Handle TimeNoel Grandin1-8/+8
2014-06-25remove whitespacesMarkus Mohrhard1-82/+0
2014-02-26Remove visual noise from ooxAlexander Wilms1-46/+46
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin1-3/+3
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-1/+0
2013-11-14remove unnecessary sal_Unicode casts in OOX moduleNoel Grandin1-9/+9
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-3/+3
2013-04-23fixup nanosecond precisionLionel Elie Mamane1-1/+1