Date: prev next · Thread: first prev next last
2022 Archives by date, by thread · List index


Hallo Susanne,

na, wenn das für Dich als ""IT-affine Menschin" umsetzbar ist, dann ist das auch für die Personen umsetzbar, die LO im Verwaltungsumfeld konfigurieren und aufsetzen:)

Das Ganze wird über *.xcd Dateien im Installationsordner share/registry gesteuert. Dort liegen auch einige Beispieldateien und alle *.xcd Dateien werden ausgewertet. Sollte aber den LO-Admins bekannt sein;)

Hier ein Beispiel für den eigenen Pfad zu Dokumentenvorlagen:

<!--
 * This file is provided from M.I.C. Consulting, Thomas Krumbein
 * www.mic-consulting.de
 * This Code is as it is - without any warrenties
 * You are free to use this code or to change it to your proposal
 * Please leave the original autor information inside this file.
 *
 * Diese Datei wird bereitgestellt von M.I.C. Consulting, Thomas Krumbein
 * www.mic-consulting.de
 * Es besteht keine Gewährleistung!
 * Sie können den Code frei verwenden oder für eigene Ansprüche verändern.
 * Bitte belassen Sie jedoch den ursprünglichen Autor und die Kontaktinformationen
 * im Quelltext.
 *
 *   Die Datei ändert die Pfade (hier Vorlagen) in den Optionen
 *
 *   Sie können weitere <it> Zeilen hinzufügen (Items). (<it>pfad-Angabe</it>)  *   Der WritePath ist der vorgewählte Pfad, in dem neue Vorlagen abgespeichert werden.
 *
 *   This Code will change or add path-values for LibreOffice
 *   Please copy this file to share/registry of the programm-installation
 *   Effect works on all new User-installations (user-profiles)
-->

<!--
-->
<oor:data xmlns:xs="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:oor="http://openoffice.org/2001/registry";>
   <dependency file="main" />
   <oor:component-data oor:name="Paths" oor:package="org.openoffice.Office">
     <node oor:name="Paths">
       <node oor:name="Template" oor:op="fuse" oor:mandatory="true" oor:finalized="true">
         <prop oor:name="UserPaths" oor:op="fuse">
            <value>
             <it>$(inst)/share/template/common</it>
             <it>file:///D:/Mono/test</it>
            </value>
         </prop>
         <prop oor:name="WritePath" oor:op="fuse">
            <value>$(user)/template</value>
         </prop>
       </node>
     </node>
   </oor:component-data>
</oor:data>


Viele Grüße

Thomas


Am 22.07.2022 um 07:34 schrieb Susanne Mohn:
Moin @Liste,
moin Harald und Robert,


Danke für Eure Tipps.

Für mich als, wie wir hier sagen "IT-affine Menschin" ist das umsetzbar.
Im Verwaltungsumfeld nicht.
Dort wird ein fester Pfad für eigene Dokumentvorlagen, Objekte der Gallery etc. benötigt.

Idee/Frage: Wäre so etwas für LibreOffice umsetzbar?



--
Liste abmelden mit E-Mail an: users+unsubscribe@de.libreoffice.org
Probleme? https://de.libreoffice.org/hilfe-kontakt/mailing-listen/abmeldung-liste/
Tipps zu Listenmails: https://wiki.documentfoundation.org/Netiquette/de
Listenarchiv: https://listarchives.libreoffice.org/de/users/
Datenschutzerklärung: https://www.documentfoundation.org/privacy

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.