summaryrefslogtreecommitdiffstats
path: root/include/com
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-106-17/+17
* Any.h: Fix declaration hides class member warningDavid Ostrovsky2015-08-011-4/+4
* Workaround seems no longer necessary for MSVC 2013Stephan Bergmann2015-07-061-3/+3
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-082-34/+34
* Update @since tags LO 4.5 -> 5.0Stephan Bergmann2015-04-102-2/+2
* A UNO Any can't contain an AnyStephan Bergmann2015-04-082-0/+17
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-011-2/+2
* Deprecate getCppuType et al in favor of cppu::UnoTypeStephan Bergmann2015-04-013-4/+96
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-012-4/+4
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-312-49/+49
* Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann2015-01-264-4/+4
* These extern "C" functions are in the global namespaceStephan Bergmann2015-01-052-11/+11