Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/export/
H A Dvmlexport.cxx418 const char *pWrapType = nullptr; in Commit() local
422 …case ESCHER_WrapByPoints: pWrapType = "square"; break; // these two are equivalent according to t… in Commit()
423 case ESCHER_WrapNone: pWrapType = "none"; break; in Commit()
424 case ESCHER_WrapTopBottom: pWrapType = "topAndBottom"; break; in Commit()
425 case ESCHER_WrapThrough: pWrapType = "through"; break; in Commit()
427 if ( pWrapType ) in Commit()
428 m_pSerializer->singleElementNS(XML_w10, XML_wrap, XML_type, pWrapType); in Commit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/export/
H A Dvmlexport.cxx416 const char *pWrapType = nullptr; in Commit() local
420 …case ESCHER_WrapByPoints: pWrapType = "square"; break; // these two are equivalent according to t… in Commit()
421 case ESCHER_WrapNone: pWrapType = "none"; break; in Commit()
426 if ( pWrapType ) in Commit()
429 m_ShapeStyle.append(pWrapType); in Commit()