LibreOffice Module sfx2 (master) 1
|
#include <StyleManager.hxx>
Public Member Functions | |
StyleManager (SfxObjectShell &rShell) | |
virtual | ~StyleManager () |
SfxStyleSheetBase * | Search (std::u16string_view rStyleName, SfxStyleFamily eFamily) |
virtual std::unique_ptr< StylePreviewRenderer > | CreateStylePreviewRenderer (OutputDevice &rOutputDev, SfxStyleSheetBase *pStyle, tools::Long nMaxHeight)=0 |
Protected Attributes | |
SfxObjectShell & | mrShell |
Definition at line 27 of file StyleManager.hxx.
|
inline |
Definition at line 33 of file StyleManager.hxx.
|
inlinevirtual |
Definition at line 37 of file StyleManager.hxx.
|
pure virtual |
Referenced by IMPL_LINK().
SfxStyleSheetBase * sfx2::StyleManager::Search | ( | std::u16string_view | rStyleName, |
SfxStyleFamily | eFamily | ||
) |
Definition at line 15 of file StyleManager.cxx.
References SfxStyleSheetBasePool::First(), SfxStyleSheetBase::GetName(), SfxObjectShell::GetStyleSheetPool(), mrShell, and SfxStyleSheetBasePool::Next().
Referenced by IMPL_LINK().
|
protected |
Definition at line 30 of file StyleManager.hxx.
Referenced by Search().