summaryrefslogtreecommitdiff
path: root/comphelper/source/container/embeddedobjectcontainer.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-02-13tdf#158237 comphelper: Use C++20 contains() instead of find() and end()AkshayWarrier1-4/+2
2024-02-13tdf#158237 comphelper: Use C++20 contains() instead of find() and end()Steven Casey (SMCode)1-1/+1
2023-12-20tdf#158375: disable DDE when DisableActiveContent is setSarper Akdemir1-0/+4
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: comphelperStephan Bergmann1-1/+1
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin1-3/+3
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin1-3/+3
2022-05-10tdf#147590 update OLE object after document refreshJuergen Funk1-4/+9
2021-12-21loplugin:flatten in canvas..cuiNoel Grandin1-37/+37
2021-10-29Prepare for removal of non-const operator[] from Sequence in comphelperMike Kaganski1-45/+43
2020-10-13tdf#134987 convert DOCX to ODT: fix lost chartsBalazs Varga1-0/+8
2020-09-27improve some exception messagesNoel Grandin1-1/+1
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-1/+1
2020-08-31Fix typo in codeAndrea Gelmini1-2/+2
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-1/+1
2020-07-22tdf#81522 comphelper: just ignore disposed obj on saveJustin Luth1-66/+73
2020-05-29use for-range loop on SequenceNoel Grandin1-4/+4
2020-05-08improve loplugin:referencecastingNoel Grandin1-1/+1
2020-04-18loplugin:flatten in comphelperNoel Grandin1-45/+45
2019-07-19loplugin:referencecasting in comphelper..connectivityNoel Grandin1-5/+3
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin1-6/+1
2019-04-19tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen1-2/+0
2019-04-18Fix typoAndrea Gelmini1-2/+2
2019-04-08tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 1Noel Grandin1-44/+47
2019-03-12Simplify containers iterations in chart2, cli_ure, comphelper, configmgrArkadiy Illarionov1-57/+37
2019-02-08loplugin:indentation in codemaker..comphelperNoel Grandin1-3/+3
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-04-10loplugin:unusedmethodsNoel Grandin1-60/+0
2018-01-25loplugin:unused-returns in basegfx..cppcanvasNoel Grandin1-14/+5
2017-10-25loplugin:constmethod in comphelper,ucbhelperNoel Grandin1-4/+4
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-7/+7
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin1-1/+1
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin1-3/+3
2017-07-02loplugin:casttovoid: comphelperStephan Bergmann1-1/+0
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin1-2/+1
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-10/+10
2017-03-19ofz: segv on nullptrCaolán McNamara1-6/+5
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-1/+1
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann1-3/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+2
2017-02-03makeAny->Any in canvas..configmgrNoel Grandin1-6/+6
2016-12-23tdf#70998 Change word "Graphic(s)" to "Image(s)"Huzaifa Iftikhar1-1/+1
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-1/+1
2016-09-13Remove nonsense comments: // bitfieldTor Lillqvist1-1/+0
2016-08-16new loplugin to check for static OUStringsNoel Grandin1-1/+1
2016-08-01tdf#100726: Improve readability of OUString concatenationnadith1-2/+1
2016-06-03tdf#89329: use unique_ptr for pImpl in embeddedobjectcontainerXisco Fauli1-4/+3
2016-05-26loplugin:unusedmethodsNoel Grandin1-29/+0