summaryrefslogtreecommitdiffstats
path: root/include/com
Commit message (Expand)AuthorAgeFilesLines
* Add a comment clarifying intended replacement for non-const operator[]Mike Kaganski2021-11-121-0/+2
* Drop non-const Sequence::operator[] in internal codeMike Kaganski2021-11-052-0/+4
* Prepare for removal of non-const operator[] from Sequence in includeMike Kaganski2021-10-281-1/+2
* Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2021-10-152-2/+10
* Avoid COW overhead using css::uno::SequenceMike Kaganski2021-10-142-0/+34
* remove uno::Type move constructorNoel Grandin2021-06-242-14/+0
* uno::Type needs a move operatorNoel Grandin2021-06-242-0/+26
* loplugin:referencecasting in reportdesignNoel2021-02-161-1/+1
* tdf#130978 Add a comment to each published APImsrijita182021-02-0110-0/+40
* tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer2020-11-211-5/+3
* cid#1448292 coverity has difficulty with css::uno::SequenceCaolán McNamara2020-09-251-9/+0
* __coverity_tainted_data_sanitize__ can't be constCaolán McNamara2020-09-221-2/+2
* fix __coverity_tainted_data_sanitize__ signatureCaolán McNamara2020-09-201-1/+1
* Replace remaining uses of sal_CharJulien Nabet2020-09-122-2/+2
* Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2020-04-272-47/+10
* Make css::uno::Reference upcast ctor LIBO_INTERNAL_ONLYStephan Bergmann2020-04-232-12/+6
* loplugin:nullptrStephan Bergmann2019-12-061-2/+2
* Adapt to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann2019-12-031-1/+1
* support O(U)String::number() for fast string concatenationLuboš Luňák2019-09-241-0/+19
* loplugin:noexceptmove in AnyNoel Grandin2019-08-302-5/+5
* new loplugin:noexceptmoveNoel Grandin2019-08-302-4/+4
* Introduce Sequence::size() instead of specialization of std::sizeMike Kaganski2019-08-261-10/+10
* Generalize comphelper::concatSequences to accept other container typesMike Kaganski2019-08-261-0/+10
* cid#1448292 coverity has difficulty with css::uno::SequenceCaolán McNamara2019-08-251-0/+10
* Fix typoAndrea Gelmini2019-06-301-1/+1
* Fix typoAndrea Gelmini2019-06-301-2/+2
* Fix typoAndrea Gelmini2019-06-301-2/+2
* Fix typoAndrea Gelmini2019-06-301-1/+1
* Sequence: Fix typo in commentsMichael Weghorn2019-06-011-4/+4
* fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2019-05-131-0/+12
* implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin2019-04-301-0/+20
* fix Sequence ostream operator<< wrt. constMichael Stahl2019-02-131-1/+1
* add operator* to uno::ReferenceNoel Grandin2019-01-081-0/+10
* Use constexpr ifStephan Bergmann2018-12-081-15/+6
* Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann2018-09-111-2/+2
* More loplugin:cstylecast: cppuStephan Bergmann2018-01-153-4/+4
* provide uno::Sequence with ostream output operatorThorsten Behrens2018-01-131-0/+79
* More loplugin:cstylecast: cppuStephan Bergmann2018-01-121-6/+6
* Typo in comment ("from" vs. "to")Stephan Bergmann2018-01-081-1/+1
* Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann2017-11-112-4/+18
* loplugin:includeform: UNO API include filesStephan Bergmann2017-10-2310-48/+48
* use more OUString::operator== in forms..salNoel Grandin2017-07-131-1/+1
* add COVERITY_NOEXCEPT_FALSECaolán McNamara2017-06-062-3/+2
* teach redundantcast plugin about functional castsNoel Grandin2017-05-301-2/+1
* Revert "Fix typos"Stephan Bergmann2017-05-181-1/+1
* Fix typosAndrea Gelmini2017-05-181-1/+1
* LIBO_INTERNAL_ONLY: printing of css::uno::Reference/TypeStephan Bergmann2017-04-282-0/+27
* Remove redundant 'inline' keywordStephan Bergmann2017-03-034-42/+42
* add 'explicit operator bool' to our reference classesNoel Grandin2017-01-261-0/+9
* Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann2016-11-212-0/+58