Home
last modified time | relevance | path

Searched refs:ShapeStyleRef (Results 1 – 7 of 7) sorted by relevance

/trunk/main/oox/inc/oox/drawingml/
H A Dshape.hxx50 struct ShapeStyleRef struct
56 typedef ::std::map< sal_Int32, ShapeStyleRef > ShapeStyleRefMap;
129 const ShapeStyleRef* getShapeStyleRef( sal_Int32 nRefType ) const;
/trunk/main/oox/source/drawingml/
H A Dshape.cxx150 const ShapeStyleRef* Shape::getShapeStyleRef( sal_Int32 nRefType ) const in getShapeStyleRef()
422 if( const ShapeStyleRef* pLineRef = getShapeStyleRef( XML_lnRef ) ) in createAndInsert()
428 if( const ShapeStyleRef* pFillRef = getShapeStyleRef( XML_fillRef ) ) in createAndInsert()
501 if( const ShapeStyleRef* pFontRef = getShapeStyleRef( XML_fontRef ) ) in createAndInsert()
H A Dshapestylecontext.cxx70 ShapeStyleRef& rStyleRef = mrShape.getShapeStyleRefs()[ nToken ]; in createFastChildContext()
/trunk/main/oox/inc/oox/drawingml/table/
H A Dtablestyle.hxx43 ::oox::drawingml::ShapeStyleRef& getBackgroundFillStyleRef(){ return maFillStyleRef; } in getBackgroundFillStyleRef()
66 ::oox::drawingml::ShapeStyleRef maFillStyleRef;
/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 Dtablebackgroundstylecontext.cxx67 ShapeStyleRef& rStyleRef = mrTableStyle.getBackgroundFillStyleRef(); in createFastChildContext()
H A Dtablestyletextstylecontext.cxx89 ShapeStyleRef& rFontStyle = mrTableStylePart.getStyleRefs()[ XML_fontRef ]; in createFastChildContext()

Completed in 28 milliseconds