summaryrefslogtreecommitdiff
path: root/stoc/source
AgeCommit message (Expand)AuthorFilesLines
2024-03-30tdf#146619 Drop unused 'using namespace' in: stoc/Gabor Kelemen6-6/+0
2024-03-21tdf#143148 Use #pragma once instead of include guardsMohit Marathe2-10/+3
2024-03-08use more string_viewNoel Grandin1-8/+8
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski3-5/+5
2024-01-12cid#1545535 COPY_INSTEAD_OF_MOVECaolán McNamara3-5/+5
2024-01-12cid#1546222 COPY_INSTEAD_OF_MOVECaolán McNamara2-2/+2
2023-12-24cid#1545470 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2023-12-10cid#1546281 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-10cid#1546298 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-09cid#1556778 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-08cid#1546472 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-04cid#1545597 Using invalid iteratorJulien Nabet1-1/+1
2023-11-16tdf#146386 deprecate, remove usage of Inet::Settings::ooInetFTPProxyNameMichael Stahl1-87/+2
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: stocStephan Bergmann3-23/+23
2023-10-18loplugin:indentationStephan Bergmann1-3/+3
2023-10-15tdf#101376 don't detach thread if it is the main thread on macOSPatrick Luby1-0/+15
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski3-18/+7
2023-09-24tdf#157288: "Primary key" missing when right click a field during table editionJulien Nabet1-1/+2
2023-09-10using decls should come after #includeNoel Grandin1-4/+1
2023-09-09NestedRegistryImpl does not need to implement XAggreggationNoel Grandin1-2/+1
2023-08-24Small refactorMike Kaganski1-2/+4
2023-08-23tdf#156701: Move DontEnableJava handling into askForRetryMike Kaganski1-6/+3
2023-07-31tdf#156161: Honor "DontEnableJava" when failed because selected JRE uninstalledMike Kaganski1-0/+3
2023-06-18Use getXWeak in stocMike Kaganski16-128/+127
2023-05-25merge some stringaddsNoel Grandin3-29/+16
2023-03-30loplugin:stringadd in starmath..svlNoel Grandin4-26/+16
2023-03-22Introduce css.reflection.Dump singletonStephan Bergmann2-0/+363
2023-02-16Drop 'using namespace ::std' in dirs s*Gabor Kelemen3-8/+5
2023-02-02osl::Mutex->std::mutex in JavaComponentLoader::getJavaLoaderNoel Grandin1-2/+3
2023-01-19Base IdlReflectionServiceImpl on WeakComponentImplHelperStephan Bergmann2-61/+9
2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI1-2/+3
2022-12-19loplugin:implinheritancehelper in stocNoel Grandin5-236/+15
2022-11-14Destruction of Registry and RegitsryKey isn't MT-safeStephan Bergmann1-39/+50
2022-11-02Use o3tl::to_underlying() instead of static_cast<int>()Tor Lillqvist1-2/+3
2022-11-01Make exception message a bit more informativeTor Lillqvist1-2/+2
2022-10-11revert pessimizationNoel Grandin1-9/+9
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-8/+8
2022-09-30use more string_view in stocNoel Grandin2-28/+29
2022-06-27clang-tidy modernize-pass-by-value in stocNoel Grandin19-61/+76
2022-06-11[API CHANGE] Deprecate css.registry.XSimpleRegistry::mergeKeyStephan Bergmann2-31/+4
2022-06-03Use more appropriate index variable typesStephan Bergmann1-9/+8
2022-05-13officecfg,stoc: allow running JVM UNO components out-of-processMichael Stahl2-13/+236
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