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

Function object to apply a method on all style sheets. More...

#include <IndexedStyleSheets.hxx>

Public Member Functions

virtual void DoIt (const SfxStyleSheetBase &styleSheet)=0
 
virtual ~StyleSheetCallback ()
 

Detailed Description

Function object to apply a method on all style sheets.

Derive from it and do whatever you want to with the style sheet in the DoIt() method.

Definition at line 45 of file IndexedStyleSheets.hxx.

Constructor & Destructor Documentation

◆ ~StyleSheetCallback()

virtual svl::StyleSheetCallback::~StyleSheetCallback ( )
inlinevirtual

Definition at line 48 of file IndexedStyleSheets.hxx.

Member Function Documentation

◆ DoIt()

virtual void svl::StyleSheetCallback::DoIt ( const SfxStyleSheetBase styleSheet)
pure virtual

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