summaryrefslogtreecommitdiff
path: root/include/com
AgeCommit message (Expand)AuthorFilesLines
2021-02-16loplugin:referencecasting in reportdesignNoel1-1/+1
2021-02-01tdf#130978 Add a comment to each published APImsrijita1810-0/+40
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer1-5/+3
2020-09-25cid#1448292 coverity has difficulty with css::uno::SequenceCaolán McNamara1-9/+0
2020-09-22__coverity_tainted_data_sanitize__ can't be constCaolán McNamara1-2/+2
2020-09-20fix __coverity_tainted_data_sanitize__ signatureCaolán McNamara1-1/+1
2020-09-12Replace remaining uses of sal_CharJulien Nabet2-2/+2
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2-47/+10
2020-04-23Make css::uno::Reference upcast ctor LIBO_INTERNAL_ONLYStephan Bergmann2-12/+6
2019-12-06loplugin:nullptrStephan Bergmann1-2/+2
2019-12-03Adapt 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 Grandin2-5/+5
2019-08-30new loplugin:noexceptmoveNoel Grandin2-4/+4
2019-08-26Introduce Sequence::size() instead of specialization of std::sizeMike Kaganski1-10/+10
2019-08-26Generalize comphelper::concatSequences to accept other container typesMike Kaganski1-0/+10
2019-08-25cid#1448292 coverity has difficulty with css::uno::SequenceCaolán McNamara1-0/+10
2019-06-30Fix typoAndrea Gelmini1-1/+1
2019-06-30Fix typoAndrea Gelmini1-2/+2
2019-06-30Fix typoAndrea Gelmini1-2/+2
2019-06-30Fix typoAndrea Gelmini1-1/+1
2019-06-01Sequence: Fix typo in commentsMichael Weghorn1-4/+4
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-0/+12
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin1-0/+20
2019-02-13fix Sequence ostream operator<< wrt. constMichael Stahl1-1/+1
2019-01-08add operator* to uno::ReferenceNoel Grandin1-0/+10
2018-12-08Use constexpr ifStephan Bergmann1-15/+6
2018-09-11Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann1-2/+2
2018-01-15More loplugin:cstylecast: cppuStephan Bergmann3-4/+4
2018-01-13provide uno::Sequence with ostream output operatorThorsten Behrens1-0/+79
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 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