/dtrans/

option value='distro/cib/libreoffice-6-2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)Author
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_guardNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-08-02osl::Mutex->std::mutex in SimpleRegistryNoel Grandin
2021-08-02osl::Mutex->std::mutex in LRU_CacheNoel Grandin
2021-08-01osl::Mutex->std::mutex in InteractionRequest::RetryContinuationNoel Grandin