Home
last modified time | relevance | path

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

/trunk/main/sdext/source/pdfimport/tree/
H A Ddrawtreevisiting.cxx100 aProps[ USTR( "xlink:type" ) ] = USTR( "simple" ); in visit()
103 aProps[ USTR( "xlink:show" ) ] = USTR( "new" ); in visit()
159 aProps[ USTR( "text:c" ) ] = USTR( "1" ); in visit()
807 aProps[ USTR( "style:family" ) ] = USTR( "graphic" ); in visit()
817 aGCProps[ USTR("draw:stroke") ] = rGC.DashArray.empty() ? USTR("solid") : USTR("dash"); in visit()
832 aGCProps[ USTR("draw:stroke") ] = USTR("none"); in visit()
838 aGCProps[ USTR("draw:fill") ] = USTR("solid"); in visit()
843 aGCProps[ USTR("draw:fill") ] = USTR("none"); in visit()
861 aProps[ USTR( "style:family" ) ] = USTR( "text" ); in visit()
917 aProps[ USTR( "style:family" ) ] = USTR( "paragraph" ); in visit()
[all …]
H A Dwritertreevisiting.cxx50 aProps[ USTR( "xlink:type" ) ] = USTR( "simple" ); in visit()
53 aProps[ USTR( "xlink:show" ) ] = USTR( "new" ); in visit()
847 aProps[ USTR( "style:family" ) ] = USTR( "graphic" ); in visit()
854 aGCProps[ USTR("draw:stroke") ] = rGC.DashArray.empty() ? USTR("solid") : USTR("dash"); in visit()
869 aGCProps[ USTR("draw:stroke") ] = USTR("none"); in visit()
875 aGCProps[ USTR("draw:fill") ] = USTR("solid"); in visit()
880 aGCProps[ USTR("draw:fill") ] = USTR("none"); in visit()
898 aProps[ USTR( "style:family" ) ] = USTR( "text" ); in visit()
1027 aProps[ USTR( "style:family" ) ] = USTR( "graphic" ); in visit()
1031 aGCProps[ USTR("draw:stroke") ] = USTR("none"); in visit()
[all …]
H A Dpdfiprocessor.cxx852 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()
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()
861 aProps[ USTR( "xmlns:number" )] = USTR( OASIS_STR "datastyle:1.0" ); in emit()
862 aProps[ USTR( "xmlns:presentation" )] = USTR( OASIS_STR "presentation:1.0" ); in emit()
864 aProps[ USTR( "xmlns:form" )] = USTR( OASIS_STR "form:1.0" ); in emit()
865 aProps[ USTR( "xmlns:script" )] = USTR( OASIS_STR "script:1.0" ); in emit()
870 aProps[ USTR( "office:version" ) ] = USTR( "1.0" ); in emit()
[all …]
H A Dstyle.cxx38 #define USTR(x) rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( x ) ) macro
87 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()
H A Dpdfiprocessor.hxx298 #define USTR(x) rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( x ) ) macro
/trunk/main/sdext/source/pdfimport/inc/
H A Dpdfihelper.hxx196 #define USTR(x) rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( x ) ) macro

Completed in 56 milliseconds