Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/
H A Dlinepropertiescontext.cxx92 …LineArrowProperties& rArrowProps = bTailEnd ? mrLineProperties.maEndArrow : mrLineProperties.maSta… in createFastChildContext() local
93 rArrowProps.moArrowType = aAttribs.getToken( XML_type ); in createFastChildContext()
94 rArrowProps.moArrowWidth = aAttribs.getToken( XML_w ); in createFastChildContext()
95 rArrowProps.moArrowLength = aAttribs.getToken( XML_len ); in createFastChildContext()
H A Dlineproperties.cxx177 const LineArrowProperties& rArrowProps, sal_Int32 nLineWidth, bool bLineEnd ) in lclPushMarkerProperties() argument
186 sal_Int32 nArrowType = rArrowProps.moArrowType.get( XML_none ); in lclPushMarkerProperties()
210 sal_Int32 nLength = lclGetArrowSize( rArrowProps.moArrowLength.get( XML_med ) ); in lclPushMarkerProperties()
211 sal_Int32 nWidth = lclGetArrowSize( rArrowProps.moArrowWidth.get( XML_med ) ); in lclPushMarkerProperties()
246 switch( rArrowProps.moArrowType.get() ) in lclPushMarkerProperties()

Completed in 15 milliseconds