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

Function object to check whether a style sheet a fulfills specific criteria. More...

#include <IndexedStyleSheets.hxx>

Public Member Functions

virtual bool Check (const SfxStyleSheetBase &styleSheet)=0
 
virtual ~StyleSheetPredicate ()
 

Detailed Description

Function object to check whether a style sheet a fulfills specific criteria.

Derive from this class and override the Check() method.

Definition at line 27 of file IndexedStyleSheets.hxx.

Constructor & Destructor Documentation

◆ ~StyleSheetPredicate()

virtual svl::StyleSheetPredicate::~StyleSheetPredicate ( )
inlinevirtual

Definition at line 30 of file IndexedStyleSheets.hxx.

Member Function Documentation

◆ Check()

virtual bool svl::StyleSheetPredicate::Check ( const SfxStyleSheetBase styleSheet)
pure virtual

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