summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)AuthorFilesLines
2023-01-02Remove unused imports from pyuno/demo and pyuno/qaBogdan B16-33/+5
2022-09-16tdf#150982: properly unquote (URL-decode) vnd.sun.star.expand payloadMike Kaganski1-1/+2
2022-09-05tdf#97361 replace getCellByPosition with access by subscriptChenxiong Qi1-6/+6
2022-09-05tdf#97361 replace getCellRangeByPosition with slicesChenxiong Qi1-4/+4
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-03-09change default Calc number of columns to 16384 (tdf#50916)Luboš Luňák1-2/+2
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen1-0/+2
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-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann2-5/+1
2021-10-30Prepare for removal of non-const operator[] from Sequence in pyunoMike Kaganski3-16/+11
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin1-5/+5
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-4/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski1-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski3-3/+3
2021-09-12Make this instance of cppu::OImplementationId function-localMike Kaganski1-3/+3
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin1-1/+0
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2-5/+5
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-11/+14
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-22cid#1473905 Dereference after null checkCaolán McNamara1-2/+2
2021-02-21loplugin:refcounting in package..saxNoel1-1/+2
2021-02-05tdf#138987 Python 3.12 preparationsdante1-6/+3
2021-01-06pyuno: uno.Char is UTF-16 code unit, not UCS-4Michael Stahl1-3/+4
2021-01-05tdf#138987 pyuno: PyEval_InitThreads is a no-op in Python 3.9David Ostrovsky1-0/+2
2021-01-04mbstowcs failure check is only relevant for non-_WIN32 nowStephan Bergmann1-1/+1
2021-01-01Use Unicode paths on Windows for pyunoMike Kaganski1-2/+9
2021-01-01UTF8 is not ASCIIMike Kaganski1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-9/+9
2020-12-19tdf#138987 pyuno: PyEval_InitThreads is a no-op in Python 3.9David Ostrovsky1-0/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann4-7/+9
2020-12-07Wrap "open" into "with"Mike Kaganski1-11/+10
2020-12-04Fix ResourceWarning in pythonloader.pyJulien Nabet1-0/+1
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen6-8/+2
2020-11-06Revert "loplugin:stringbuffer"Noel Grandin3-15/+15
2020-11-06loplugin:stringbufferNoel3-15/+15
2020-11-05loplugin:reducevarscope in pyunoNoel2-4/+2
2020-10-23PyLong_AsLongAndOverflow returns long, and that's fine to use hereStephan Bergmann1-2/+1
2020-10-23long->tools::Long in pyuno..sdNoel1-1/+2
2020-10-02Use the new single-instance="true" attribute in pyunoStephan Bergmann2-7/+4
2020-08-31Remove remains of private:image/ via ImageIdentifier addon propertyMaxim Monastirsky1-3/+0
2020-08-21Fix typosAndrea Gelmini1-1/+1