:: com :: sun :: star :: drawing ::

service SlideSorter
Supported Interface
XSlideSorterBase


Constructors' Summary
create Create a new slide sorter object.  
Constructors' Details
create
create( [in] ::com::sun::star::drawing::framework::XResourceId  xViewId,
[in] ::com::sun::star::frame::XController  xController,
[in] ::com::sun::star::awt::XWindow  xParentWindow );

Description
Create a new slide sorter object.
Parameter xViewId
The resource id of the new slide sorter.
Parameter xController
The access point to an impress document.
Parameter xParentWindow
The parent window which will be completely covered by the new slide sorter.

 
Top of Page