/source/te/svl/

href='https://go.suokunlong.cn:88/cgit/lo/core/atom/pyuno?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)Author
2023-02-13tdf#143148 Use pragma once instead of include guardsbuldi
2023-01-02Remove unused imports from pyuno/demo and pyuno/qaBogdan B
2022-09-16tdf#150982: properly unquote (URL-decode) vnd.sun.star.expand payloadMike Kaganski
2022-09-05tdf#97361 replace getCellByPosition with access by subscriptChenxiong Qi
2022-09-05tdf#97361 replace getCellRangeByPosition with slicesChenxiong Qi
2022-08-13clang-tidy modernize-pass-by-value in variousNoel Grandin
2022-08-10loplugin:passstuffbyrefNoel Grandin
2022-08-09tdf#133123: fix crash when importing defusedxml.ElementTree after pyunoNiko Fink
2022-07-22elide some makeStringAndClear() callsNoel Grandin
2022-06-16rhbz#2097411 Avoid obsolete PyThreadState_Delete crashing Python 3.11Stephan Bergmann
2022-05-04Just use Any ctor instead of makeAny in pyunoStephan Bergmann
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin
2022-04-01Don't make UNO calls from PyThreadAttached regions (i.e., with the GIL locked)Stephan Bergmann
2022-03-09change default Calc number of columns to 16384 (tdf#50916)Luboš Luňák
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen
2022-01-07tdf#146621: handle an exception that may hang process at ExitProcess timeMike Kaganski
2021-12-22loplugin:flatten in package..reportdesignNoel Grandin
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-10-30Prepare for removal of non-const operator[] from Sequence in pyunoMike Kaganski
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-12Make this instance of cppu::OImplementationId function-localMike Kaganski
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-22cid#1473905 Dereference after null checkCaolán McNamara