LibreOffice Module sw (master) 1
|
#include "swstylemanager.hxx"
#include <svl/stylepool.hxx>
#include <istyleaccess.hxx>
#include <swatrset.hxx>
#include <unordered_map>
#include <osl/diagnose.h>
Go to the source code of this file.
Typedefs | |
typedef std::unordered_map< OUString, std::shared_ptr< SfxItemSet > > | SwStyleNameCache |
Functions | |
std::unique_ptr< IStyleAccess > | createStyleManager (SfxItemSet const *pIgnorableParagraphItems) |
typedef std::unordered_map< OUString, std::shared_ptr<SfxItemSet> > SwStyleNameCache |
Definition at line 28 of file swstylemanager.cxx.
std::unique_ptr< IStyleAccess > createStyleManager | ( | SfxItemSet const * | pIgnorableParagraphItems | ) |
Definition at line 86 of file swstylemanager.cxx.
Referenced by SwDoc::SwDoc().