LibreOffice Module oox (master) 1
Public Member Functions | Private Attributes | List of all members
oox::drawingml::table::TableStyleList Class Reference

#include <tablestylelist.hxx>

Public Member Functions

 TableStyleList ()
 
 ~TableStyleList ()
 
OUString & getDefaultStyleId ()
 
std::vector< TableStyle > & getTableStyles ()
 

Private Attributes

OUString maDefaultStyleId
 
std::vector< TableStylemaTableStyles
 

Detailed Description

Definition at line 31 of file tablestylelist.hxx.

Constructor & Destructor Documentation

◆ TableStyleList()

oox::drawingml::table::TableStyleList::TableStyleList ( )

Definition at line 25 of file tablestylelist.cxx.

◆ ~TableStyleList()

oox::drawingml::table::TableStyleList::~TableStyleList ( )

Definition at line 27 of file tablestylelist.cxx.

Member Function Documentation

◆ getDefaultStyleId()

OUString & oox::drawingml::table::TableStyleList::getDefaultStyleId ( )
inline

◆ getTableStyles()

std::vector< TableStyle > & oox::drawingml::table::TableStyleList::getTableStyles ( )
inline

Member Data Documentation

◆ maDefaultStyleId

OUString oox::drawingml::table::TableStyleList::maDefaultStyleId
private

Definition at line 43 of file tablestylelist.hxx.

Referenced by getDefaultStyleId().

◆ maTableStyles

std::vector< TableStyle > oox::drawingml::table::TableStyleList::maTableStyles
private

Definition at line 44 of file tablestylelist.hxx.

Referenced by getTableStyles().


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