summaryrefslogtreecommitdiff
path: root/ucbhelper
AgeCommit message (Expand)AuthorFilesLines
2022-09-12ucb: remove unnecessary commentsChris Sherlock12-73/+2
2022-08-10loplugin:passstuffbyrefNoel Grandin1-2/+2
2022-07-01Use some more O3TL_UNREACHABLEStephan Bergmann1-7/+1
2022-06-27clang-tidy modernize-pass-by-value in ucbhelperNoel Grandin7-30/+36
2022-05-24elide some OUString allocationNoel Grandin1-1/+2
2022-05-23elide some OUString allocationNoel Grandin1-1/+2
2022-05-07tdf#121740 fast path in cancelCommandExecutionNoel Grandin1-6/+19
2022-05-06osl::Mutex->std::mutex in Content_ImplNoel Grandin1-39/+52
2022-05-03Just use Any ctor instead of makeAny in ucbhelperStephan Bergmann7-13/+13
2022-04-29Revert "use more string_view in ucbhelper"Noel Grandin1-9/+10
2022-04-28use more string_view in ucbhelperNoel Grandin1-10/+9
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann1-2/+3
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen8-16/+4
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin1-3/+3
2022-04-08use more subView when converting to Int32Noel Grandin1-2/+3
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin1-3/+3
2022-02-06No need to call makeStringAndClear to pass a string viewMike Kaganski1-1/+1
2022-01-21fix opengl slide transitionNoel Grandin1-2/+0
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin2-10/+12
2022-01-14no need to hold OInterfaceContainerHelper4 by unique_ptrNoel Grandin2-19/+9
2021-12-27osl::Mutex->std::mutex in CommandProcessorInfoNoel Grandin2-39/+32
2021-12-27osl::Mutex->std::mutex in PropertySetInfoNoel Grandin2-52/+48
2021-12-27osl::Mutex->std::mutex in ResultSetMetaData_ImplNoel Grandin1-2/+3
2021-12-27osl::Mutex->std::mutex in ResultSet_ImplNoel Grandin1-46/+39
2021-12-18osl::Mutex->std::mutex in ucbhelper::PropertyValueSetNoel Grandin1-5/+5
2021-12-18osl::Mutex->std::mutex in ResultSetImplHelperNoel Grandin1-10/+8
2021-12-17use more OInterfaceContainer3::notifyEachNoel Grandin1-6/+2
2021-11-22use more OInterfaceContainerHelper3 in ContentImplHelper_ImplNoel Grandin1-21/+11
2021-10-31Prepare for removal of non-const operator[] from Sequence in ucbhelperMike Kaganski7-47/+14
2021-10-31Fix OSL_ENSURE in ucbhelperJulien Nabet1-1/+1
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2-2/+2
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski2-2/+2
2021-10-10loplugin:moveparam in ucbhelperNoel Grandin1-2/+2
2021-10-06loplugin:moveparam in ucbhelperNoel Grandin1-4/+4
2021-08-07no need to use UNO_QUERY hereNoel Grandin2-8/+4
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-15/+13
2021-07-20no need to allocate Sequence separately in CommandProcessorInfoNoel Grandin2-15/+12
2021-07-20no need to allocate Sequence separately in PropertySetInfoNoel Grandin2-15/+14
2021-07-20no need to allocate Sequence separately in PropertySetInfoNoel Grandin1-6/+6
2021-05-13inline some typedefsNoel Grandin1-2/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann4-13/+13
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-1/+1
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-0/+2
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel2-6/+4
2021-02-05Revert "Fix typo in code"Stephan Bergmann1-2/+2
2021-02-04Fix typo in codeAndrea Gelmini1-2/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-3/+6
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel4-7/+7
2020-11-18tdf#123936 Formatting files in module ucbhelper with clang-formatPhilipp Hofer3-20/+8