summaryrefslogtreecommitdiff
path: root/include/com/sun/star/uno/Any.hxx
AgeCommit message (Expand)AuthorFilesLines
2020-01-30Adapt to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann1-1/+1
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-0/+19
2019-08-30loplugin:noexceptmove in AnyNoel Grandin1-3/+3
2018-01-12More loplugin:cstylecast: cppuStephan Bergmann1-6/+6
2018-01-08Typo in comment ("from" vs. "to")Stephan Bergmann1-1/+1
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann1-3/+15
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann1-10/+10
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-1/+1
2016-11-21Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann1-0/+31
2016-06-06css::uno::Any move semantics (for LIBO_INTERNAL_ONLY)Stephan Bergmann1-0/+33
2016-05-03Enable Any functions on sal_uInt16 for LIBO_INTERNAL_ONLYStephan Bergmann1-0/+2
2016-05-03Clean up makeAny functionsStephan Bergmann1-19/+8
2016-04-20Use cast to bool to normalize sal_Bool valuesStephan Bergmann1-6/+4
2015-11-10Missing includes (for NULL)Stephan Bergmann1-0/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-25/+25
2015-04-08A UNO Any can't contain an AnyStephan Bergmann1-0/+4
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-3/+3
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-45/+45
2015-01-05These extern "C" functions are in the global namespaceStephan Bergmann1-5/+4
2015-01-05Mark function declarations as CPPU_DLLPUBLIC, not only definitionsStephan Bergmann1-1/+2
2014-12-19No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann1-2/+2
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl1-1/+2
2014-09-24fix build with coverity 7.0.2 and gcc 4.8.3Caolán McNamara1-8/+0
2014-06-05various: remove SAL_THROW macroNoel Grandin1-43/+39
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-2/+1
2014-03-01Remove visual noise from includeAlexander Wilms1-47/+47
2014-02-18Any: consistently use explicit specialization instead of overloadingStephan Bergmann1-0/+18
2014-01-22Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-78/+78
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa1-2/+1
2013-11-26const fixStephan Bergmann1-1/+1
2013-11-09fdo#65108 inter-module includes <> include/css/unoNorbert Thiebaud1-2/+2
2013-10-23fixincludeguards.sh: include/c*Thomas Arnhold1-2/+2
2013-08-14EXCEPTIONS_OFF is never definedStephan Bergmann1-2/+0
2013-08-14Some improvements for operator<<(std::ostream&, const uno::Any&)Stephan Bergmann1-43/+45
2013-08-14Implement operator<<(std::ostream&, const uno::Any&)Boris Dušek1-0/+74
2013-04-24move URE headers to include/David Tardon1-0/+596