LibreOffice Module svl (master) 1
|
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 () |
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.
|
inlinevirtual |
Definition at line 30 of file IndexedStyleSheets.hxx.
|
pure virtual |