Home
last modified time | relevance | path

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

/AOO41X/main/oox/source/export/
H A Dvmlexport.cxx581 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()
[all …]