office-gobmx/extras
heiko tietze 7d12aa833a tdf#101349 Rework of table styles for use in Calc
All table styles formatted with General number format
except first row/column as text; financial defined with Currency

Change-Id: Ib4085230b10d398838b42a449e1166780251f9b4
Reviewed-on: https://gerrit.libreoffice.org/45523
Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
2017-12-01 11:21:13 +01:00
..
source tdf#101349 Rework of table styles for use in Calc 2017-12-01 11:21:13 +01:00
util
AllLangPackage_autotextshare.mk
CustomTarget_autocorr.mk
CustomTarget_autotextshare.mk
CustomTarget_autotextuser.mk
CustomTarget_glade.mk
Gallery_arrows.mk
Gallery_computers.mk
Gallery_diagrams.mk
Gallery_education.mk
Gallery_environment.mk
Gallery_finance.mk
Gallery_people.mk
Gallery_sound.mk
Gallery_symbols.mk
Gallery_transportation.mk
Gallery_txtshapes.mk
Makefile
Module_extras.mk
Package_autocorr.mk
Package_autotextuser.mk
Package_cfgsrvnolang.mk tdf#99967 Drop Web Wizard 2017-02-17 22:21:57 +00:00
Package_cfgusr.mk
Package_database.mk
Package_databasebiblio.mk
Package_fonts.mk
Package_gallbullets.mk
Package_gallhtmlexpo.mk
Package_gallmytheme.mk
Package_gallroot.mk
Package_gallsystem.mk
Package_gallwwwback.mk
Package_gallwwwgraf.mk
Package_glade.mk
Package_labels.mk
Package_newfiles.mk
Package_palettes.mk tdf#113858 Removal of tango and breeze palettes 2017-11-25 10:33:34 +01:00
Package_tpl_styles.mk
Package_tplofficorr.mk tdf#111331 Rename Moderate template 2017-08-04 09:55:00 +02:00
Package_tploffimisc.mk
Package_tplpersonal.mk
Package_tplpresnt.mk tdf#103317 Add 7 new Impress templates and restore 2 2017-10-30 23:19:40 +01:00
Package_tplwizagenda.mk
Package_tplwizbitmap.mk
Package_tplwizdesktop.mk
Package_tplwizfax.mk
Package_tplwizletter.mk
Package_tplwizreport.mk
Package_tplwizstyles.mk
Package_wordbook.mk
README

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