Lines Matching refs:USTR

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()
143 rProps[ USTR( "draw:style-name" )] = rEmitContext.rStyles.getStyleName( rElem.StyleId ); in fillFrameProps()
144 rProps[ USTR( "svg:width" ) ] = convertPixelToUnitString( rElem.w ); in fillFrameProps()
145 rProps[ USTR( "svg:height" ) ] = convertPixelToUnitString( rElem.h ); in fillFrameProps()
153 rProps[ USTR( "svg:x" ) ] = convertPixelToUnitString( rel_x ); in fillFrameProps()
154 rProps[ USTR( "svg:y" ) ] = convertPixelToUnitString( rel_y ); in fillFrameProps()
196 rProps[ USTR( "draw:transform" ) ] = aBuf.makeStringAndClear(); in fillFrameProps()
283 aProps[ USTR( "svg:viewBox" ) ] = aBuf.makeStringAndClear(); in visit()
284 …aProps[ USTR( "svg:d" ) ] = basegfx::tools::exportToSvgD( elem.PolyPoly, true, true, false ); 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()
855 aGCProps[ USTR("svg:stroke-color") ] = getColorString( rGC.LineColor ); in visit()
864 aGCProps[ USTR("svg:stroke-width") ] = rtl::OUString::valueOf( aVec.getLength() ); in visit()
869 aGCProps[ USTR("draw:stroke") ] = USTR("none"); in visit()
875 aGCProps[ USTR("draw:fill") ] = USTR("solid"); in visit()
876 aGCProps[ USTR("draw:fill-color") ] = getColorString( rGC.FillColor ); in visit()
880 aGCProps[ USTR("draw:fill") ] = USTR("none"); in visit()
898 aProps[ USTR( "style:family" ) ] = USTR( "text" ); in visit()
903 aFontProps[ USTR( "fo:font-family" ) ] = rFont.familyName; in visit()
907 aFontProps[ USTR( "fo:font-weight" ) ] = USTR( "bold" ); in visit()
908 aFontProps[ USTR( "fo:font-weight-asian" ) ] = USTR( "bold" ); in visit()
909 aFontProps[ USTR( "fo:font-weight-complex" ) ] = USTR( "bold" ); in visit()
914 aFontProps[ USTR( "fo:font-style" ) ] = USTR( "italic" ); in visit()
915 aFontProps[ USTR( "fo:font-style-asian" ) ] = USTR( "italic" ); in visit()
916 aFontProps[ USTR( "fo:font-style-complex" ) ] = USTR( "italic" ); in visit()
921 aFontProps[ USTR( "style:text-underline-style" ) ] = USTR( "solid" ); in visit()
922 aFontProps[ USTR( "style:text-underline-width" ) ] = USTR( "auto" ); in visit()
923 aFontProps[ USTR( "style:text-underline-color" ) ] = USTR( "font-color" ); in visit()
928 aFontProps[ USTR( "style:text-outline" ) ] = USTR( "true" ); in visit()
935 aFontProps[ USTR( "fo:font-size" ) ] = aFSize; in visit()
936 aFontProps[ USTR( "style:font-size-asian" ) ] = aFSize; in visit()
937 aFontProps[ USTR( "style:font-size-complex" ) ] = aFSize; in visit()
940 …aFontProps[ USTR( "fo:color" ) ] = getColorString( rFont.isOutline ? rGC.LineColo… in visit()
981 aParaProps[ USTR( "fo:text-align" ) ] = USTR( "center" ); in visit()
990 aParaProps[ USTR( "fo:margin-left" ) ] = aBuf.makeStringAndClear(); in visit()
1006 aParaProps[ USTR( "fo:margin-bottom" ) ] = aBuf.makeStringAndClear(); in visit()
1014 aProps[ USTR( "style:family" ) ] = USTR( "paragraph" ); in visit()
1027 aProps[ USTR( "style:family" ) ] = USTR( "graphic" ); in visit()
1031 aGCProps[ USTR("draw:stroke") ] = USTR("none"); in visit()
1032 aGCProps[ USTR("draw:fill") ] = USTR("none"); in visit()
1058 aProps[ USTR( "style:family" ) ] = USTR( "paragraph" ); in setFirstOnPage()
1059 aProps[ USTR( "style:master-page-name" ) ] = rMasterPageName; in setFirstOnPage()
1158 aPageLayoutProps[ USTR( "fo:page-width" ) ] = unitMMString( page_width ); in visit()
1159 aPageLayoutProps[ USTR( "fo:page-height" ) ] = unitMMString( page_height ); in visit()
1160 aPageLayoutProps[ USTR( "style:print-orientation" ) ] in visit()
1161 = elem.w < elem.h ? USTR( "portrait" ) : USTR( "landscape" ); in visit()
1162 aPageLayoutProps[ USTR( "fo:margin-top" ) ] = unitMMString( top_margin ); in visit()
1163 aPageLayoutProps[ USTR( "fo:margin-bottom" ) ] = unitMMString( bottom_margin ); in visit()
1164 aPageLayoutProps[ USTR( "fo:margin-left" ) ] = unitMMString( left_margin ); in visit()
1165 aPageLayoutProps[ USTR( "fo:margin-right" ) ] = unitMMString( right_margin ); in visit()
1166 aPageLayoutProps[ USTR( "style:writing-mode" ) ]= USTR( "lr-tb" ); in visit()
1175 aPageProps[ USTR( "style:page-layout-name" ) ] = aMasterPageLayoutName; in visit()