LibreOffice Module sd (master) 1
Functions | Variables
sdext::presenter::PresenterHelper Namespace Reference

Collection of helper functions that do not fit in anywhere else. More...

Functions

css::uno::Reference< css::presentation::XSlideShowController > GetSlideShowController (const css::uno::Reference< css::frame::XController > &rxController)
 Return the slide show controller of a running presentation that has the same document as the given framework controller. More...
 

Variables

const OUString msFullScreenPaneURL
 

Detailed Description

Collection of helper functions that do not fit in anywhere else.

Provide access to frequently used strings of the drawing framework.

Function Documentation

◆ GetSlideShowController()

css::uno::Reference< css::presentation::XSlideShowController > sdext::presenter::PresenterHelper::GetSlideShowController ( const css::uno::Reference< css::frame::XController > &  rxController)

Return the slide show controller of a running presentation that has the same document as the given framework controller.

Returns
When no presentation is running this method returns an empty reference.

Variable Documentation

◆ msFullScreenPaneURL

const OUString sdext::presenter::PresenterHelper::msFullScreenPaneURL
extern