aboutsummaryrefslogtreecommitdiff
path: root/source/it/svx
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-04-12 12:53:05 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-04-12 13:18:40 +0200
commite6805b7fe628e6723b4d6fd535175344a7c56bde (patch)
tree925a646c3bdcda687e91b8bc786dc21cf47be190 /source/it/svx
parente882b1d51ebaf4054a12c8ea007efda3097f17a8 (diff)
update translations for master
and force-fix errors using pocheck Change-Id: I75e95d5c22288ed7c1b4d759de1ce25b1d00da8d
Diffstat (limited to 'source/it/svx')
0 files changed, 0 insertions, 0 deletions
e/template_manager_improvements LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/odk/examples/python/Spreadsheet/EuroAdaption.py
AgeCommit message (Collapse)Author
2024-07-17tdf#158803 related: remove unnecessary commentsIlmari Lauhakangas
Change-Id: I25093100db0473bb907036b4f80e1bbc440cfb8c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170639 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2024-05-21tdf#158803 pyflakes F821: undefined name 'com' and remove bare except clausesLeonard Sasse
Change-Id: Id116753a19a4fa5a29ad9a4f61f5ba3bf1ce95d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165451 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2023-01-19tdf#143123 Port some Spreadsheet Java examples to PythonChenxiong Qi
Some examples inside odk/examples/java/Spreadsheet are ported to Python: ChartTypeChange.java -> ChartTypeChange.py EuroAdaption.java -> EuroAdaption.py SCalc.java -> SCalc.py Code format is checked with 'pycodestyle': pycodestyle --ignore=E501,E722 odk/examples/python/Spreadsheet/*.py Signed-off-by: Chenxiong Qi <qcxhome@gmail.com> Change-Id: If0631b5970faab6499cfea3eef559e003fad24d5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143810 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>