Configuring the iOS app to open DOCX files

Miklos Vajna vmiklos at suse.cz
Mon Jul 15 05:48:22 PDT 2013


On Sun, Jul 14, 2013 at 11:18:16AM +0300, Ptyl Dragon <ptyl at cloudon.com> wrote:
> So, what are we doing wrong?
> What should we do to make the iOS app open docx files?

As a start, you can with a debugger if WriterFilter::filter() is
reached:

http://opengrok.libreoffice.org/xref/core/writerfilter/source/filter/ImportFilter.cxx#47

If yes, check where that filter() method fails. If not, put a breakpoint
in that method in a normal desktop build, get the backtrace and check
what's the last method that is called on iOS as well, that should point
in the right direction.

(No idea about iOS, but this is in general what you can do on any
platform when it comes to DOCX problems.)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20130715/dcca2c54/attachment.pgp>


More information about the LibreOffice mailing list