http://openoffice.org/bugzilla/show_bug.cgi?id=19814
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #14 from [email protected] 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 [email protected] For additional commands send email to [email protected] with Subject: help
