Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


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: users+help@global.libreoffice.org
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

Context


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.