Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hi Thorsten,


Thorsten Behrens schrieb:

Cc-ing the list, this may be of public interest - for the moment, I
suggest you simply export *all* slides. Christian, off the top of
your head, is there a way to retrieve the current selection from the
Slidesorter via UNO?


Using Basic you first get the selection
    oShapeCollection = oCurrentController.Selection
and then you can distinguish via varType, whether it is an object or an array of object.
    nVarType = VarType(oShapeCollection)
    '9 object; Something is selected in Normal view
    '8201=8192+9 array of object; Slides are selected in slide sorter.

Kind regards
Regina


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.