Searched refs:USS (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/oox/source/export/ |
H A D | shapes.cxx | 452 const char* sPresetShape = lcl_GetPresetGeometry( USS( sShapeType ) ); in WriteCustomShape() 453 DBG(printf("custom shape type: %s ==> %s\n", USS( sShapeType ), sPresetShape)); in WriteCustomShape() 465 DBG(printf("geometry property: %s\n", USS( rProp.Name ))); in WriteCustomShape() 622 …XML_name, bHaveName ? USS( sName ) : (OString("Picture ") + OString::valueOf( mnPictureIdMax++ )… in WriteGraphicObjectShape() 623 XML_descr, bHaveDesc ? USS( sDescr ) : NULL, in WriteGraphicObjectShape() 899 DBG( printf( "write shape: %s\n", USS( sShapeType ) ) ); in WriteShape() 900 NameToConvertMapType::const_iterator aConverter = lcl_GetConverters().find( USS( sShapeType ) ); in WriteShape() 960 return maHashFunction( USS( rXShape->getShapeType() ) ); in operator ()()
|
H A D | drawingml.cxx | 401 …DBG(printf ("begin: %ld %s\n", long( sizeof( aURLBegin ) ), USS( rURL ) + sizeof( aURLBegin ) - 1 … in WriteImage() 718 XML_lang, usLanguage.getLength() ? USS( usLanguage ) : NULL, in WriteRunProperties() 751 typeface = USS( usTypeface ); in WriteRunProperties() 773 typeface = USS( usTypeface ); in WriteRunProperties() 1012 … mpFS->singleElementNS( XML_a, XML_blip, FSNS( XML_r, XML_embed ), USS( sRelId ), FSEND ); in WriteParagraphNumbering() 1028 … mpFS->singleElementNS( XML_a, XML_buChar, XML_char, USS( OUString( aBulletChar ) ), FSEND ); in WriteParagraphNumbering()
|
/aoo42x/main/oox/inc/oox/export/ |
H A D | utils.hxx | 34 #define USS(x) OUStringToOString( x, RTL_TEXTENCODING_UTF8 ).getStr() macro
|
Completed in 19 milliseconds