home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 October (DVD) / PCWELT_10_2006.ISO / fscommand / papers / 122.swf / images / 334.png < prev    next >
Portable Network Graphic  |  2006-08-11  |  691.6 KB  |  1120x673  |  16-bit (61,184 colors)
   ocr: Meine Makros & Dialoge.Erwerweiterungen a openofice.org Basic - X Datei Bearbeiten Ansicht Extras Fenster Hilfe [Meine Makros & Dialoge).Erweite) Y U REM ***** BASIC ***** Option Explicit Sub AlleNotizenLoeschen Dim oDokument AS Object Dim oText As Object Dim OTextFelder As Object Dim oTextFeld As Object oDokument = ThisComponent OText = oDokment.getText ( OTextFelder == oDokument.getTextFields0.createEnumeration0 While OTextFelder.hasMoreElements() oTextFeld = OTextFelder.ner.nextElement () If OTextFeld.supportsService("com. sun.star.text. TextField.Annotation") Then OText.removeTextCont 6 en ...