Home
last modified time | relevance | path

Searched refs:getLineProperties (Results 1 – 5 of 5) sorted by relevance

/trunk/main/oox/inc/oox/drawingml/
H A Dshape.hxx84 inline LineProperties& getLineProperties() { return *mpLinePropertiesPtr; } in getLineProperties() function in oox::drawingml::Shape
85 inline const LineProperties& getLineProperties() const { return *mpLinePropertiesPtr; } in getLineProperties() function in oox::drawingml::Shape
/trunk/main/oox/source/drawingml/
H A Dshapepropertiescontext.cxx93 xRet.set( new LinePropertiesContext( *this, xAttribs, mrShape.getLineProperties() ) ); in createFastChildContext()
H A Dshape.cxx442 aLineProperties.assignUsed( getLineProperties() ); in createAndInsert()
/trunk/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx892 aLineProps.assignUsed( rxShapeProp->getLineProperties() ); in convertFormatting()
1182 return !rxShapeProp || !rxShapeProp->getLineProperties().maLineFill.moFillType.has(); in isAutomaticLine()
H A Daxisconverter.cxx151 … mrModel.mxShapeProp.getOrCreate().getLineProperties().maLineFill.moFillType = XML_noFill; in convertFromModel()

Completed in 39 milliseconds