Lines Matching refs:aStroke
570 SvtGraphicStroke aStroke; in playMetafile() local
571 aMemStm >> aStroke; in playMetafile()
574 aStroke.getPath( aPath ); in playMetafile()
578 double fTransparency( aStroke.getTransparency() ); in playMetafile()
579 double fStrokeWidth( aStroke.getStrokeWidth() ); in playMetafile()
582 aStroke.getStartArrow( aStartArrow ); in playMetafile()
583 aStroke.getEndArrow( aEndArrow ); in playMetafile()
584 aStroke.getDashArray( aDashArray ); in playMetafile()
596 aInfo.m_fMiterLimit = aStroke.getMiterLimit(); in playMetafile()
597 switch( aStroke.getCapType() ) in playMetafile()
604 switch( aStroke.getJoinType() ) in playMetafile()
617 if(SvtGraphicStroke::joinNone == aStroke.getJoinType() in playMetafile()