https://bugs.documentfoundation.org/show_bug.cgi?id=162826
Dave Gilbert <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #14 from Dave Gilbert <[email protected]> --- OK, started looking this in detail. Essentially there are two things that need doing: a) Routing an interactionhandler down b) Grabbing the password a) is probably best done by a set of filteroptions like it's done in the PDF code and in the filter export path - which also gives us somewhere to stash the password, which I think we need to do because there are two places that open the document in the filter; I guess one is a test and the other is the real open like in the poppler based path. b) Hmm well, there's sfx2::RequestPassword() and there's sdext/source/pdfimport/misc/pwdinteract.cxx's set - they're a bit different; perhaps I should move the sdext one to somewhere shared (suggestions where?) -- You are receiving this mail because: You are the assignee for the bug.
