summaryrefslogtreecommitdiff
path: root/pyuno/source
AgeCommit message (Expand)AuthorFilesLines
10 daystdf#163486: PVS: variable was assigned the same valueXisco Fauli1-4/+1
12 daysclang-tidy: performance-unnecessary-copy-initialization in variousNoel Grandin1-1/+1
12 daysloplugin:reftotemp in pyuno..saxNoel Grandin1-3/+3
2024-11-08Simplify a bitMike Kaganski3-7/+7
2024-11-07loplugin:passstuffbyref in lotuswordpro..pyunoNoel Grandin1-2/+2
2024-10-27cid#1555789 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-26cid#1555767 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-09-29tdf#163190: [pyuno] SyntaxWarning: invalid escape sequence '\P'Julien Nabet1-1/+1
2024-09-19Remaining GCC -Wcast-function-type issuesStephan Bergmann3-0/+21
2024-08-01pyuno,unotest,xmlsecurity: copy GPG test files for UITtestMichael Stahl2-0/+62
2024-07-27odk, oox, pyuno: fix issues found by Ruff linterIlmari Lauhakangas2-10/+17
2024-07-20Remove now unneeded osl/diagnose.hGabor Kelemen1-0/+1
2024-07-11cid#1607892 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2024-07-05pyuno: fix deprecated warningsXisco Fauli1-4/+4
2024-06-19Fix typoAndrea Gelmini1-1/+1
2024-05-11workaround clang segfault on macos-intelNoel Grandin1-12/+15
2024-05-10loplugin:ostr in pyunoNoel Grandin6-39/+39
2024-05-09tdf#158447 Use PyConfig for setting Python home directory with Python >= 3.8Ilmari Lauhakangas1-3/+19
2024-04-03minor fixes to officehelper.pyAlain Romedenne1-1/+2
2024-03-26officehelper.py memory cleanupAlain Romedenne1-118/+66
2024-03-24Silence Clang 19 trunk -Werror,-Wcast-function-type-mismatchStephan Bergmann3-0/+33
2024-03-13allow build with python 3.12.0: initialize new tp_watchedJustin Luth5-0/+18
2024-03-02tdf#116156 tdf#157162 tdf#159528 Fix glitches in officehelper.pyAlain Romedenne1-50/+184
2024-02-26Define a name for the extended path buffer size, instead of a literalMike Kaganski1-3/+9
2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski1-6/+6
2024-02-15pyuno: Use expected return value (-1) on failureAron Budea1-13/+13
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2024-01-17Add back XComponentContext to officecfg::...::get() callsStephan Bergmann1-14/+1
2024-01-17tdf#158375 Hack to make sure process service factory is setStephan Bergmann1-0/+14
2024-01-09tdf#158375: add expert option DisablePythonRuntimeSarper Akdemir1-0/+5
2023-11-19Extended loplugin:ostr: pyunoStephan Bergmann1-4/+4
2023-10-23tdf#130924 replace '*printf' with 'SAL_*' logging macros in pyunosahil1-4/+2
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski1-2/+1
2023-09-29cid#1546834 Unchecked return valueCaolán McNamara1-6/+9
2023-06-01WaE: Py_SetPythonHome is deprecated since python 3.11Caolán McNamara1-1/+3
2023-04-17loplugin:stringaddStephan Bergmann1-3/+1
2023-03-27loplugin:stringadd in oox..pyunoNoel Grandin4-33/+26
2023-02-13tdf#143148 Use pragma once instead of include guardsbuldi1-4/+1
2022-09-16tdf#150982: properly unquote (URL-decode) vnd.sun.star.expand payloadMike Kaganski1-1/+2
2022-08-13clang-tidy modernize-pass-by-value in variousNoel Grandin2-3/+4
2022-08-10loplugin:passstuffbyrefNoel Grandin2-2/+2
2022-08-09tdf#133123: fix crash when importing defusedxml.ElementTree after pyunoNiko Fink1-0/+2
2022-07-22elide some makeStringAndClear() callsNoel Grandin1-3/+3
2022-06-16rhbz#2097411 Avoid obsolete PyThreadState_Delete crashing Python 3.11Stephan Bergmann1-0/+2
2022-05-04Just use Any ctor instead of makeAny in pyunoStephan Bergmann7-77/+73
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin1-8/+8
2022-04-01Don't make UNO calls from PyThreadAttached regions (i.e., with the GIL locked)Stephan Bergmann1-5/+15
2022-01-07tdf#146621: handle an exception that may hang process at ExitProcess timeMike Kaganski1-1/+10
2021-12-22loplugin:flatten in package..reportdesignNoel Grandin2-42/+39
2021-10-30Prepare for removal of non-const operator[] from Sequence in pyunoMike Kaganski3-16/+11