LibreOffice Module sd (master) 1
|
#include <com/sun/star/drawing/framework/XConfigurationController.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/compbase.hxx>
#include <rtl/ref.hxx>
#include <memory>
Go to the source code of this file.
Classes | |
class | sd::framework::ConfigurationController |
The configuration controller is responsible for maintaining the current configuration. More... | |
class | sd::framework::ConfigurationController::Lock |
Use this class instead of calling lock() and unlock() directly in order to be exception safe. More... | |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::drawing |
namespace | com::sun::star::drawing::framework |
namespace | com::sun::star::frame |
namespace | sd |
namespace | sd::framework |
Typedefs | |
typedef ::cppu::WeakComponentImplHelper< css::drawing::framework::XConfigurationController > | sd::framework::ConfigurationControllerInterfaceBase |