LibreOffice Module oox (master) 1
|
Go to the source code of this file.
Functions | |
static void | createStyleIdMap () |
void | setBorderLineType (const oox::drawingml::LinePropertiesPtr &pLineProp, sal_Int32 nToken) |
void | insertBorderLine (TableStylePart &aTableStylePart, sal_Int32 nToken, oox::drawingml::LinePropertiesPtr pLineProp) |
std::unique_ptr< TableStyle > | CreateTableStyle (const OUString &styleId) |
Variables | |
std::map< OUString, std::pair< OUString, OUString > > | mStyleIdMap |
static std::map< OUString, sal_Int32 > | tokens |
|
static |
Definition at line 35 of file predefined-table-styles.cxx.
References mStyleIdMap.
Referenced by CreateTableStyle().
std::unique_ptr< TableStyle > CreateTableStyle | ( | const OUString & | styleId | ) |
Definition at line 220 of file predefined-table-styles.cxx.
References createStyleIdMap(), insertBorderLine(), mStyleIdMap, setBorderLineType(), oox::drawingml::Color::setSchemeClr(), and tokens.
Referenced by oox::drawingml::table::TableProperties::getUsedTableStyle().
void insertBorderLine | ( | TableStylePart & | aTableStylePart, |
sal_Int32 | nToken, | ||
oox::drawingml::LinePropertiesPtr | pLineProp | ||
) |
Definition at line 210 of file predefined-table-styles.cxx.
References oox::drawingml::table::TableStylePart::getLineBorders(), and nToken.
Referenced by CreateTableStyle().
void setBorderLineType | ( | const oox::drawingml::LinePropertiesPtr & | pLineProp, |
sal_Int32 | nToken | ||
) |
Definition at line 205 of file predefined-table-styles.cxx.
References nToken.
Referenced by CreateTableStyle().
std::map<OUString, std::pair<OUString, OUString> > mStyleIdMap |
Definition at line 29 of file predefined-table-styles.cxx.
Referenced by createStyleIdMap(), and CreateTableStyle().
|
static |
Definition at line 197 of file predefined-table-styles.cxx.
Referenced by CreateTableStyle().