Searched refs:ShapeStyleRef (Results 1 – 7 of 7) sorted by relevance
50 struct ShapeStyleRef struct56 typedef ::std::map< sal_Int32, ShapeStyleRef > ShapeStyleRefMap;129 const ShapeStyleRef* getShapeStyleRef( sal_Int32 nRefType ) const;
150 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()
70 ShapeStyleRef& rStyleRef = mrShape.getShapeStyleRefs()[ nToken ]; in createFastChildContext()
43 ::oox::drawingml::ShapeStyleRef& getBackgroundFillStyleRef(){ return maFillStyleRef; } in getBackgroundFillStyleRef()66 ::oox::drawingml::ShapeStyleRef maFillStyleRef;
87 ShapeStyleRef& rLineStyleRef = mrTableStylePart.getStyleRefs()[ mnLineType ]; in createFastChildContext()104 ShapeStyleRef& rStyleRef = mrTableStylePart.getStyleRefs()[ XML_fillRef ]; in createFastChildContext()
67 ShapeStyleRef& rStyleRef = mrTableStyle.getBackgroundFillStyleRef(); in createFastChildContext()
89 ShapeStyleRef& rFontStyle = mrTableStylePart.getStyleRefs()[ XML_fontRef ]; in createFastChildContext()
Completed in 28 milliseconds