summaryrefslogtreecommitdiff
path: root/include/com
AgeCommit message (Expand)AuthorFilesLines
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann2-4/+18
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann10-48/+48
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-1/+1
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara2-3/+2
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-2/+1
2017-05-18Revert "Fix typos"Stephan Bergmann1-1/+1
2017-05-18Fix typosAndrea Gelmini1-1/+1
2017-04-28LIBO_INTERNAL_ONLY: printing of css::uno::Reference/TypeStephan Bergmann2-0/+27
2017-03-03Remove redundant 'inline' keywordStephan Bergmann4-42/+42
2017-01-26add 'explicit operator bool' to our reference classesNoel Grandin1-0/+9
2016-11-21Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann2-0/+58
2016-07-04use SAL_DEPRECATED in uno::ReferenceNoel Grandin1-2/+2
2016-06-06css::uno::Any move semantics (for LIBO_INTERNAL_ONLY)Stephan Bergmann2-0/+38
2016-05-13remove various crutches for boost::bind/boost::mem_fnMichael Stahl1-10/+0
2016-05-04Better fix for Windows-only codeStephan Bergmann1-1/+1
2016-05-04Fix Windows-only codeStephan Bergmann1-1/+1
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-0/+7
2016-05-03Enable Any functions on sal_uInt16 for LIBO_INTERNAL_ONLYStephan Bergmann2-0/+8
2016-05-03Clean up makeAny functionsStephan Bergmann2-24/+15
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann1-0/+12
2016-05-03Prevent Any ctor from reinterpreting bool* as sal_Bool*Stephan Bergmann1-0/+16
2016-04-27Improve documentationStephan Bergmann1-0/+5
2016-04-20Use cast to bool to normalize sal_Bool valuesStephan Bergmann1-6/+4
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann2-5/+5
2015-12-03add move assignment and constructor to uno::ReferenceNoel Grandin2-0/+37
2015-11-16Use injected class nameStephan Bergmann2-10/+10
2015-11-10Missing includes (for NULL)Stephan Bergmann6-0/+15
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann6-17/+17
2015-08-01Any.h: Fix declaration hides class member warningDavid Ostrovsky1-4/+4
2015-07-06Workaround seems no longer necessary for MSVC 2013Stephan Bergmann1-3/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-34/+34
2015-04-10Update @since tags LO 4.5 -> 5.0Stephan Bergmann2-2/+2
2015-04-08A UNO Any can't contain an AnyStephan Bergmann2-0/+17
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-2/+2
2015-04-01Deprecate getCppuType et al in favor of cppu::UnoTypeStephan Bergmann3-4/+96
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-4/+4
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2-49/+49
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann4-4/+4
2015-01-05These extern "C" functions are in the global namespaceStephan Bergmann2-11/+11
2015-01-05Mark function declarations as CPPU_DLLPUBLIC, not only definitionsStephan Bergmann2-3/+5
2014-12-19No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann1-2/+2
2014-12-12css::uno::Sequence ctor with initializer_listStephan Bergmann2-0/+25
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl6-6/+8
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-02optimise UNO Sequence destructorNoel Grandin1-3/+6
2014-09-24fix build with coverity 7.0.2 and gcc 4.8.3Caolán McNamara1-8/+0
2014-09-15"commas at the end of enumerator lists are a C++11 extension"Luboš Luňák1-2/+2
2014-07-03Catch invalid null pointer operations earlyStephan Bergmann1-3/+8
2014-06-16SAL_WARN_UNUSED_RESULT for static Reference::query functionStephan Bergmann1-2/+2