LibreOffice
LibreOffice 24.2 SDK API Reference
|
TransitionFactory interface to request optional custom Transition instances for slide show transitions. More...
import"XTransitionFactory.idl";
Public Member Functions | |
boolean | hasTransition ([in] short transitionType, [in] short transitionSubType) |
Checks whether this instance provides an implementation for given transition id. More... | |
XTransition | createTransition ([in] short transitionType, [in] short transitionSubType, [in] long transitionFadeColor, [in] XSlideShowView view, [in] com::sun::star::rendering::XBitmap leavingBitmap, [in] com::sun::star::rendering::XBitmap enteringBitmap) |
Actually create a transition for the given transition id. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
TransitionFactory interface to request optional custom Transition instances for slide show transitions.
This interface provides the necessary methods to query and create optional transition effects for a SlideShow
XTransition createTransition | ( | [in] short | transitionType, |
[in] short | transitionSubType, | ||
[in] long | transitionFadeColor, | ||
[in] XSlideShowView | view, | ||
[in] com::sun::star::rendering::XBitmap | leavingBitmap, | ||
[in] com::sun::star::rendering::XBitmap | enteringBitmap | ||
) |
Actually create a transition for the given transition id.
transitionType | Main type of transition ( |
transitionSubType | Subtype for the transition ( |
transitionFadeColor | Color to use (for some transitions) |
view | Slide show view to display on |
leavingBitmap | Bitmap of the slide that's going to leave the screen |
enteringBitmap | Bitmap of the slide that's going to enter the screen |
boolean hasTransition | ( | [in] short | transitionType, |
[in] short | transitionSubType | ||
) |
Checks whether this instance provides an implementation for given transition id.