LibreOffice Module sd (master) 1
Classes | Typedefs
stlsheet.hxx File Reference
#include <rtl/ref.hxx>
#include <com/sun/star/style/XStyle.hpp>
#include <com/sun/star/beans/XMultiPropertySet.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/beans/XPropertyState.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/util/XModifyBroadcaster.hpp>
#include <comphelper/interfacecontainer4.hxx>
#include <cppuhelper/interfacecontainer.h>
#include <cppuhelper/implbase.hxx>
#include <svl/style.hxx>
#include <memory>
#include <mutex>
#include "prlayout.hxx"
Include dependency graph for stlsheet.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SdStyleSheet
 
struct  StyleSheetCopyResult
 

Typedefs

typedef cppu::ImplInheritanceHelper< SfxUnoStyleSheet, css::beans::XPropertySet, css::beans::XMultiPropertySet, css::lang::XServiceInfo, css::beans::XPropertyState, css::util::XModifyBroadcaster, css::lang::XComponent > SdStyleSheetBase
 
typedef std::vector< rtl::Reference< SdStyleSheet > > SdStyleSheetVector
 
typedef std::vector< css::uno::Reference< css::style::XStyle > > XStyleVector
 
typedef std::vector< StyleSheetCopyResultStyleSheetCopyResultVector
 

Typedef Documentation

◆ SdStyleSheetBase

typedef cppu::ImplInheritanceHelper< SfxUnoStyleSheet, css::beans::XPropertySet, css::beans::XMultiPropertySet, css::lang::XServiceInfo, css::beans::XPropertyState, css::util::XModifyBroadcaster, css::lang::XComponent > SdStyleSheetBase

Definition at line 52 of file stlsheet.hxx.

◆ SdStyleSheetVector

typedef std::vector< rtl::Reference< SdStyleSheet > > SdStyleSheetVector

Definition at line 170 of file stlsheet.hxx.

◆ StyleSheetCopyResultVector

Definition at line 184 of file stlsheet.hxx.

◆ XStyleVector

typedef std::vector< css::uno::Reference< css::style::XStyle > > XStyleVector

Definition at line 171 of file stlsheet.hxx.