Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/export/
H A Dvmlexport.cxx351 const char *pWrapType = NULL; in Commit() local
355 …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 15 milliseconds