On Sun, Jul 14, 2013 at 11:18:16AM +0300, Ptyl Dragon <p...@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.)

Attachment: signature.asc
Description: Digital signature

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to