20module 
com {  module sun {  module star {  module presentation {
 
  148        [in] sequence< ::com::sun::star::beans::PropertyValue > aProperties );
 
  163    boolean pause( [in] 
boolean bPauseShow );
 
  255    boolean update( [out] 
double nNextTimeout );
 
  321        [in] 
short nPointerShape );
 
  326        [out] 
long nViewWidth,
 
  327        [out] 
long nViewHeight,
 
  328        [in] 
boolean bRenderMasterPage,
 
  329        [in] 
boolean bRenderBackground,
 
  337        [in] hyper nBufferPointer,
 
  338        [out] 
boolean bIsBitmapLayer,
 
  339        [out] 
string rJsonMsg );
 
 
Definition XAnimationNode.idl:25
identifies an XShapes as a DrawPage.
Definition XDrawPage.idl:28
must be supported to provide access to a multi-page drawing-layer.
Definition XDrawPagesSupplier.idl:28
lets you do a basic transformation on a Shape and get its type.
Definition XShape.idl:29
Allows creating instances specified by a string name.
Definition XMultiServiceFactory.idl:34
Listener interface to receive shape-specific events.
Definition XShapeEventListener.idl:27
Listener interface to receive global slide show events.
Definition XSlideShowListener.idl:29
View interface to display slide show presentations on.
Definition XSlideShowView.idl:31
Slide show interface to perform slide show presentations.
Definition XSlideShow.idl:34
boolean setProperty([in] ::com::sun::star::beans::PropertyValue aShowProperty)
Change a property of the slide show.
boolean pause([in] boolean bPauseShow)
Change the pause state of the slide show.
boolean previousEffect()
Undo the last effect in the main sequence of the slide show.
boolean renderNextLOKSlideLayer([in] hyper nBufferPointer, [out] boolean bIsBitmapLayer, [out] string rJsonMsg)
Used to renderer a slide layer for the Online client.
void displaySlide([in] ::com::sun::star::drawing::XDrawPage xSlide, [in] ::com::sun::star::drawing::XDrawPagesSupplier xDrawPages, [in] ::com::sun::star::animations::XAnimationNode AnimationNode, [in] sequence< ::com::sun::star::beans::PropertyValue > aProperties)
Jump to the given slide.
boolean removeView([in] XSlideShowView xView)
Remove view from the slide show.
void removeShapeEventListener([in] XShapeEventListener xListener, [in] ::com::sun::star::drawing::XShape xShape)
Revoke a previously registered shape event listener.
boolean stopShapeActivity([in] ::com::sun::star::drawing::XShape xShape)
Stop a shape-intrinsic animation or activity.
void setShapeCursor([in] ::com::sun::star::drawing::XShape xShape, [in] short nPointerShape)
Set a special mouse cursor for a shape.
void addSlideShowListener([in] XSlideShowListener xListener)
Add a slide show listener.
void removeSlideShowListener([in] XSlideShowListener xListener)
Revoke a previously registered slide show listener.
::com::sun::star::drawing::XDrawPage getCurrentSlide()
Query the currently displayed slide.
boolean update([out] double nNextTimeout)
Update the animations.
boolean createLOKSlideRenderer([out] long nViewWidth, [out] long nViewHeight, [in] boolean bRenderMasterPage, [in] boolean bRenderBackground, [in] ::com::sun::star::drawing::XDrawPage xSlide, [in] ::com::sun::star::drawing::XDrawPagesSupplier xDrawPages, [in] ::com::sun::star::animations::XAnimationNode xRootNode)
Used to create a slide renderer for the Online client.
void addShapeEventListener([in] XShapeEventListener xListener, [in] ::com::sun::star::drawing::XShape xShape)
Add a shape event listener.
boolean startShapeActivity([in] ::com::sun::star::drawing::XShape xShape)
Start a shape-intrinsic animation or activity.
void registerUserPaintPolygons([in] ::com::sun::star::lang::XMultiServiceFactory xDocFactory)
Register drawn polygons in presentation mode.
boolean addView([in] XSlideShowView xView)
Add a view to the slide show.
boolean nextEffect()
Trigger the next effect of the slide show.
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20
specifies a property value.
Definition PropertyValue.idl:28