[Libreoffice] [GSoC 2011][svgexport] Get selected slides in Impress left Pane

Thorsten Behrens thb at documentfoundation.org
Mon Jun 13 01:17:07 PDT 2011


Marco wrote:
> What I get is an XView object that does not support any service.
> I look into the implementation code for SlideSorter and I found
> out that this object, which I get, is indeed a fake XView:
> its real type is a ViewShellWrapper from which we can get
> a SlideSorterViewShell that owns a method to provide a
> XDrawSubController interface for the view.
>
Hi Marco,

wow, nice detective work - and you're almost there:

> Now as I said my problem is that to utilize these classes I have
> to include the headers under "sd/source/ui/inc/" but they are not
> delivered to "solver/340/unxlngx6.pro/inc".
> So what should I do ?
> 
Well, this is purposefully not accessible from the outside - what
you want to do, is to make that XDrawSubController available via
API. A very cheap cop-out would be to add something like
com::sun::star::beans::XMaterialHolder to the ViewShellWrapper
interfaces (add it to ViewShellWrapperInterfaceBase, and use
WeakComponentImplHelper5 instead of WeakComponentImplHelper4) - and
have the implementation hand out the result of calling
mpViewShell->CreateSubController() for that new interface.

There are surely cleaner ways to do that, API-wise, e.g. by
implementing an XPropertySet, and/or the DrawingDocumentDrawView
service - maybe Christian has suggestions on how to best evolve
that.

That said, I'd put lower priority on this for the moment, and
instead get back to the java script and master page parts.

Cheers,

-- Thorsten
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20110613/822967eb/attachment.pgp>


More information about the LibreOffice mailing list