Home
last modified time | relevance | path

Searched refs:mrLineProperties (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/drawingml/
H A Dlinepropertiescontext.cxx43 , mrLineProperties( rLineProperties ) in LinePropertiesContext()
46 mrLineProperties.moLineWidth = aAttribs.getInteger( XML_w ); in LinePropertiesContext()
47 mrLineProperties.moLineCompound = aAttribs.getToken( XML_cmpd ); in LinePropertiesContext()
48 mrLineProperties.moLineCap = aAttribs.getToken( XML_cap ); in LinePropertiesContext()
66 …FillPropertiesContext::createFillContext( *this, nElement, xAttribs, mrLineProperties.maLineFill ); in createFastChildContext()
71 mrLineProperties.moPresetDash = aAttribs.getToken( XML_val ); in createFastChildContext()
77 mrLineProperties.maCustomDash.push_back( LineProperties::DashStop( in createFastChildContext()
85 mrLineProperties.moLineJoint = getBaseToken( nElement ); in createFastChildContext()
92 …LineArrowProperties& rArrowProps = bTailEnd ? mrLineProperties.maEndArrow : mrLineProperties.maSta… in createFastChildContext()
/trunk/main/oox/inc/oox/drawingml/
H A Dlinepropertiescontext.hxx48 LineProperties& mrLineProperties; member in oox::drawingml::LinePropertiesContext

Completed in 12 milliseconds