Lines Matching refs:aTextCharProps

116     TextCharacterProperties aTextCharProps;  in applyTableStylePart()  local
117 aTextCharProps.maLatinFont = rTableStylePart.getLatinFont(); in applyTableStylePart()
118 aTextCharProps.maAsianFont = rTableStylePart.getAsianFont(); in applyTableStylePart()
119 aTextCharProps.maComplexFont = rTableStylePart.getComplexFont(); in applyTableStylePart()
120 aTextCharProps.maSymbolFont = rTableStylePart.getSymbolFont(); in applyTableStylePart()
121 aTextCharProps.maCharColor = rTableStylePart.getTextColor(); in applyTableStylePart()
124 aTextCharProps.pushToPropSet( aPropSet, rFilterBase ); in applyTableStylePart()
198 TextCharacterProperties aTextCharProps; in pushToXCell() local
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()
317 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getNeCell()); in pushToXCell()
329 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getSeCell()); in pushToXCell()
349 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getBand2V()); in pushToXCell()
361 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getBand1V()); in pushToXCell()
366 getTextBody()->insertAt( rFilterBase, xText, xAt, aTextCharProps, pMasterTextListStyle ); in pushToXCell()