LibreOffice Module sw (master) 1
Typedefs | Functions
swstylemanager.cxx File Reference
#include "swstylemanager.hxx"
#include <svl/stylepool.hxx>
#include <istyleaccess.hxx>
#include <swatrset.hxx>
#include <unordered_map>
#include <osl/diagnose.h>
Include dependency graph for swstylemanager.cxx:

Go to the source code of this file.

Typedefs

typedef std::unordered_map< OUString, std::shared_ptr< SfxItemSet > > SwStyleNameCache
 

Functions

std::unique_ptr< IStyleAccesscreateStyleManager (SfxItemSet const *pIgnorableParagraphItems)
 

Typedef Documentation

◆ SwStyleNameCache

typedef std::unordered_map< OUString, std::shared_ptr<SfxItemSet> > SwStyleNameCache

Definition at line 28 of file swstylemanager.cxx.

Function Documentation

◆ createStyleManager()

std::unique_ptr< IStyleAccess > createStyleManager ( SfxItemSet const *  pIgnorableParagraphItems)

Definition at line 86 of file swstylemanager.cxx.

Referenced by SwDoc::SwDoc().