Calc-Edit Picture with External Tool

Tomaž Vajngerl quikee at gmail.com
Thu Jun 28 04:19:24 PDT 2012


Hi,

I have added "Edit With External Tool" menu option also for Calc and
in the future I will add it for Draw and Impress too. To do this I
moved the common parts (class responsible for invoking of external
tool and watching of files in temp directory) from sw to svx. Updating
of graphics is quite different between Writer and Calc - I implemented
specific subclasses for each but I don't like this solution.

There is currently no cleanup of temporary files after work in
external editor is finished and I think monitoring for changes to
temporary files is never interrupted. Unless someone has a better
solution I will add a message box when external editor is invoked.
When the user finishes working in the external editor, he must click
"OK" in the message box to be able to continue working in Libreoffice.
With this it is clear when working in an external editor has finished
and the temporary files can be removed and file monitoring can stop.

Regards, Tomaž


On Mon, Jun 25, 2012 at 10:38 AM, Michael Meeks <michael.meeks at suse.com> wrote:
> Hi there,
>
> On Sun, 2012-06-24 at 18:32 -0700, jkedar wrote:
>> Is there a way to set up Right Click -Edit Picture With External Tool in
>> Calc the same way as in Writer ?
>
>        If you want to hack on this it shouldn't be a huge problem to come up
> with something:
>
>        git grep FN_EXTERNAL_EDIT
>
>        will show you how it works for writer.
>
>>  This is useful for correcting OCR outputs of external programs.
>
>        This is a developer's list, which is not a good place for requesting
> features unless you're going to hack on them yourself :-)
>
>        All the best,
>
>                Michael.
>
> --
> michael.meeks at suse.com  <><, Pseudo Engineer, itinerant idiot
>
> _______________________________________________
> LibreOffice mailing list
> LibreOffice at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffice


More information about the LibreOffice mailing list