LibreOffice Module oox (master) 1
|
#include <tablestylepart.hxx>
Public Member Functions | |
TableStylePart () | |
::oox::drawingml::Color & | getTextColor () |
::std::optional< bool > & | getTextBoldStyle () |
::std::optional< bool > & | getTextItalicStyle () |
::oox::drawingml::TextFont & | getAsianFont () |
::oox::drawingml::TextFont & | getComplexFont () |
::oox::drawingml::TextFont & | getSymbolFont () |
::oox::drawingml::TextFont & | getLatinFont () |
::oox::drawingml::FillPropertiesPtr & | getFillProperties () |
std::map< sal_Int32, ::oox::drawingml::LinePropertiesPtr > & | getLineBorders () |
::oox::drawingml::ShapeStyleRefMap & | getStyleRefs () |
Private Attributes | |
::oox::drawingml::Color | maTextColor |
::std::optional< bool > | maTextBoldStyle |
::std::optional< bool > | maTextItalicStyle |
::oox::drawingml::TextFont | maAsianFont |
::oox::drawingml::TextFont | maComplexFont |
::oox::drawingml::TextFont | maSymbolFont |
::oox::drawingml::TextFont | maLatinFont |
::oox::drawingml::FillPropertiesPtr | mpFillProperties |
std::map< sal_Int32, ::oox::drawingml::LinePropertiesPtr > | maLineBorders |
::oox::drawingml::ShapeStyleRefMap | maStyleRefs |
Definition at line 32 of file tablestylepart.hxx.
oox::drawingml::table::TableStylePart::TableStylePart | ( | ) |
Definition at line 30 of file tablestylepart.cxx.
|
inline |
Definition at line 41 of file tablestylepart.hxx.
References maAsianFont.
Referenced by oox::drawingml::table::applyTableStylePart(), and oox::drawingml::table::TableStyleTextStyleContext::onCreateContext().
|
inline |
Definition at line 42 of file tablestylepart.hxx.
References maComplexFont.
Referenced by oox::drawingml::table::applyTableStylePart(), and oox::drawingml::table::TableStyleTextStyleContext::onCreateContext().
|
inline |
Definition at line 46 of file tablestylepart.hxx.
References mpFillProperties.
Referenced by oox::drawingml::table::applyTableStylePart(), and oox::drawingml::table::TableStyleCellStyleContext::onCreateContext().
|
inline |
Definition at line 44 of file tablestylepart.hxx.
References maLatinFont.
Referenced by oox::drawingml::table::applyTableStylePart(), and oox::drawingml::table::TableStyleTextStyleContext::onCreateContext().
|
inline |
Definition at line 47 of file tablestylepart.hxx.
References maLineBorders.
Referenced by oox::drawingml::table::applyBorder(), insertBorderLine(), and oox::drawingml::table::TableStyleCellStyleContext::onCreateContext().
|
inline |
Definition at line 49 of file tablestylepart.hxx.
References maStyleRefs.
Referenced by oox::drawingml::table::applyBorder(), oox::drawingml::table::applyTableStylePart(), oox::drawingml::table::TableStyleCellStyleContext::onCreateContext(), and oox::drawingml::table::TableStyleTextStyleContext::onCreateContext().
|
inline |
Definition at line 43 of file tablestylepart.hxx.
References maSymbolFont.
Referenced by oox::drawingml::table::applyTableStylePart(), and oox::drawingml::table::TableStyleTextStyleContext::onCreateContext().
|
inline |
Definition at line 39 of file tablestylepart.hxx.
References maTextBoldStyle.
Referenced by oox::drawingml::table::applyTableStylePart(), and oox::drawingml::table::TableStyleTextStyleContext::TableStyleTextStyleContext().
|
inline |
Definition at line 38 of file tablestylepart.hxx.
References maTextColor.
Referenced by oox::drawingml::table::applyTableStylePart(), and oox::drawingml::table::TableStyleTextStyleContext::onCreateContext().
|
inline |
Definition at line 40 of file tablestylepart.hxx.
References maTextItalicStyle.
Referenced by oox::drawingml::table::applyTableStylePart(), and oox::drawingml::table::TableStyleTextStyleContext::TableStyleTextStyleContext().
|
private |
Definition at line 56 of file tablestylepart.hxx.
Referenced by getAsianFont().
|
private |
Definition at line 57 of file tablestylepart.hxx.
Referenced by getComplexFont().
|
private |
Definition at line 59 of file tablestylepart.hxx.
Referenced by getLatinFont().
|
private |
Definition at line 62 of file tablestylepart.hxx.
Referenced by getLineBorders().
|
private |
Definition at line 63 of file tablestylepart.hxx.
Referenced by getStyleRefs().
|
private |
Definition at line 58 of file tablestylepart.hxx.
Referenced by getSymbolFont().
|
private |
Definition at line 54 of file tablestylepart.hxx.
Referenced by getTextBoldStyle().
|
private |
Definition at line 53 of file tablestylepart.hxx.
Referenced by getTextColor().
|
private |
Definition at line 55 of file tablestylepart.hxx.
Referenced by getTextItalicStyle().
|
private |
Definition at line 61 of file tablestylepart.hxx.
Referenced by getFillProperties().