LibreOffice Module sd (master) 1
Public Member Functions | Private Attributes | List of all members
sd::framework::ConfigurationController::Lock Class Reference

Use this class instead of calling lock() and unlock() directly in order to be exception safe. More...

#include <ConfigurationController.hxx>

Public Member Functions

 Lock (const css::uno::Reference< css::drawing::framework::XConfigurationController > &rxController)
 
 ~Lock ()
 

Private Attributes

css::uno::Reference< css::drawing::framework::XConfigurationController > mxController
 

Detailed Description

Use this class instead of calling lock() and unlock() directly in order to be exception safe.

Definition at line 150 of file ConfigurationController.hxx.

Constructor & Destructor Documentation

◆ Lock()

sd::framework::ConfigurationController::Lock::Lock ( const css::uno::Reference< css::drawing::framework::XConfigurationController > &  rxController)

Definition at line 88 of file ConfigurationController.cxx.

References mxController.

◆ ~Lock()

sd::framework::ConfigurationController::Lock::~Lock ( )

Definition at line 97 of file ConfigurationController.cxx.

Member Data Documentation

◆ mxController

css::uno::Reference< css::drawing::framework::XConfigurationController> sd::framework::ConfigurationController::Lock::mxController
private

Definition at line 158 of file ConfigurationController.hxx.

Referenced by Lock().


The documentation for this class was generated from the following files: