Am 05.02.2012 14:35, schrieb Volker Lenhardt:

Aber versuch es doch einmal mit folgendem Workaround:
Dim oVCursor
oVCursor = ThisComponent.CurrentController.ViewCursor
oVCursor.jumpToFirstPage
oVCursor.goRight(1, false)
oVCursor.goLeft(1, false)

oder:
  Dim oVCursor
  Dim oCursor
  oCursor = ThisComponent.Text.createTextCursor
  oVCursor = ThisComponent.CurrentController.ViewCursor
  oCursor.gotoStart(false)
  oVCursor.gotoRange(oCursor, False)

Volker

--
Informationen zum Abmelden: E-Mail an [email protected]
Probleme? 
http://de.libreoffice.org/hilfe-kontakt/mailing-listen/abmeldung-liste/
Tipps zu Listenmails: http://wiki.documentfoundation.org/Netiquette/de
Listenarchiv: http://listarchives.libreoffice.org/de/users/
Alle E-Mails an diese Liste werden unlöschbar öffentlich archiviert

Antwort per Email an