From: Moritz Bunkus Date: Thu, 27 Jun 2013 13:52:22 +0000 (+0200) Subject: Revert "konfigurierbare Feature nach defaults migriert (trac 2300) und Dokumentenbele... X-Git-Tag: release-3.1.0beta1~254^2~1 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=e2c27eccac9b97e8f426962be2b8f13a0111bf8f;p=kivitendo-erp.git Revert "konfigurierbare Feature nach defaults migriert (trac 2300) und Dokumentenbelege (2301) in Webdav speichern" This reverts commit 4eacc711923d84f183ab6ec4fe175b6659209241. --- diff --git a/sql/Pg-upgrade2/defaults_feature.pl b/sql/Pg-upgrade2/defaults_feature.pl deleted file mode 100644 index 4381526b5..000000000 --- a/sql/Pg-upgrade2/defaults_feature.pl +++ /dev/null @@ -1,42 +0,0 @@ -# @tag: defaults_feature -# @description: Einstellen der Feature vom Config-File in die DB verlagern. -# @depends: release_3_0_0 -# @ignore: 0 -package SL::DBUpgrade2::defaults_feature; - -use utf8; - -use parent qw(SL::DBUpgrade2::Base); -use strict; - -sub run { - my ($self) = @_; - - # this query will fail if column already exist (new database) - $self->db_query(qq|ALTER TABLE defaults ADD COLUMN webdav boolean DEFAULT false|, may_fail => 1); - $self->db_query(qq|ALTER TABLE defaults ADD COLUMN webdav_documents boolean DEFAULT false|, may_fail => 1); - $self->db_query(qq|ALTER TABLE defaults ADD COLUMN vertreter boolean DEFAULT false|, may_fail => 1); - $self->db_query(qq|ALTER TABLE defaults ADD COLUMN parts_show_image boolean DEFAULT true|, may_fail => 1); - $self->db_query(qq|ALTER TABLE defaults ADD COLUMN parts_listing_image boolean DEFAULT true|, may_fail => 1); - $self->db_query(qq|ALTER TABLE defaults ADD COLUMN parts_image_css text DEFAULT 'border:0;float:left;max-width:250px;margin-top:20px:margin-right:10px;margin-left:10px;' |, may_fail => 1); - - # check current configuration and set default variables accordingly, so that - # kivitendo's behaviour isn't changed by this update - # if checks are not set in config set it to true - foreach my $check (qw(webdav vertreter parts_show_image parts_listing_image)) { - my $check_set = 1; - if (!$::lx_office_conf{features}->{$check}) { - $check_set = 0; - } - - my $update_column = "UPDATE defaults SET $check = '$check_set';"; - $self->db_query($update_column); - } - my $update_column = "UPDATE defaults SET parts_image_css = '$::lx_office_conf{features}->{parts_image_css};'"; - $self->db_query($update_column); - - - return 1; -} - -1; diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html deleted file mode 100644 index 683a04e14..000000000 --- a/templates/webpages/client_config/_features.html +++ /dev/null @@ -1,35 +0,0 @@ -[%- USE LxERP -%][%- USE L -%] -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[% LxERP.t8('Webdav') %][% L.yes_no_tag('defaults.webdav', SELF.defaults.webdav) %][% LxERP.t8('Use Webdav Repository') %]
[% LxERP.t8('Webdav save documents') %][% L.yes_no_tag('defaults.webdav_documents', SELF.defaults.webdav_documents) %][% LxERP.t8('Save document in webdav repository') %]
[% LxERP.t8('Vertreter') %][% L.yes_no_tag('defaults.vertreter', SELF.defaults.vertreter) %][% LxERP.t8('Representative for Customer') %]
[% LxERP.t8('Pictures for parts') %][% L.yes_no_tag('defaults.parts_show_image', SELF.defaults.parts_show_image) %][% LxERP.t8('Show the picture in the part form') %]
[% LxERP.t8('Pictures for search parts') %][% L.yes_no_tag('defaults.parts_listing_image', SELF.defaults.parts_listing_image) %][% LxERP.t8('Show the pictures in the result for search parts') %]
[% LxERP.t8('CSS style for pictures') %] [% L.input_tag('defaults.parts_image_css', SELF.defaults.parts_image_css, style=style) %][% LxERP.t8('Style the picture with the following CSS code') %]
-
diff --git a/users/.gitignore b/users/.gitignore new file mode 100644 index 000000000..141edb542 --- /dev/null +++ b/users/.gitignore @@ -0,0 +1,6 @@ +.recently-used +.fonts.cache* +*_finanzamt.ini +xvfb_display +console_history +.texmf-var diff --git a/users/.openoffice.org2/user/autotext/mytexts.bau b/users/.openoffice.org2/user/autotext/mytexts.bau new file mode 100644 index 000000000..6df413a1b Binary files /dev/null and b/users/.openoffice.org2/user/autotext/mytexts.bau differ diff --git a/users/.openoffice.org2/user/basic/Standard/Module1.xba b/users/.openoffice.org2/user/basic/Standard/Module1.xba new file mode 100644 index 000000000..d7e2398cc --- /dev/null +++ b/users/.openoffice.org2/user/basic/Standard/Module1.xba @@ -0,0 +1,7 @@ + + +REM ***** BASIC ***** + +Sub Main + +End Sub \ No newline at end of file diff --git a/users/.openoffice.org2/user/basic/Standard/dialog.xlb b/users/.openoffice.org2/user/basic/Standard/dialog.xlb new file mode 100644 index 000000000..669529dbc --- /dev/null +++ b/users/.openoffice.org2/user/basic/Standard/dialog.xlb @@ -0,0 +1,3 @@ + + + diff --git a/users/.openoffice.org2/user/basic/Standard/script.xlb b/users/.openoffice.org2/user/basic/Standard/script.xlb new file mode 100644 index 000000000..67c9503b7 --- /dev/null +++ b/users/.openoffice.org2/user/basic/Standard/script.xlb @@ -0,0 +1,5 @@ + + + + + diff --git a/users/.openoffice.org2/user/basic/dialog.xlc b/users/.openoffice.org2/user/basic/dialog.xlc new file mode 100644 index 000000000..c3690bd1f --- /dev/null +++ b/users/.openoffice.org2/user/basic/dialog.xlc @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/basic/script.xlc b/users/.openoffice.org2/user/basic/script.xlc new file mode 100644 index 000000000..065ed5208 --- /dev/null +++ b/users/.openoffice.org2/user/basic/script.xlc @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/.gitignore b/users/.openoffice.org2/user/config/.gitignore new file mode 100644 index 000000000..940afb47a --- /dev/null +++ b/users/.openoffice.org2/user/config/.gitignore @@ -0,0 +1 @@ +imagecache diff --git a/users/.openoffice.org2/user/config/arrowhd_de.soe b/users/.openoffice.org2/user/config/arrowhd_de.soe new file mode 100644 index 000000000..27ce7909c --- /dev/null +++ b/users/.openoffice.org2/user/config/arrowhd_de.soe @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/arrowhd_en-US.soe b/users/.openoffice.org2/user/config/arrowhd_en-US.soe new file mode 100644 index 000000000..d1d2f4472 --- /dev/null +++ b/users/.openoffice.org2/user/config/arrowhd_en-US.soe @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/autotbl.fmt b/users/.openoffice.org2/user/config/autotbl.fmt new file mode 100644 index 000000000..660159052 Binary files /dev/null and b/users/.openoffice.org2/user/config/autotbl.fmt differ diff --git a/users/.openoffice.org2/user/config/classic_de.sog b/users/.openoffice.org2/user/config/classic_de.sog new file mode 100644 index 000000000..7b9e07787 --- /dev/null +++ b/users/.openoffice.org2/user/config/classic_de.sog @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/classic_en-US.sog b/users/.openoffice.org2/user/config/classic_en-US.sog new file mode 100644 index 000000000..ccd17032a --- /dev/null +++ b/users/.openoffice.org2/user/config/classic_en-US.sog @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/cmyk.soc b/users/.openoffice.org2/user/config/cmyk.soc new file mode 100644 index 000000000..0642dd9b3 --- /dev/null +++ b/users/.openoffice.org2/user/config/cmyk.soc @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/gallery.soc b/users/.openoffice.org2/user/config/gallery.soc new file mode 100644 index 000000000..e9970ea6e --- /dev/null +++ b/users/.openoffice.org2/user/config/gallery.soc @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/hatching_de.soh b/users/.openoffice.org2/user/config/hatching_de.soh new file mode 100644 index 000000000..b8e24e2ee --- /dev/null +++ b/users/.openoffice.org2/user/config/hatching_de.soh @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/hatching_en-US.soh b/users/.openoffice.org2/user/config/hatching_en-US.soh new file mode 100644 index 000000000..985474a5f --- /dev/null +++ b/users/.openoffice.org2/user/config/hatching_en-US.soh @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/html.soc b/users/.openoffice.org2/user/config/html.soc new file mode 100644 index 000000000..efc4dbc36 --- /dev/null +++ b/users/.openoffice.org2/user/config/html.soc @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/javasettings_Linux_x86.xml b/users/.openoffice.org2/user/config/javasettings_Linux_x86.xml new file mode 100644 index 000000000..671f301e2 --- /dev/null +++ b/users/.openoffice.org2/user/config/javasettings_Linux_x86.xml @@ -0,0 +1,16 @@ + + + + + + + + +Sun Microsystems Inc. +file:///usr/local/j2sdk1.4.2_05/jre +1.4.2_05 +0 +1 +660069006C0065003A002F002F002F007500730072002F006C006F00630061006C002F006A003200730064006B0031002E0034002E0032005F00300035002F006A00720065002F006C00690062002F0069003300380036002F0063006C00690065006E0074002F006C00690062006A0076006D002E0073006F000A002F007500730072002F006C006F00630061006C002F006A003200730064006B0031002E0034002E0032005F00300035002F006A00720065002F006C00690062002F0069003300380036002F0063006C00690065006E0074003A002F007500730072002F006C006F00630061006C002F006A003200730064006B0031002E0034002E0032005F00300035002F006A00720065002F006C00690062002F0069003300380036002F006E00610074006900760065005F0074006800720065006100640073003A002F007500730072002F006C006F00630061006C002F006A003200730064006B0031002E0034002E0032005F00300035002F006A00720065002F006C00690062002F0069003300380036000A00 + + diff --git a/users/.openoffice.org2/user/config/modern_de.sog b/users/.openoffice.org2/user/config/modern_de.sog new file mode 100644 index 000000000..40d110ff9 --- /dev/null +++ b/users/.openoffice.org2/user/config/modern_de.sog @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/modern_en-US.sog b/users/.openoffice.org2/user/config/modern_en-US.sog new file mode 100644 index 000000000..1f87c5290 --- /dev/null +++ b/users/.openoffice.org2/user/config/modern_en-US.sog @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/palette_de.soc b/users/.openoffice.org2/user/config/palette_de.soc new file mode 100644 index 000000000..6668b7031 --- /dev/null +++ b/users/.openoffice.org2/user/config/palette_de.soc @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/palette_en-US.soc b/users/.openoffice.org2/user/config/palette_en-US.soc new file mode 100644 index 000000000..6668b7031 --- /dev/null +++ b/users/.openoffice.org2/user/config/palette_en-US.soc @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/soffice.cfg/global/accelerator/en-US/current.xml b/users/.openoffice.org2/user/config/soffice.cfg/global/accelerator/en-US/current.xml new file mode 100644 index 000000000..0d53bfbd0 --- /dev/null +++ b/users/.openoffice.org2/user/config/soffice.cfg/global/accelerator/en-US/current.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/users/.openoffice.org2/user/config/soffice.cfg/modules/swriter/accelerator/en-US/current.xml b/users/.openoffice.org2/user/config/soffice.cfg/modules/swriter/accelerator/en-US/current.xml new file mode 100644 index 000000000..5c3f945bb --- /dev/null +++ b/users/.openoffice.org2/user/config/soffice.cfg/modules/swriter/accelerator/en-US/current.xml @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/users/.openoffice.org2/user/config/styles_de.sod b/users/.openoffice.org2/user/config/styles_de.sod new file mode 100644 index 000000000..5460f9f86 --- /dev/null +++ b/users/.openoffice.org2/user/config/styles_de.sod @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/styles_en-US.sod b/users/.openoffice.org2/user/config/styles_en-US.sod new file mode 100644 index 000000000..1ee69a2fb --- /dev/null +++ b/users/.openoffice.org2/user/config/styles_en-US.sod @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/sun-color.soc b/users/.openoffice.org2/user/config/sun-color.soc new file mode 100644 index 000000000..ce12be65a --- /dev/null +++ b/users/.openoffice.org2/user/config/sun-color.soc @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/config/web.soc b/users/.openoffice.org2/user/config/web.soc new file mode 100644 index 000000000..d05ba1462 --- /dev/null +++ b/users/.openoffice.org2/user/config/web.soc @@ -0,0 +1,236 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/gallery/sg100.sdv b/users/.openoffice.org2/user/gallery/sg100.sdv new file mode 100644 index 000000000..fc17dd9d0 Binary files /dev/null and b/users/.openoffice.org2/user/gallery/sg100.sdv differ diff --git a/users/.openoffice.org2/user/gallery/sg100.thm b/users/.openoffice.org2/user/gallery/sg100.thm new file mode 100644 index 000000000..0571a192d Binary files /dev/null and b/users/.openoffice.org2/user/gallery/sg100.thm differ diff --git a/users/.openoffice.org2/user/gallery/sg30.sdv b/users/.openoffice.org2/user/gallery/sg30.sdv new file mode 100644 index 000000000..fc17dd9d0 Binary files /dev/null and b/users/.openoffice.org2/user/gallery/sg30.sdv differ diff --git a/users/.openoffice.org2/user/gallery/sg30.thm b/users/.openoffice.org2/user/gallery/sg30.thm new file mode 100644 index 000000000..9bf97d6cb Binary files /dev/null and b/users/.openoffice.org2/user/gallery/sg30.thm differ diff --git a/users/.openoffice.org2/user/psprint/.gitignore b/users/.openoffice.org2/user/psprint/.gitignore new file mode 100644 index 000000000..babcd73f3 --- /dev/null +++ b/users/.openoffice.org2/user/psprint/.gitignore @@ -0,0 +1 @@ +pspfontcache diff --git a/users/.openoffice.org2/user/registry/.gitignore b/users/.openoffice.org2/user/registry/.gitignore new file mode 100644 index 000000000..06cf65390 --- /dev/null +++ b/users/.openoffice.org2/user/registry/.gitignore @@ -0,0 +1 @@ +cache diff --git a/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Common.xcu b/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Common.xcu new file mode 100644 index 000000000..98471c3ed --- /dev/null +++ b/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Common.xcu @@ -0,0 +1,20 @@ + + + + + false + + + + + + + + + + + 0 + + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Linguistic.xcu b/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Linguistic.xcu new file mode 100644 index 000000000..88e41b232 --- /dev/null +++ b/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Linguistic.xcu @@ -0,0 +1,108 @@ + + + + + en-US + + + + + -1472371459 + + + + org.openoffice.lingu.LibHnjHyphenator + + + org.openoffice.lingu.LibHnjHyphenator + + + org.openoffice.lingu.LibHnjHyphenator + + + + + org.openoffice.lingu.LibHnjHyphenator + + + org.openoffice.lingu.LibHnjHyphenator + + + org.openoffice.lingu.LibHnjHyphenator + + + + + org.openoffice.lingu.MySpellSpellChecker + + + org.openoffice.lingu.MySpellSpellChecker + + + org.openoffice.lingu.MySpellSpellChecker + + + org.openoffice.lingu.MySpellSpellChecker + + + org.openoffice.lingu.MySpellSpellChecker + + + + + org.openoffice.lingu.new.Thesaurus + + + org.openoffice.lingu.new.Thesaurus + + + org.openoffice.lingu.new.Thesaurus + + + org.openoffice.lingu.new.Thesaurus + + + org.openoffice.lingu.new.Thesaurus + + + + + org.openoffice.lingu.MySpellSpellChecker + + + org.openoffice.lingu.MySpellSpellChecker + + + org.openoffice.lingu.MySpellSpellChecker + + + org.openoffice.lingu.MySpellSpellChecker + + + org.openoffice.lingu.MySpellSpellChecker + + + + + org.openoffice.lingu.new.Thesaurus + + + org.openoffice.lingu.new.Thesaurus + + + org.openoffice.lingu.new.Thesaurus + + + org.openoffice.lingu.new.Thesaurus + + + org.openoffice.lingu.new.Thesaurus + + + + + + true + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Recovery.xcu b/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Recovery.xcu new file mode 100644 index 000000000..d054981c1 --- /dev/null +++ b/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Recovery.xcu @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu b/users/.openoffice.org2/user/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu new file mode 100644 index 000000000..f48aa6650 --- /dev/null +++ b/users/.openoffice.org2/user/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu @@ -0,0 +1,57 @@ + + + + + + + false + + + false + + + 2147483647,2147483647 + + + + + + true + + + 0 + + + false + + + + + + false + + + false + + + 2147483647,2147483647 + + + 0,0 + + + false + + + 0 + + + + + + true + + + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Views.xcu b/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Views.xcu new file mode 100644 index 000000000..37c79c45e --- /dev/null +++ b/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Views.xcu @@ -0,0 +1,64 @@ + + + + + + 95,211,,;;,,,; + + + + + + + + + + + + + + V1,2,0 + + + + + + + + + + + + + V1,2,0 + + + + + + + + + + + + + V1,2,0 + + + + + + + + + + + + + V1,2,0 + + + + + \ No newline at end of file diff --git a/users/.openoffice.org2/user/registry/data/org/openoffice/Setup.xcu b/users/.openoffice.org2/user/registry/data/org/openoffice/Setup.xcu new file mode 100644 index 000000000..0d4634314 --- /dev/null +++ b/users/.openoffice.org2/user/registry/data/org/openoffice/Setup.xcu @@ -0,0 +1,20 @@ + + + + + en-US + + + + + true + + + + + 0,0,920,630;1;0,0,0,0; + + + + + \ No newline at end of file diff --git a/users/html2ps-config b/users/html2ps-config new file mode 100644 index 000000000..a2ffe7b2c --- /dev/null +++ b/users/html2ps-config @@ -0,0 +1,27 @@ +@html2ps { + option { + titlepage: 0 + hyphenate: 0 + colour: 1 + } + break-table: 1 +} + +@page { + margin-top: 1.5cm + margin-left: 1.5cm + margin-bottom: 1.5cm + margin-right: 1.5cm +} + +BODY { + font-family: Helvetica + font-size: 8pt +} + +H1 { font-size: 10pt } +H2 { font-size: 10pt } +H3 { font-size: 10pt } +H4 { font-size: 10pt } +H5 { font-size: 10pt } +H6 { font-size: 10pt } diff --git a/users/ustva-2012.pdf b/users/ustva-2012.pdf new file mode 100644 index 000000000..3acded008 Binary files /dev/null and b/users/ustva-2012.pdf differ