It all seems so difficult......
If you have a write document, run this macro and remove ALL graphic objects
Sub RemoveAllGraphics
Dim i As Integer
Dim oGraphic
If ThisComponent.GraphicObjects.getCount() = 0 Then
Exit Sub
End If
For i = ThisComponent.GraphicObjects.getCount() - 1 To 0 Step -1
oGraphic = ThisComponent.GraphicObjects.getByIndex(i)
oGraphic.Dispose()
Next
End Sub
On 08/30/2012 08:26 AM, timecode wrote:
Hey Tom!
Thanks for that dirty trick! :-) But unfortunately it didn't work. I made a
http://i47.tinypic.com/2ldimig.png screenshot of the contents of the
zip-file. The images remain even after deleting the "Thumbnails" folder and
a folder named "images"in the Configurations2 directory.
This http://i49.tinypic.com/6e3ouu.png screenshot here shows what I'm
trying to get rid of: the pesky arrow images.
Thanks in advance!
timecode
PS: Am I able to answer via mail or do I have to post in the forum?
--
View this message in context:
http://nabble.documentfoundation.org/Find-and-replace-graphics-tp4004270p4004490.html
Sent from the Users mailing list archive at Nabble.com.
--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
Info: http://www.pitonyak.org/oo.php
--
For unsubscribe instructions e-mail to: [email protected]
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted