Hi Regina,
Regina Henschel wrote:
Hello Bert,
It seems to me, that up to now there are scattered around. Some are in
shared/text/shared/explorer/database and some are in text/shared/guide.
This macro shows you which file is used for a help page:
sub adresse_hilfeseite()
elemente = StarDesktop.getComponents().createEnumeration()
Do While elemente.HasMoreElements
aktuell = elemente.NextElement()
If HasUnoInterfaces( aktuell, "com.sun.star.frame.XModel" ) Then
If aktuell.hasLocation() AND LEFT(aktuell.GetLocation,17)
="vnd.sun.star.help" Then
InputBox ("", "Adresse der Hilfeseite", aktuell.GetLocation)
end if
end if
Loop
End Sub
Thanks for this! It´s very useful.
I found that the English help refers to the old UI so often, that I
stopped to correct the German translation.
Could you please clarify this a bit? Does this mean that you don't have
a complete translation of the help files?
Kind regards,
Bert Meersma
nl.openoffice.org
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]