issues  

[ui-issues] [Bug 19814] default anchor type: toolbar icon to select anchor type of newly to be inserted objects

Edakos
Sat, 27 Aug 2011 13:42:43 -0700

http://openoffice.org/bugzilla/show_bug.cgi?id=19814


eda...@openoffice.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eda...@openoffice.org




--- Comment #14 from eda...@openoffice.org  2011-08-27 20:42:26 ---
Maybe this can help to somebody

To replace the anchor of ALL the graphics inside a document to "As Character",
follow this steps in a terminal (tested in Ubuntu 11.04):


unzip document_name.odt content.xml

vim content.xml

:%s/text:anchor-type="paragraph"/text:anchor-type="as-char"/g

:%s/text:anchor-type="page"/text:anchor-type="as-char"/g

:%s/text:anchor-type="char"/text:anchor-type="as-char"/g

:wq

zip document_name.odt content.xml

-- 
Configure bugmail: http://openoffice.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification
from Bugzilla. Please log into the website and enter your comments.
---------------------------------------------------------------------
-- 
-----------------------------------------------------------------
To unsubscribe send email to issues-unsubscr...@ui.openoffice.org
For additional commands send email to sy...@ui.openoffice.org
with Subject: help
  • [ui-issues] [Bug 19814] default anchor type: toolbar icon to select anchor type of newly to be inserted objects Edakos