Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/table/
H A Dtablestylecellstylecontext.cxx87 ShapeStyleRef& rLineStyleRef = mrTableStylePart.getStyleRefs()[ mnLineType ]; in createFastChildContext()
104 ShapeStyleRef& rStyleRef = mrTableStylePart.getStyleRefs()[ XML_fillRef ]; in createFastChildContext()
H A Dtablestyletextstylecontext.cxx89 ShapeStyleRef& rFontStyle = mrTableStylePart.getStyleRefs()[ XML_fontRef ]; in createFastChildContext()
/trunk/main/oox/inc/oox/drawingml/table/
H A Dtablestylepart.hxx56 ::oox::drawingml::ShapeStyleRefMap& getStyleRefs(){ return maStyleRefs; } in getStyleRefs() function in oox::drawingml::table::TableStylePart