Searched refs:USTR (Results 1 – 6 of 6) sorted by relevance
100 aProps[ USTR( "xlink:type" ) ] = USTR( "simple" ); in visit()101 aProps[ USTR( "xlink:href" ) ] = elem.URI; in visit()102 aProps[ USTR( "office:target-frame-name" ) ] = USTR( "_blank" ); in visit()103 aProps[ USTR( "xlink:show" ) ] = USTR( "new" ); in visit()159 aProps[ USTR( "text:c" ) ] = USTR( "1" ); in visit()192 aProps[ USTR( "text:style-name" ) ] = m_rEmitContext.rStyles.getStyleName( elem.StyleId ); in visit()217 rProps[ USTR( "draw:z-index" ) ] = rtl::OUString::valueOf( rElem.ZOrder ); in fillFrameProps()218 rProps[ USTR( "draw:style-name" )] = rEmitContext.rStyles.getStyleName( rElem.StyleId ); in fillFrameProps()219 rProps[ USTR( "svg:width" ) ] = convertPixelToUnitString( rElem.w ); in fillFrameProps()220 rProps[ USTR( "svg:height" ) ] = convertPixelToUnitString( rElem.h ); in fillFrameProps()[all …]
50 aProps[ USTR( "xlink:type" ) ] = USTR( "simple" ); in visit()51 aProps[ USTR( "xlink:href" ) ] = elem.URI; in visit()52 aProps[ USTR( "office:target-frame-name" ) ] = USTR( "_blank" ); in visit()53 aProps[ USTR( "xlink:show" ) ] = USTR( "new" ); in visit()94 aProps[ USTR( "text:style-name" ) ] = m_rEmitContext.rStyles.getStyleName( elem.StyleId ); in visit()129 rProps[ USTR( "text:anchor-type" ) ] = in fillFrameProps()130 rElem.isCharacter ? USTR( "character" ) : USTR( "paragraph" ); in fillFrameProps()135 rProps[ USTR( "text:anchor-type" ) ] = USTR( "page" ); in fillFrameProps()136 rProps[ USTR( "text:anchor-page-number" ) ] = rtl::OUString::valueOf(pPage->PageNumber); in fillFrameProps()142 rProps[ USTR( "draw:z-index" ) ] = rtl::OUString::valueOf( rElem.ZOrder ); in fillFrameProps()[all …]
90 aDefFont.familyName = USTR("Helvetica"); in PDFIProcessor()852 aProps[ USTR( "xmlns:office" ) ] = USTR( OASIS_STR "office:1.0" ); in emit()853 aProps[ USTR( "xmlns:style" ) ] = USTR( OASIS_STR "style:1.0" ); in emit()854 aProps[ USTR( "xmlns:text" ) ] = USTR( OASIS_STR "text:1.0" ); in emit()855 aProps[ USTR( "xmlns:svg" ) ] = USTR( OASIS_STR "svg-compatible:1.0" ); in emit()856 aProps[ USTR( "xmlns:table" ) ] = USTR( OASIS_STR "table:1.0" ); in emit()857 aProps[ USTR( "xmlns:draw" ) ] = USTR( OASIS_STR "drawing:1.0" ); in emit()858 aProps[ USTR( "xmlns:fo" ) ] = USTR( OASIS_STR "xsl-fo-compatible:1.0" ); in emit()859 aProps[ USTR( "xmlns:xlink" )] = USTR( "http://www.w3.org/1999/xlink" ); in emit()860 aProps[ USTR( "xmlns:dc" )] = USTR( "http://purl.org/dc/elements/1.1/" ); in emit()[all …]
38 #define USTR(x) rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( x ) ) macro87 aProps[ USTR( "style:family" ) ] = rtl::OStringToOUString( rName, RTL_TEXTENCODING_UTF8 ); in getStandardStyleId()88 aProps[ USTR( "style:name" ) ] = USTR( "standard" ); in getStandardStyleId()164 PropertyMap::const_iterator name_it = rStyle.Properties.find( USTR("style:name") ); in getStyleName()169 PropertyMap::const_iterator fam_it = rStyle.Properties.find( USTR("style:family" ) ); in getStyleName()201 aProps[ USTR( "style:name" ) ] = getStyleName( nStyleId ); in impl_emitStyle()
297 #define USTR(x) rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( x ) ) macro
194 #define USTR(x) rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( x ) ) macro