|
LibreOffice Module sd (master) 1
|
#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"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< StyleSheetCopyResult > | StyleSheetCopyResultVector |
| 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.
| typedef std::vector< rtl::Reference< SdStyleSheet > > SdStyleSheetVector |
Definition at line 170 of file stlsheet.hxx.
| typedef std::vector<StyleSheetCopyResult> StyleSheetCopyResultVector |
Definition at line 184 of file stlsheet.hxx.
| typedef std::vector< css::uno::Reference< css::style::XStyle > > XStyleVector |
Definition at line 171 of file stlsheet.hxx.