Regarding #tdf89175 android: Password protected files
Miklos Vajna
vmiklos at collabora.co.uk
Mon Jan 4 01:13:37 PST 2016
Hi Alex,
On Wed, Dec 23, 2015 at 05:37:35AM -0700, Alex F <alexfongg at gmail.com> wrote:
> Been using the following settings in autogen.input to build LO after a make
> clean.
> --enable-debug
> --enable-selective-debuginfo="sw/"
> --with-distro=LibreOfficeAndroid
> --with-android-ndk=/home/alex/Android/Sdk/ndk-bundle
> --with-android-sdk=/home/alex/Android/Sdk
This means you'll get debug symbols in sw/ only, while the password
protection code is not specific for Writer, it's shared with Calc and
Impress as well.
Passwords a probably entered via an interaction handler, see
LOKInteractionHandler::handleInteractionRequest() in
desktop/source/lib/lokinteractionhandler.cxx, perhaps that's what has to
be extended.
Probably you can do the hard part of this feature in a normal desktop
build against gtktiledviewer, and only the Android-specific part in an
Android build -- that should help your debugging. :-)
Regards,
Miklos
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20160104/e3453100/attachment.sig>
More information about the LibreOffice
mailing list