1
0
Fork 0
libreoffice/extras
Daniel Baumann 8e63e14cf6
Adding upstream version 4:25.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 16:20:04 +02:00
..
source Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
util Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
AllLangPackage_autotextshare.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
CustomTarget_autocorr.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
CustomTarget_autotextshare.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
CustomTarget_autotextuser.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
CustomTarget_gallsystem.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
CustomTarget_glade.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
CustomTarget_opensymbol.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
CustomTarget_templates.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Gallery_backgrounds.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Gallery_sound.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Makefile Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Module_extras.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_autocorr.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_autotext.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_autotextuser.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_cfgsrvnolang.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_cfgusr.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_database.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_databasebiblio.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_fonts.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_gallbullets.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_gallmytheme.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_gallroot.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_gallsystem.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_gallsystemstr.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_glade.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_labels.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_newfiles.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_palettes.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_resource_fonts.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_templates.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_tplpresnt.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_tplwizard.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_tplwizbitmap.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_tplwizdesktop.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Package_wordbook.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
Personas.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
README.md Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00
template_files.mk Adding upstream version 4:25.2.3. 2025-06-22 16:20:04 +02:00

Extra Modules

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. xx must exactly fit with an UI lang code.
    • unzip your foo.bau autotext file in this directory (excluding an empty mimetype file)
    • add xx/foo.bau in extras/AllLangPackage_autotextshare.mk
    • in extras/CustomTarget_autotextshare.mk:
      • add all files contained in foo.bau (except mimetype) in extras_AUTOTEXTSHARE_XMLFILES
  • 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
  • How-to add a new template category

    • add long category name in TEMPLATE_LONG_NAMES_ARY in sfx2/inc/doctempl.hrc
    • add short category name in TEMPLATE_SHORT_NAMES_ARY in sfx2/source/doc/doctemplates.cxx
  • How-to add a new template to an existing category

    • clean-up template file as indicated on wiki https://wiki.documentfoundation.org/Documentation/HowTo/Impress/Make_template_language_independent
    • recommendation for settings.xml are given on wiki https://wiki.documentfoundation.org/Documentation/CompatibilityFlags#Settings_to_include_in_a_new_template
    • add <dc:title>Foo</dc:title> in meta.xml to make presentation name translatable
    • choose a template category <Category>
    • unzip Foo.ot? (? = p, t, s or g) in extras/source/templates/<Category>/Foo (no space allowed in any file names)
    • add <Category>/Foo.ot? / in Package_templates.mk (or Package_tplpresnt.mk if it's a presentation)
    • in template_files.mk:
      • add e.g. <Category>/Foo/settings.xml (and all other files which are not automatically added) to extra_files_COMMON (or extra_files_PRESENTATIONS in case of a presentation template)
    • for translation of template name
      • define a new STR_TEMPLATE_NAMExx in include/sfx2/strings.hrc
      • define a new STR_TEMPLATE_NAMExx_DEF in sfx2/inc/strings.hxx
      • in sfx2/source/doc/doctempl.cxx
        • add STR_TEMPLATE_NAMExx_DEF to aTemplateNames
        • add STR_TEMPLATE_NAMExx to STR_TEMPLATE_NAME