summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)AuthorFilesLines
2022-05-13officecfg,stoc: allow running JVM UNO components out-of-processMichael Stahl2-13/+236
2022-05-09URE Library_boostrap should not depend on Library_comphelperStephan Bergmann1-1/+0
2022-05-06remove unnecessary sequenceToContainerNoel Grandin1-2/+1
2022-05-03Just use Any ctor instead of makeAny in stocStephan Bergmann4-24/+24
2022-05-01use more string_view in variousNoel Grandin1-1/+1
2022-04-26Two more uses of rtl::createUriCharClassStephan Bergmann1-18/+3
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-1/+1
2022-04-10use more string_viewNoel Grandin2-16/+17
2022-04-09use more subView when converting to Int32Noel Grandin1-5/+6
2022-03-18tdf#148063: Avoid dereferencing potentially bad user-supplied TypeDescriptionStephan Bergmann1-0/+11
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen5-9/+0
2022-02-25Don't use Library_tl in URE librariesStephan Bergmann7-30/+26
2022-02-15tdf#145759 Use symbolic constants instead of magic numerical constantsKunal Pawar2-2/+4
2022-01-15Let loplugin:nullptr look into template instantiationsStephan Bergmann1-1/+1
2022-01-03osl::Mutex->std::mutex in ImplIntrospectionAccessNoel Grandin1-25/+25
2021-12-26can use OUStringLiteral hereNoel Grandin1-1/+1
2021-12-24Use rtl functions instead of own surrogate checking/combiningMike Kaganski1-8/+1
2021-12-19use more cppu::BaseMutexNoel Grandin2-21/+15
2021-12-18use more cppu::BaseMutexNoel Grandin1-33/+30
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann10-10/+10
2021-11-26loplugin:stringliteraldefine in stoc,svtoolsNoel Grandin2-9/+9
2021-11-15test_corefl: Fix OSL_ENSURE bracketingDr. David Alan Gilbert1-2/+2
2021-10-31Prepare for removal of non-const operator[] from Sequence in stocMike Kaganski7-25/+27
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski3-8/+10
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski4-16/+17
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-17/+7
2021-10-05drop 'using namespace std' in s* + toolkitJulien Nabet4-5/+1
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann1-8/+8
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-1/+3
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin1-1/+0
2021-08-19Fix locking of public UriReference members againStephan Bergmann2-14/+21
2021-08-19loplugin:constmethodsNoel Grandin2-14/+14
2021-08-19remove some locking from UriReferenceNoel Grandin2-16/+6
2021-08-03osl::Mutex->std::mutex in UriReferenceNoel Grandin3-22/+22
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin5-45/+45
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-10/+10
2021-08-02osl::Mutex->std::mutex in SimpleRegistryNoel Grandin1-35/+35
2021-08-02osl::Mutex->std::mutex in LRU_CacheNoel Grandin1-5/+5
2021-08-01osl::Mutex->std::mutex in InteractionRequest::RetryContinuationNoel Grandin1-4/+4
2021-07-19osl::Mutex->std::mutex in ImplementationEnumeration_ImplNoel Grandin1-3/+3
2021-07-18osl::Mutex->std::mutex in ServiceEnumeration_ImplNoel Grandin1-3/+4
2021-07-18osl::Mutex->std::mutex in NamingService_ImplNoel Grandin1-5/+5
2021-06-29Drop old MSVC workaroundStephan Bergmann2-12/+5
2021-06-29Fix JavaVirtualMachine::disposeStephan Bergmann2-6/+0
2021-06-29Missing acquire in UNO constructor functionStephan Bergmann1-1/+2
2021-06-10Simplify Sequences initializations (sot/stock/svl/svtools/svx)Julien Nabet1-6/+1
2021-05-29std::unique->std::optionalNoel Grandin4-47/+42
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann11-31/+31
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-5/+4
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-20/+19