summaryrefslogtreecommitdiff
path: root/include/com/sun/star/uno/Any.hxx
AgeCommit message (Expand)Author
2023-05-12add a toAny variant that takes a && valueNoel Grandin
2023-04-05Simplify O(U)String::number implementationMike Kaganski
2023-03-23tdf#154319: fix TOC field codes parsingMike Kaganski
2022-11-30tdf#152289: implement external glossary relations roundtripMike Kaganski
2022-05-20optimise Any::operator=(&&) a littleNoel Grandin
2022-05-05Deprecate css::uno::makeAny; completely disable it for LIBO_INTERNAL_ONLYStephan Bergmann
2022-05-02Add css::uno::Any(OUStringNumber) overloadStephan Bergmann
2022-02-15LIBO_INTERNAL_ONLY stuff does not need to be SAL_CALLNoel Grandin
2022-01-15Let loplugin:nullptr look into template instantiationsStephan Bergmann
2021-02-01tdf#130978 Add a comment to each published APImsrijita18
2019-12-03Adapt to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2019-08-30loplugin:noexceptmove in AnyNoel Grandin
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
2016-11-21Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann
2016-06-06css::uno::Any move semantics (for LIBO_INTERNAL_ONLY)Stephan Bergmann
2016-05-03Enable Any functions on sal_uInt16 for LIBO_INTERNAL_ONLYStephan Bergmann
2016-05-03Clean up makeAny functionsStephan Bergmann
2016-04-20Use cast to bool to normalize sal_Bool valuesStephan Bergmann
2015-11-10Missing includes (for NULL)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-08A UNO Any can't contain an AnyStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-01-05These extern "C" functions are in the global namespaceStephan Bergmann
2015-01-05Mark function declarations as CPPU_DLLPUBLIC, not only definitionsStephan Bergmann
2014-12-19No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl
2014-09-24fix build with coverity 7.0.2 and gcc 4.8.3Caolán McNamara
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-03-01Remove visual noise from includeAlexander Wilms
2014-02-18Any: consistently use explicit specialization instead of overloadingStephan Bergmann
2014-01-22Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-11-26const fixStephan Bergmann
2013-11-09fdo#65108 inter-module includes <> include/css/unoNorbert Thiebaud
2013-10-23fixincludeguards.sh: include/c*Thomas Arnhold
2013-08-14EXCEPTIONS_OFF is never definedStephan Bergmann
2013-08-14Some improvements for operator<<(std::ostream&, const uno::Any&)Stephan Bergmann
2013-08-14Implement operator<<(std::ostream&, const uno::Any&)Boris Dušek
2013-04-24move URE headers to include/David Tardon