Home
last modified time | relevance | path

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

/aoo4110/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()
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()
596 if ( pDashStyle ) in Commit()
[all …]

Completed in 10 milliseconds