summaryrefslogtreecommitdiffstats
path: root/include/com/sun
Commit message (Expand)AuthorAgeFilesLines
* Adapt to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann2020-01-301-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
* use SAL_DEPRECATED in uno::ReferenceNoel Grandin2016-07-041-2/+2
* css::uno::Any move semantics (for LIBO_INTERNAL_ONLY)Stephan Bergmann2016-06-062-0/+38
* remove various crutches for boost::bind/boost::mem_fnMichael Stahl2016-05-131-10/+0
* Better fix for Windows-only codeStephan Bergmann2016-05-041-1/+1
* Fix Windows-only codeStephan Bergmann2016-05-041-1/+1
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-041-0/+7
* Enable Any functions on sal_uInt16 for LIBO_INTERNAL_ONLYStephan Bergmann2016-05-032-0/+8
* Clean up makeAny functionsStephan Bergmann2016-05-032-24/+15
* Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann2016-05-031-0/+12
* Prevent Any ctor from reinterpreting bool* as sal_Bool*Stephan Bergmann2016-05-031-0/+16
* Improve documentationStephan Bergmann2016-04-271-0/+5
* Use cast to bool to normalize sal_Bool valuesStephan Bergmann2016-04-201-6/+4
* Remove excess newlinesChris Sherlock2016-02-091-2/+0
* More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann2015-12-102-5/+5
* add move assignment and constructor to uno::ReferenceNoel Grandin2015-12-032-0/+37
* Use injected class nameStephan Bergmann2015-11-162-10/+10
* Missing includes (for NULL)Stephan Bergmann2015-11-106-0/+15