Searched refs:pWrapType (Results 1 – 1 of 1) sorted by relevance
351 const char *pWrapType = NULL; in Commit() local355 …case ESCHER_WrapByPoints: pWrapType = "square"; break; // these two are equivalent according to t… in Commit()356 case ESCHER_WrapNone: pWrapType = "none"; break; in Commit()357 case ESCHER_WrapTopBottom: pWrapType = "topAndBottom"; break; in Commit()358 case ESCHER_WrapThrough: pWrapType = "through"; break; in Commit()360 if ( pWrapType ) in Commit()362 FSNS( XML_w10, XML_type ), pWrapType, in Commit()
Completed in 10 milliseconds