Searched refs:getLineProperties (Results 1 – 5 of 5) sorted by relevance
84 inline LineProperties& getLineProperties() { return *mpLinePropertiesPtr; } in getLineProperties() function in oox::drawingml::Shape85 inline const LineProperties& getLineProperties() const { return *mpLinePropertiesPtr; } in getLineProperties() function in oox::drawingml::Shape
93 xRet.set( new LinePropertiesContext( *this, xAttribs, mrShape.getLineProperties() ) ); in createFastChildContext()
442 aLineProperties.assignUsed( getLineProperties() ); in createAndInsert()
892 aLineProps.assignUsed( rxShapeProp->getLineProperties() ); in convertFormatting()1182 return !rxShapeProp || !rxShapeProp->getLineProperties().maLineFill.moFillType.has(); in isAutomaticLine()
151 … mrModel.mxShapeProp.getOrCreate().getLineProperties().maLineFill.moFillType = XML_noFill; in convertFromModel()
Completed in 39 milliseconds