LibreOffice » extras
View module in: git
Contains templates, clipart galleries, palettes, symbol font, autocorrections, autotexts etc.
How-to add a new gallery:
extras/source/gallery/foo/
.str
file extras/source/gallery/foo/foo.str
foo
section to extras/source/gallery/share/gallery_names.ulf
Gallery_foo.mk
at the top-level (and mention in Module_extra.mk
)GALLERY_FILELIST
statement in scp2/
How-to add a new autotext category
extras/source/autotext/lang/xx/foo/
where xx
is your lang code. xx
must exactly fit with an UI lang code.foo.bau
autotext file in this directory (excluding an empty mimetype file)xx/foo.bau
in extras/AllLangPackage_autotextshare.mk
extras/CustomTarget_autotextshare.mk
:
foo.bau
(except mimetype) in extras_AUTOTEXTSHARE_XMLFILES
How-to add a new autotext to an existing category
extras/source/autotext/lang/xx/standard/FOO/
to add it in category standard of lang xx
FOO.xml
for an unformatted autotext)extras/source/autotext/lang/xx/standard/BlockList.xml
extras/source/autotext/lang/xx/standard/META-INF/manifest.xml
extras/CustomTarget_autotextshare.mk
:
extras_AUTOTEXTSHARE_XMLFILES
How-to add a new Impress template
<dc:title>Foo</dc:title>
in meta.xml
to make presentation name translatableFoo.otp
file in extras/source/templates/presnt/Foo
(no space allowed in any file names)Foo.otp
in Package_tplpresnt.mk
CustomTarget_tplpresnt.mk
:
Foo /
in extras_TEMPLATES_PRESENTATIONS
Foo.otp
(except mimetype) in extras_PRESENTATIONS_XMLFILES
Foo.otp
contains files with other extension than .xml
, .svm
, .svg
, .png
and .jpg
CPY
call at the end of fileHow-to add a new Writer template
<Category>
Foo.ott
in extras/source/templates/<Category>/Foo
(no space allowed in any file names)Foo.ott
in Package_<tplCategory>.mk
CustomTarget_<tplCategory>.mk
:
Foo /
in extras_TEMPLATES_<CATEGORY>
Foo.otp
(except mimetype) in extras_<CATEGORY>_XMLFILES
Foo.ott
contains files with other extension than .xml
, .rdf
, .svm
, .svg
, .png
and .jpg
CPY
call at the end of fileHow-to add a new template category
extras/source/templates/foo/
extras/source/templates/foo/foo0
Package_tplfoo
and CustomTarget_tplfoo
in Module_extras.mk
Package_tplcategory.mk
to create Package_tplfoo.mk
CustomTarget_tplcategory.mk
to create CustomTarget_tplfoo.mk
CATEGORY
by FOO
foo0.ott
(except mimetype) in extras_FOO_XMLFILES
foo0.ott
contains files with other extension than .xml
, .rdf
, .svm
, .svg
, .png
and .jpg
CPY
call at the end of the fileGenerated by Libreoffice CI on lilith.documentfoundation.org
Last updated: 2022-05-24 12:49:52 | Privacy Policy | Impressum (Legal Info)