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

#include <tablestyle.hxx>

Collaboration diagram for oox::drawingml::table::TableStyle:
[legend]

Public Member Functions

 TableStyle ()
 
OUString & getStyleId ()
 
OUString & getStyleName ()
 
::oox::drawingml::ShapeStyleRefgetBackgroundFillStyleRef ()
 
::oox::drawingml::FillPropertiesPtrgetBackgroundFillProperties ()
 
TableStylePartgetWholeTbl ()
 
TableStylePartgetBand1H ()
 
TableStylePartgetBand2H ()
 
TableStylePartgetBand1V ()
 
TableStylePartgetBand2V ()
 
TableStylePartgetLastCol ()
 
TableStylePartgetFirstCol ()
 
TableStylePartgetLastRow ()
 
TableStylePartgetSeCell ()
 
TableStylePartgetSwCell ()
 
TableStylePartgetFirstRow ()
 
TableStylePartgetNeCell ()
 
TableStylePartgetNwCell ()
 

Private Attributes

OUString maStyleId
 
OUString maStyleName
 
::oox::drawingml::ShapeStyleRef maFillStyleRef
 
::oox::drawingml::FillPropertiesPtr mpFillProperties
 
TableStylePart maWholeTbl
 
TableStylePart maBand1H
 
TableStylePart maBand2H
 
TableStylePart maBand1V
 
TableStylePart maBand2V
 
TableStylePart maLastCol
 
TableStylePart maFirstCol
 
TableStylePart maLastRow
 
TableStylePart maSeCell
 
TableStylePart maSwCell
 
TableStylePart maFirstRow
 
TableStylePart maNeCell
 
TableStylePart maNwCell
 

Detailed Description

Definition at line 29 of file tablestyle.hxx.

Constructor & Destructor Documentation

◆ TableStyle()

oox::drawingml::table::TableStyle::TableStyle ( )

Definition at line 24 of file tablestyle.cxx.

Member Function Documentation

◆ getBackgroundFillProperties()

::oox::drawingml::FillPropertiesPtr & oox::drawingml::table::TableStyle::getBackgroundFillProperties ( )
inline

◆ getBackgroundFillStyleRef()

::oox::drawingml::ShapeStyleRef & oox::drawingml::table::TableStyle::getBackgroundFillStyleRef ( )
inline

◆ getBand1H()

TableStylePart & oox::drawingml::table::TableStyle::getBand1H ( )
inline

◆ getBand1V()

TableStylePart & oox::drawingml::table::TableStyle::getBand1V ( )
inline

◆ getBand2H()

TableStylePart & oox::drawingml::table::TableStyle::getBand2H ( )
inline

◆ getBand2V()

TableStylePart & oox::drawingml::table::TableStyle::getBand2V ( )
inline

◆ getFirstCol()

TableStylePart & oox::drawingml::table::TableStyle::getFirstCol ( )
inline

◆ getFirstRow()

TableStylePart & oox::drawingml::table::TableStyle::getFirstRow ( )
inline

◆ getLastCol()

TableStylePart & oox::drawingml::table::TableStyle::getLastCol ( )
inline

◆ getLastRow()

TableStylePart & oox::drawingml::table::TableStyle::getLastRow ( )
inline

◆ getNeCell()

TableStylePart & oox::drawingml::table::TableStyle::getNeCell ( )
inline

◆ getNwCell()

TableStylePart & oox::drawingml::table::TableStyle::getNwCell ( )
inline

◆ getSeCell()

TableStylePart & oox::drawingml::table::TableStyle::getSeCell ( )
inline

◆ getStyleId()

OUString & oox::drawingml::table::TableStyle::getStyleId ( )
inline

◆ getStyleName()

OUString & oox::drawingml::table::TableStyle::getStyleName ( )
inline

Definition at line 36 of file tablestyle.hxx.

References maStyleName.

Referenced by oox::drawingml::table::TableStyleContext::TableStyleContext().

◆ getSwCell()

TableStylePart & oox::drawingml::table::TableStyle::getSwCell ( )
inline

◆ getWholeTbl()

TableStylePart & oox::drawingml::table::TableStyle::getWholeTbl ( )
inline

Member Data Documentation

◆ maBand1H

TableStylePart oox::drawingml::table::TableStyle::maBand1H
private

Definition at line 66 of file tablestyle.hxx.

Referenced by getBand1H().

◆ maBand1V

TableStylePart oox::drawingml::table::TableStyle::maBand1V
private

Definition at line 68 of file tablestyle.hxx.

Referenced by getBand1V().

◆ maBand2H

TableStylePart oox::drawingml::table::TableStyle::maBand2H
private

Definition at line 67 of file tablestyle.hxx.

Referenced by getBand2H().

◆ maBand2V

TableStylePart oox::drawingml::table::TableStyle::maBand2V
private

Definition at line 69 of file tablestyle.hxx.

Referenced by getBand2V().

◆ maFillStyleRef

::oox::drawingml::ShapeStyleRef oox::drawingml::table::TableStyle::maFillStyleRef
private

Definition at line 61 of file tablestyle.hxx.

Referenced by getBackgroundFillStyleRef().

◆ maFirstCol

TableStylePart oox::drawingml::table::TableStyle::maFirstCol
private

Definition at line 71 of file tablestyle.hxx.

Referenced by getFirstCol().

◆ maFirstRow

TableStylePart oox::drawingml::table::TableStyle::maFirstRow
private

Definition at line 75 of file tablestyle.hxx.

Referenced by getFirstRow().

◆ maLastCol

TableStylePart oox::drawingml::table::TableStyle::maLastCol
private

Definition at line 70 of file tablestyle.hxx.

Referenced by getLastCol().

◆ maLastRow

TableStylePart oox::drawingml::table::TableStyle::maLastRow
private

Definition at line 72 of file tablestyle.hxx.

Referenced by getLastRow().

◆ maNeCell

TableStylePart oox::drawingml::table::TableStyle::maNeCell
private

Definition at line 76 of file tablestyle.hxx.

Referenced by getNeCell().

◆ maNwCell

TableStylePart oox::drawingml::table::TableStyle::maNwCell
private

Definition at line 77 of file tablestyle.hxx.

Referenced by getNwCell().

◆ maSeCell

TableStylePart oox::drawingml::table::TableStyle::maSeCell
private

Definition at line 73 of file tablestyle.hxx.

Referenced by getSeCell().

◆ maStyleId

OUString oox::drawingml::table::TableStyle::maStyleId
private

Definition at line 58 of file tablestyle.hxx.

Referenced by getStyleId().

◆ maStyleName

OUString oox::drawingml::table::TableStyle::maStyleName
private

Definition at line 59 of file tablestyle.hxx.

Referenced by getStyleName().

◆ maSwCell

TableStylePart oox::drawingml::table::TableStyle::maSwCell
private

Definition at line 74 of file tablestyle.hxx.

Referenced by getSwCell().

◆ maWholeTbl

TableStylePart oox::drawingml::table::TableStyle::maWholeTbl
private

Definition at line 65 of file tablestyle.hxx.

Referenced by getWholeTbl().

◆ mpFillProperties

::oox::drawingml::FillPropertiesPtr oox::drawingml::table::TableStyle::mpFillProperties
private

Definition at line 63 of file tablestyle.hxx.

Referenced by getBackgroundFillProperties().


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