Lines Matching refs:pDashStyle
581 const char *pDashStyle = NULL; in Commit() local
584 case ESCHER_LineSolid: pDashStyle = "solid"; break; in Commit()
585 case ESCHER_LineDashSys: pDashStyle = "shortdash"; break; in Commit()
586 case ESCHER_LineDotSys: pDashStyle = "shortdot"; break; in Commit()
587 case ESCHER_LineDashDotSys: pDashStyle = "shortdashdot"; break; in Commit()
588 … case ESCHER_LineDashDotDotSys: pDashStyle = "shortdashdotdot"; break; in Commit()
589 case ESCHER_LineDotGEL: pDashStyle = "dot"; break; in Commit()
590 case ESCHER_LineDashGEL: pDashStyle = "dash"; break; in Commit()
591 case ESCHER_LineLongDashGEL: pDashStyle = "longdash"; break; in Commit()
592 case ESCHER_LineDashDotGEL: pDashStyle = "dashdot"; break; in Commit()
593 case ESCHER_LineLongDashDotGEL: pDashStyle = "longdashdot"; break; in Commit()
594 case ESCHER_LineLongDashDotDotGEL: pDashStyle = "longdashdotdot"; break; in Commit()
596 if ( pDashStyle ) in Commit()
597 pAttrList->add( XML_dashstyle, pDashStyle ); in Commit()