LibreOffice Module sd (master) 1
Classes | Namespaces | Typedefs | Functions
Configuration.hxx File Reference
#include <com/sun/star/drawing/framework/XConfiguration.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/container/XNamed.hpp>
#include <comphelper/compbase.hxx>
#include <memory>
Include dependency graph for Configuration.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sd::framework::Configuration
 A configuration describes the resources of an application like panes, views, and tool bars and their relationships that are currently active or are requested to be activated. More...
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::util
 
namespace  com::sun::star::drawing
 
namespace  com::sun::star::drawing::framework
 
namespace  sd
 
namespace  sd::framework
 

Typedefs

typedef comphelper::WeakComponentImplHelper< css::drawing::framework::XConfiguration, css::container::XNamed > sd::framework::ConfigurationInterfaceBase
 

Functions

bool sd::framework::AreConfigurationsEquivalent (const css::uno::Reference< css::drawing::framework::XConfiguration > &rxConfiguration1, const css::uno::Reference< css::drawing::framework::XConfiguration > &rxConfiguration2)
 Return whether the two given configurations contain the same resource ids. More...