Am Mon, 6 Jan 2020 07:59:24 +0100
schrieb Robert Großkopf <robert@familiegrosskopf.de>:
SUB SearchReplace
oReplace = ThisComponent.CreateReplaceDescriptor
oReplace.SetSearchString("Š")
oReplace.SetReplaceString("ä")
ThisComponent.replaceAll(oReplace)
oReplace = ThisComponent.CreateReplaceDescriptor
oReplace.SetSearchString("†")
oReplace.SetReplaceString("Ü")
ThisComponent.replaceAll(oReplace)
END SUB
Ich habe jetzt nur 2 der Zeichen aus Deinem Beispiel übernommen.
Insgesamt dürften es ja 7 sein.
Es sind deutlich mehr mehr - z.B. ç, Ç, ã, Ã, ñ, Ñ, õ, Õ, á, Á, ó, Ó,
â, ..... etc. Dennoch halte ich die Aufgabe für überschaubar, weil es
ja nicht unendlich viele Zeichen sind.
Also einfach aneinanderreihen und das > Makro mit einem Button in
Writer in eine Symbolleiste direkt einbinden.
Ok. Leider habe ich null Ahnung vom Erstellen von Makros, weiß also
nicht, wie ich diese Aufgabe anpacken muss.
Öffnest Du jetzt eins der fraglichen Dokumente, so klickst Du auf
den Button und die entsprechenden Zeichen werden ersetzt.
Das klingt schon mal gut ;-)
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.