LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
BasicPaneFactory Service Reference

The BasicPaneFactory is a resource factory that provides the panes used by the Draw and Impress applications. More...

import"BasicPaneFactory.idl";

Inheritance diagram for BasicPaneFactory:
XResourceFactory

Public Member Functions

 create ([in] ::com::sun::star::frame::XController xController)
 Give the controller to new instances so that they have access to the drawing framework controllers. More...
 
- Public Member Functions inherited from XResourceFactory
XResource createResource ([in] XResourceId xResourceId) raises ( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException )
 Create a resource for the given XResourceId object. More...
 
void releaseResource ([in] XResource xResource)
 Call this method to tell a factory that the given resource is no longer in use. More...
 

Detailed Description

The BasicPaneFactory is a resource factory that provides the panes used by the Draw and Impress applications.

This factory provides the center, left, and right pane. For the left pane there are two URLS, private:resource/floater/LeftImpressPane and private:resource/floater/LeftDrawPane, one for Impress, the other for Draw. The center pane and the right pane have the URLs private:resource/floater/CenterPane and private:resource/floater/RightPane respectively.

This factory is typically created indirectly by registering it in the configuration and have the XModuleController create it on demand.

Member Function Documentation

◆ create()

create ( [in] ::com::sun::star::frame::XController  xController)

Give the controller to new instances so that they have access to the drawing framework controllers.


The documentation for this service was generated from the following file: