Contains templates, clipart galleries, palettes, symbol font, autocorrections, autotexts etc. How-to add a new gallery: + create a directory extras/source/gallery/foo/ + create a .str file extras/source/gallery/foo/foo.str + add a [foo] section to extras/source/gallery/share/gallery_names.ulf + add a Gallery_foo.mk at the top-level (and mention in Module_extra.mk) + add a new GALLERY_FILELIST statement in scp2/ How-to add a new autotext category + create a directory extras/source/autotext/lang/xx/foo/ where xx is your lang code + unzip your foo.bau autotext file in this directory (including an empty mimetype file) + add xx/foo.bau in extras/AllLangPackage_autotextshare.mk + in extras/CustomTarget_autotextshare.mk: + add xx/foo in extras_AUTOTEXTSHARE_AUTOTEXTS + add all files contained in foo.bau (except mimetype) in extras_AUTOTEXTSHARE_XMLFILES + if foo.bau contains files with other extension than .xml, .rdf, .svm and .png + add a CPY call at the end of the file How-to add a new autotext to an existing category + create a directory extras/source/autotext/lang/xx/standard/FOO/ to add it in category standard of lang xx + add files of the autotext (at least FOO.xml for an unformatted autotext) + add autotext name in extras/source/autotext/lang/xx/standard/BlockList.xml + add all files of autotext in extras/source/autotext/lang/xx/standard/META-INF/manifest.xml + in extras/CustomTarget_autotextshare.mk: + add all files of autotext in extras_AUTOTEXTSHARE_XMLFILES + if some files have different extension from .xml, .rdf, .svm and .png + add a CPY call at the end of the file ice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/pyuno/qa/pytests
AgeCommit message (Expand)Author
2018-09-07DeInitVCL in PythonTestStephan Bergmann
2018-04-05Fix Python file URL construction on WindowsStephan Bergmann
2018-04-03Create temp copies of test docs in Python/UITestsStephan Bergmann
2017-10-04Fix PythonTest_pyuno_pytests_insertremovecells on WindowsStephan Bergmann
2017-09-26Call pyuno.private_initTestEnvironment() only onceStephan Bergmann
2016-12-12tdf#97361: Changed naming convention to Python type, object factories impleme...n5xgdh
2016-02-23Running pep8 on pyuno unit test filesKenneth Koski
2016-01-10Fix typosAndrea Gelmini
2015-06-26Make PyUNO provide more Pythonic behaviourMatthew J. Francis
2014-06-04Demystify magic poniesStephan Bergmann
2014-04-24as suspectedCaolán McNamara
2014-04-24test for _sslCaolán McNamara
2014-04-18this test apparently does not need pyunoDavid Tardon
2014-04-18add an import ssl testCaolán McNamara
2014-02-20Test for fdo#74824.Kevin Hunter