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