summaryrefslogtreecommitdiff
path: root/include/com/sun/star/uno
AgeCommit message (Expand)AuthorFilesLines
2024-01-20suppress COPY_INSTEAD_OF_MOVE suggestions for uno::ReferenceCaolán McNamara4-0/+9
2023-05-12add a toAny variant that takes a && valueNoel Grandin1-0/+2
2023-04-05Simplify O(U)String::number implementationMike Kaganski2-10/+10
2023-03-24Introduce query() and queryThrow() to css::uno::AnyMike Kaganski2-0/+21
2023-03-24These must be constMike Kaganski2-4/+4
2023-03-23Introduce non-static query() and queryThrow() to css::uno::ReferenceMike Kaganski2-0/+30
2023-03-23tdf#154319: fix TOC field codes parsingMike Kaganski2-0/+12
2022-11-30tdf#152289: implement external glossary relations roundtripMike Kaganski2-0/+3
2022-05-20optimise Any::operator=(&&) a littleNoel Grandin1-18/+17
2022-05-05Deprecate css::uno::makeAny; completely disable it for LIBO_INTERNAL_ONLYStephan Bergmann2-20/+14
2022-05-02Add css::uno::Any(OUStringNumber) overloadStephan Bergmann2-0/+4
2022-02-15LIBO_INTERNAL_ONLY stuff does not need to be SAL_CALLNoel Grandin2-3/+3
2022-01-15Let loplugin:nullptr look into template instantiationsStephan Bergmann2-4/+4
2022-01-09uno sequences with different sizes are not equalLuboš Luňák1-0/+2
2021-12-20Add css::uno::Sequence move assignment operatorStephan Bergmann2-0/+11
2021-11-12Add a comment clarifying intended replacement for non-const operator[]Mike Kaganski1-0/+2
2021-11-05Drop non-const Sequence::operator[] in internal codeMike Kaganski2-0/+4
2021-10-28Prepare for removal of non-const operator[] from Sequence in includeMike Kaganski1-1/+2
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2-2/+10
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski2-0/+34
2021-06-24remove uno::Type move constructorNoel Grandin2-14/+0
2021-06-24uno::Type needs a move operatorNoel Grandin2-0/+26
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