summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)AuthorFilesLines
3 daysWaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-2/+4
4 daysDrop some uses of css::uno::Sequence::getConstArray ...Mike Kaganski2-4/+2
2024-04-09tdf#146619 Drop unused 'using namespace' in: scripting/Gabor Kelemen2-3/+0
2024-04-07cid#1596251 Dereference null return valueCaolán McNamara2-5/+11
2024-04-02Update to latest Rhino 1.7.14Stephan Bergmann4-434/+4
2024-03-29convert BasicScriptImplodNodeImpl to comphelper::WeakImplHelperNoel Grandin4-62/+11
2024-03-28convert BasicMethodNodeImpl to comphelper::WeakImplHelperNoel Grandin2-12/+9
2024-03-28convert EventListener to comphelper::WeakComponentImplHelperNoel Grandin1-11/+11
2024-03-28tdf#158803 remove unused importsLeSasse1-10/+3
2024-03-28tdf#158803 remove unused importsLeSasse1-14/+11
2024-01-29tdf#159412: make sure to keep the value while changing the typeMike Kaganski1-4/+15
2024-01-12cid#1546414 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2023-12-19cid#1545222 COPY_INSTEAD_OF_MOVECaolán McNamara1-6/+3
2023-12-10cid#1546281 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-04cid#1546422 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-11-09scripting: PyMailServiceProvider: implement AllowInsecureProtocolsMichael Stahl1-17/+39
2023-11-02'new Float' is deprecated in JavaNoel Grandin3-4/+4
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scriptingStephan Bergmann5-8/+8
2023-09-02no need to use UNO_QUERY_THROW hereNoel Grandin1-2/+3
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin1-1/+8
2023-08-19loplugin: new global analysis locking2Noel Grandin1-2/+0
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin1-8/+1
2023-07-30Log SSL default verification path for mailmerge debugThorsten Behrens1-0/+8
2023-07-29follow python recommendation and pass SSL contextsCaolán McNamara1-5/+5
2023-04-30Use getXWeak in scriptingMike Kaganski4-5/+5
2023-04-18Avoid NullPointerExceptionStephan Bergmann1-3/+5
2023-03-23rtl::Static to thread-safe-staticNoel Grandin1-4/+2
2023-03-20Fix some errors in the scripting module's XInputStreamImpl:Damjan Jovanovic1-3/+9
2023-02-13Fix/simplify some vnd.sun.star.expand: handlingMike Kaganski1-3/+2
2023-02-12tdf#153571: properly unquote (URL-decode) vnd.sun.star.expand payloadMike Kaganski1-2/+3
2022-12-16check SfxObjectShell::Current()Caolán McNamara1-2/+1
2022-11-22loplugin:unusedfieldsNoel Grandin1-5/+3
2022-10-22use more TempFileFastService in scriptingNoel Grandin2-27/+16
2022-10-17use more string_viewNoel Grandin2-17/+18
2022-10-07tdf#151076 Create callable Python script using InsertTextRafael Lima1-0/+7
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann7-7/+7
2022-06-23clang-tidy modernize-pass-by-value in scriptingNoel Grandin11-30/+37
2022-06-10LanguageTool Grammar Checker implementationMert Tumer1-0/+1
2022-06-10new loplugin:moveitNoel Grandin1-2/+2
2022-05-31tdf#145527 Revert "Related tdf#116767: Call URLClassLoader.close"Stephan Bergmann2-52/+43
2022-05-20new loplugin:unnecessary lockingNoel Grandin2-4/+0
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin1-2/+1
2022-05-11in SetGlobalUNOConstant, only retrieve old value if we need itNoel Grandin1-1/+1
2022-05-04Just use Any ctor instead of makeAny in scriptingStephan Bergmann8-13/+13
2022-04-29use more string_view in INetURLObjectNoel Grandin4-10/+10
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin3-12/+12
2022-04-02loplugin:stringviewparam convert methods using compareToNoel Grandin1-2/+2
2022-03-20Remove special-casing Windows stderr handlingMike Kaganski1-79/+68
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen1-1/+0
2022-02-03tdf#146742 - Move the initialization code of a method to SbMethod::CallAndreas Heinisch1-5/+0