Home
last modified time | relevance | path

Searched refs:getComplexFont (Results 1 – 3 of 3) sorted by relevance

/trunk/main/oox/inc/oox/drawingml/table/
H A Dtablestylepart.hxx49 ::oox::drawingml::TextFont& getComplexFont(){ return maComplexFont; } in getComplexFont() function in oox::drawingml::table::TableStylePart
/trunk/main/oox/source/drawingml/table/
H A Dtablestyletextstylecontext.cxx78 mrTableStylePart.getComplexFont().setAttributes( aAttribs ); in createFastChildContext()
H A Dtablecell.cxx119 aTextCharProps.maComplexFont = rTableStylePart.getComplexFont(); in applyTableStylePart()