Searched refs:lcl_getCharPropFromTblStylePart (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/oox/source/drawingml/table/ |
| H A D | tablecell.cxx | 155 void lcl_getCharPropFromTblStylePart(TextCharacterProperties& rDstCharProp, const TableStylePart& r… in lcl_getCharPropFromTblStylePart() function 199 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getWholeTbl()); in pushToXCell() 211 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getFirstRow()); in pushToXCell() 223 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getLastRow()); in pushToXCell() 235 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getFirstCol()); in pushToXCell() 247 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getLastCol()); in pushToXCell() 267 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getBand2H()); in pushToXCell() 279 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getBand1H()); in pushToXCell() 293 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getNwCell()); in pushToXCell() 305 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getSwCell()); in pushToXCell() [all …]
|