/source/fr/avmedia/

='https://go.suokunlong.cn:88/cgit/lo/core/atom/stoc?h=libreoffice-24-8' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)Author
2022-02-15tdf#145759 Use symbolic constants instead of magic numerical constantsKunal Pawar
2022-01-15Let loplugin:nullptr look into template instantiationsStephan Bergmann
2022-01-03osl::Mutex->std::mutex in ImplIntrospectionAccessNoel Grandin
2021-12-26can use OUStringLiteral hereNoel Grandin
2021-12-24Use rtl functions instead of own surrogate checking/combiningMike Kaganski
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-12-18use more cppu::BaseMutexNoel Grandin
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-11-26loplugin:stringliteraldefine in stoc,svtoolsNoel Grandin
2021-11-15test_corefl: Fix OSL_ENSURE bracketingDr. David Alan Gilbert
2021-10-31Prepare for removal of non-const operator[] from Sequence in stocMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-05drop 'using namespace std' in s* + toolkitJulien Nabet
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-19Fix locking of public UriReference members againStephan Bergmann
2021-08-19loplugin:constmethodsNoel Grandin
2021-08-19remove some locking from UriReferenceNoel Grandin
2021-08-03osl::Mutex->std::mutex in UriReferenceNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guard