summaryrefslogtreecommitdiff
path: root/include/com/sun/star/uno/Reference.h
AgeCommit message (Expand)Author
2023-03-24These must be constMike Kaganski
2023-03-23Introduce non-static query() and queryThrow() to css::uno::ReferenceMike Kaganski
2022-02-15LIBO_INTERNAL_ONLY stuff does not need to be SAL_CALLNoel Grandin
2021-02-01tdf#130978 Add a comment to each published APImsrijita18
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-23Make css::uno::Reference upcast ctor LIBO_INTERNAL_ONLYStephan Bergmann
2019-08-30new loplugin:noexceptmoveNoel Grandin
2019-06-30Fix typoAndrea Gelmini
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-01-08add operator* to uno::ReferenceNoel Grandin
2018-09-11Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-26add 'explicit operator bool' to our reference classesNoel Grandin
2016-07-04use SAL_DEPRECATED in uno::ReferenceNoel Grandin
2016-05-13remove various crutches for boost::bind/boost::mem_fnMichael Stahl
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann
2015-12-03add move assignment and constructor to uno::ReferenceNoel Grandin
2015-11-10Missing includes (for NULL)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-07-06Workaround seems no longer necessary for MSVC 2013Stephan Bergmann
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann
2014-09-15"commas at the end of enumerator lists are a C++11 extension"Luboš Luňák
2014-07-03Catch invalid null pointer operations earlyStephan Bergmann
2014-06-16SAL_WARN_UNUSED_RESULT for static Reference::query functionStephan Bergmann
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-01-22Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2013-10-23fixincludeguards.sh: include/c*Thomas Arnhold
2013-08-14EXCEPTIONS_OFF is never definedStephan Bergmann
2013-05-07Up-cast conversion constructor for css::uno::ReferenceStephan Bergmann
2013-04-24move URE headers to include/David Tardon