summaryrefslogtreecommitdiffstats
path: root/include/com
Commit message (Expand)AuthorAgeFilesLines
* Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann2015-01-264-4/+4
* These extern "C" functions are in the global namespaceStephan Bergmann2015-01-052-11/+11
* Mark function declarations as CPPU_DLLPUBLIC, not only definitionsStephan Bergmann2015-01-052-3/+5
* No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann2014-12-191-2/+2
* css::uno::Sequence ctor with initializer_listStephan Bergmann2014-12-122-0/+25
* cppu: clean up public headers with include-what-you-useMichael Stahl2014-11-186-6/+8
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* optimise UNO Sequence destructorNoel Grandin2014-10-021-3/+6
* fix build with coverity 7.0.2 and gcc 4.8.3Caolán McNamara2014-09-241-8/+0
* "commas at the end of enumerator lists are a C++11 extension"Luboš Luňák2014-09-151-2/+2
* Catch invalid null pointer operations earlyStephan Bergmann2014-07-031-3/+8
* SAL_WARN_UNUSED_RESULT for static Reference::query functionStephan Bergmann2014-06-161-2/+2
* various: remove SAL_THROW macroNoel Grandin2014-06-0510-313/+274
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-2/+1
* Enforce "There is no css::uno::Sequence<bool>"Stephan Bergmann2014-05-091-0/+6
* Sequence::operator[]: let's cast the other side to unsigned tooMichael Stahl2014-04-241-2/+2
* Sequence::operator[]: silence -Werror=strict-overflow warningsMichael Stahl2014-04-241-2/+4
* Remove visual noise from includeAlexander Wilms2014-03-014-103/+103
* Any: consistently use explicit specialization instead of overloadingStephan Bergmann2014-02-182-0/+36
* cppu: sal_Bool -> boolStephan Bergmann2014-02-171-4/+4
* [API CHANGE] Remove UNOIDL "array" and "union" vaporware remnants from cppuStephan Bergmann2014-01-312-160/+0
* Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann2014-01-311-2/+1
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-227-141/+141
* SAL_WARN_UNUSED css::uno::TypeStephan Bergmann2014-01-081-1/+1
* Consistently mark these as deleted on all platformsStephan Bergmann2013-12-181-11/+10
* fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2013-12-162-8/+1
* const fixStephan Bergmann2013-11-261-1/+1
* SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann2013-11-141-1/+1
* fdo#65108 inter-module includes <> include/css/unoNorbert Thiebaud2013-11-096-16/+16
* fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza2013-11-072-14/+38
* fixincludeguards.sh: include/c*Thomas Arnhold2013-10-2310-20/+20
* find unused SequencesCaolán McNamara2013-10-021-1/+1
* EXCEPTIONS_OFF is never definedStephan Bergmann2013-08-147-54/+0
* Some improvements for operator<<(std::ostream&, const uno::Any&)Stephan Bergmann2013-08-141-43/+45
* Implement operator<<(std::ostream&, const uno::Any&)Boris Dušek2013-08-141-0/+74
* Tweak commentsStephan Bergmann2013-05-291-4/+3
* Up-cast conversion constructor for css::uno::ReferenceStephan Bergmann2013-05-072-0/+78
* move URE headers to include/David Tardon2013-04-2410-0/+3428