LibreOffice Module cui (master) 1
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
SfxStylesInfo_Impl Struct Reference

#include <cfgutil.hxx>

Public Member Functions

 SfxStylesInfo_Impl ()
 
void init (const OUString &rModuleName, const css::uno::Reference< css::frame::XModel > &xModel)
 
void getLabel4Style (SfxStyleInfo_Impl &aStyle)
 
std::vector< SfxStyleInfo_ImplgetStyleFamilies () const
 
std::vector< SfxStyleInfo_ImplgetStyles (const OUString &sFamily)
 

Static Public Member Functions

static bool parseStyleCommand (SfxStyleInfo_Impl &aStyle)
 
static OUString generateCommand (std::u16string_view sFamily, std::u16string_view sStyle)
 

Private Attributes

OUString m_aModuleName
 
css::uno::Reference< css::frame::XModel > m_xDoc
 

Detailed Description

Definition at line 61 of file cfgutil.hxx.

Constructor & Destructor Documentation

◆ SfxStylesInfo_Impl()

SfxStylesInfo_Impl::SfxStylesInfo_Impl ( )

Definition at line 69 of file cfgutil.cxx.

Member Function Documentation

◆ generateCommand()

OUString SfxStylesInfo_Impl::generateCommand ( std::u16string_view  sFamily,
std::u16string_view  sStyle 
)
static

Definition at line 86 of file cfgutil.cxx.

Referenced by getStyles().

◆ getLabel4Style()

void SfxStylesInfo_Impl::getLabel4Style ( SfxStyleInfo_Impl aStyle)

◆ getStyleFamilies()

std::vector< SfxStyleInfo_Impl > SfxStylesInfo_Impl::getStyleFamilies ( ) const

◆ getStyles()

std::vector< SfxStyleInfo_Impl > SfxStylesInfo_Impl::getStyles ( const OUString &  sFamily)

◆ init()

void SfxStylesInfo_Impl::init ( const OUString &  rModuleName,
const css::uno::Reference< css::frame::XModel > &  xModel 
)

◆ parseStyleCommand()

bool SfxStylesInfo_Impl::parseStyleCommand ( SfxStyleInfo_Impl aStyle)
static

Member Data Documentation

◆ m_aModuleName

OUString SfxStylesInfo_Impl::m_aModuleName
private

Definition at line 64 of file cfgutil.hxx.

Referenced by getStyleFamilies(), and init().

◆ m_xDoc

css::uno::Reference< css::frame::XModel > SfxStylesInfo_Impl::m_xDoc
private

Definition at line 65 of file cfgutil.hxx.

Referenced by getLabel4Style(), getStyleFamilies(), getStyles(), and init().


The documentation for this struct was generated from the following files: