| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
import "TransitionFactory.idl";
 
  
| Additional Inherited Members | |
| Public Member Functions inherited from XTransitionFactory | |
| boolean | hasTransition ([in] short transitionType, [in] short transitionSubType) | 
| Checks whether this instance provides an implementation for given transition id. | |
| 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. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |