summaryrefslogtreecommitdiff
path: root/include/com/sun
AgeCommit message (Expand)Author
2019-06-30Fix typoAndrea Gelmini
2019-06-30Fix typoAndrea Gelmini
2019-06-30Fix typoAndrea Gelmini
2019-06-30Fix typoAndrea Gelmini
2019-06-01Sequence: Fix typo in commentsMichael Weghorn
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin
2019-02-13fix Sequence ostream operator<< wrt. constMichael Stahl
2019-01-08add operator* to uno::ReferenceNoel Grandin
2018-12-08Use constexpr ifStephan Bergmann
2018-09-11Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann
2018-01-15More loplugin:cstylecast: cppuStephan Bergmann
2018-01-13provide uno::Sequence with ostream output operatorThorsten Behrens
2018-01-12More loplugin:cstylecast: cppuStephan Bergmann
2018-01-08Typo in comment ("from" vs. "to")Stephan Bergmann
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-04-28LIBO_INTERNAL_ONLY: printing of css::uno::Reference/TypeStephan Bergmann
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-26add 'explicit operator bool' to our reference classesNoel Grandin
2016-11-21Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann
2016-07-04use SAL_DEPRECATED in uno::ReferenceNoel Grandin
2016-06-06css::uno::Any move semantics (for LIBO_INTERNAL_ONLY)Stephan Bergmann
2016-05-13remove various crutches for boost::bind/boost::mem_fnMichael Stahl
2016-05-04Better fix for Windows-only codeStephan Bergmann
2016-05-04Fix Windows-only codeStephan Bergmann
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann
2016-05-03Enable Any functions on sal_uInt16 for LIBO_INTERNAL_ONLYStephan Bergmann
2016-05-03Clean up makeAny functionsStephan Bergmann
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann
2016-05-03Prevent Any ctor from reinterpreting bool* as sal_Bool*Stephan Bergmann
2016-04-27Improve documentationStephan Bergmann
2016-04-20Use cast to bool to normalize sal_Bool valuesStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann
2015-12-03add move assignment and constructor to uno::ReferenceNoel Grandin
2015-11-16Use injected class nameStephan Bergmann
2015-11-10Missing includes (for NULL)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-01Any.h: Fix declaration hides class member warningDavid Ostrovsky
2015-07-06Workaround seems no longer necessary for MSVC 2013Stephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-10Update @since tags LO 4.5 -> 5.0Stephan Bergmann
2015-04-08A UNO Any can't contain an AnyStephan Bergmann
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann