summaryrefslogtreecommitdiff
path: root/include/com
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-05various: remove SAL_THROW macroNoel Grandin10-313/+274
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-2/+1
2014-05-09Enforce "There is no css::uno::Sequence<bool>"Stephan Bergmann1-0/+6
2014-04-24Sequence::operator[]: let's cast the other side to unsigned tooMichael Stahl1-2/+2
2014-04-24Sequence::operator[]: silence -Werror=strict-overflow warningsMichael Stahl1-2/+4
2014-03-01Remove visual noise from includeAlexander Wilms4-103/+103
2014-02-18Any: consistently use explicit specialization instead of overloadingStephan Bergmann2-0/+36
2014-02-17cppu: sal_Bool -> boolStephan Bergmann1-4/+4
2014-01-31[API CHANGE] Remove UNOIDL "array" and "union" vaporware remnants from cppuStephan Bergmann2-160/+0
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann1-2/+1
2014-01-22Let C++ inline functions return bool instead of sal_BoolStephan Bergmann7-141/+141
2014-01-08SAL_WARN_UNUSED css::uno::TypeStephan Bergmann1-1/+1
2013-12-18Consistently mark these as deleted on all platformsStephan Bergmann1-11/+10
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2-8/+1
2013-11-26const fixStephan Bergmann1-1/+1
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-1/+1
2013-11-09fdo#65108 inter-module includes <> include/css/unoNorbert Thiebaud6-16/+16
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza2-14/+38
2013-10-23fixincludeguards.sh: include/c*Thomas Arnhold10-20/+20
2013-10-02find unused SequencesCaolán McNamara1-1/+1
2013-08-14EXCEPTIONS_OFF is never definedStephan Bergmann7-54/+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-05-29Tweak commentsStephan Bergmann1-4/+3
2013-05-07Up-cast conversion constructor for css::uno::ReferenceStephan Bergmann2-0/+78
2013-04-24move URE headers to include/David Tardon10-0/+3428