LibreOffice Module svl (master) 1
Public Member Functions | List of all members
svl::StyleSheetDisposer Struct Referenceabstract

Function object for cleanup-Strategy for IndexedSfxStyleSheets::Clear(). More...

#include <IndexedStyleSheets.hxx>

Public Member Functions

virtual void Dispose (rtl::Reference< SfxStyleSheetBase > styleSheet)=0
 
virtual ~StyleSheetDisposer ()
 

Detailed Description

Function object for cleanup-Strategy for IndexedSfxStyleSheets::Clear().

Derive from it and do what is necessary to dispose of a style sheet in Dispose().

Definition at line 36 of file IndexedStyleSheets.hxx.

Constructor & Destructor Documentation

◆ ~StyleSheetDisposer()

virtual svl::StyleSheetDisposer::~StyleSheetDisposer ( )
inlinevirtual

Definition at line 39 of file IndexedStyleSheets.hxx.

Member Function Documentation

◆ Dispose()

virtual void svl::StyleSheetDisposer::Dispose ( rtl::Reference< SfxStyleSheetBase styleSheet)
pure virtual

The documentation for this struct was generated from the following file: