https://issues.apache.org/ooo/show_bug.cgi?id=72222
Ariel Constenla-Haile <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #14 from Ariel Constenla-Haile <[email protected]> 2012-03-19 21:46:26 UTC --- (In reply to comment #12) > i can confirm this issue with oo3.2 > but there are several gallery extensions available > where graphics are placed inside the *.sdv file. > > any hints how to put graphics inside a *.sdv file? there is a tool not to put graphics inside a *.sdv but to create a gallery linked to external files. AFAIK it is used to create the galleries for openoffice.org/basis3.4/share/gallery/rulers openoffice.org/basis3.4/share/gallery/htmlexpo the best use is for graphics in a folder relative to the *.sdv file For example, the following command openoffice.org/basis3.3/program/gengal \ --name "Test Gallery" \ --path file:///home/ariel/Im%C3%A1genes/OOo/ \ --number-from 860 \ file:///home/ariel/Im%C3%A1genes/OOo/update/update-download.png \ file:///home/ariel/Im%C3%A1genes/OOo/update/update-failed.png \ file:///home/ariel/Im%C3%A1genes/OOo/update/update-ok.png will create the gallery files in /home/ariel/Imágenes/OOo sg860.sdg sg860.sdv sg860.thm next to the update/ folder containing the images. And as I stripped from the path /home/ariel/Imágenes/OOo the links are relative to the gallery files. You can simply copy the gallery files together with the folder inside the user gallery directory. -- Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
