Lines Matching refs:USTR

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()
226 rProps[ USTR( "svg:x" ) ] = convertPixelToUnitString( rel_x ); in fillFrameProps()
227 rProps[ USTR( "svg:y" ) ] = convertPixelToUnitString( rel_y ); in fillFrameProps()
270 rProps[ USTR( "draw:transform" ) ] = aBuf.makeStringAndClear(); in fillFrameProps()
360 aProps[ USTR( "svg:viewBox" ) ] = aBuf.makeStringAndClear(); in visit()
361 …aProps[ USTR( "svg:d" ) ] = basegfx::tools::exportToSvgD( elem.PolyPoly, true, true, false ); in visit()
380 …aPageProps[ USTR( "draw:master-page-name" ) ] = m_rEmitContext.rStyles.getStyleName( elem.StyleId … in visit()
807 aProps[ USTR( "style:family" ) ] = USTR( "graphic" ); in visit()
808 aProps[ USTR( "style:parent-style-name") ] = USTR( "standard" ); in visit()
817 aGCProps[ USTR("draw:stroke") ] = rGC.DashArray.empty() ? USTR("solid") : USTR("dash"); in visit()
818 aGCProps[ USTR("svg:stroke-color") ] = getColorString( rGC.LineColor ); in visit()
827 aGCProps[ USTR("svg:stroke-width") ] = rtl::OUString::valueOf( aVec.getLength() ); in visit()
832 aGCProps[ USTR("draw:stroke") ] = USTR("none"); in visit()
838 aGCProps[ USTR("draw:fill") ] = USTR("solid"); in visit()
839 aGCProps[ USTR("draw:fill-color") ] = getColorString( rGC.FillColor ); in visit()
843 aGCProps[ USTR("draw:fill") ] = USTR("none"); in visit()
861 aProps[ USTR( "style:family" ) ] = USTR( "text" ); in visit()
866 aFontProps[ USTR( "fo:font-family" ) ] = rFont.familyName; in visit()
867 aFontProps[ USTR( "style:font-family-complex" ) ] = rFont.familyName; in visit()
872 aFontProps[ USTR( "fo:font-weight" ) ] = USTR( "bold" ); in visit()
873 aFontProps[ USTR( "fo:font-weight-asian" ) ] = USTR( "bold" ); in visit()
874 aFontProps[ USTR( "style:font-weight-complex" ) ] = USTR( "bold" ); in visit()
879 aFontProps[ USTR( "fo:font-style" ) ] = USTR( "italic" ); in visit()
880 aFontProps[ USTR( "fo:font-style-asian" ) ] = USTR( "italic" ); in visit()
881 aFontProps[ USTR( "style:font-style-complex" ) ] = USTR( "italic" ); in visit()
886 aFontProps[ USTR( "style:text-underline-style" ) ] = USTR( "solid" ); in visit()
887 aFontProps[ USTR( "style:text-underline-width" ) ] = USTR( "auto" ); in visit()
888 aFontProps[ USTR( "style:text-underline-color" ) ] = USTR( "font-color" ); in visit()
893 aFontProps[ USTR( "style:text-outline" ) ] = USTR( "true" ); in visit()
900 aFontProps[ USTR( "fo:font-size" ) ] = aFSize; in visit()
901 aFontProps[ USTR( "style:font-size-asian" ) ] = aFSize; in visit()
902 aFontProps[ USTR( "style:font-size-complex" ) ] = aFSize; in visit()
905 …aFontProps[ USTR( "fo:color" ) ] = getColorString( rFont.isOutline ? rGC.LineColo… in visit()
917 aProps[ USTR( "style:family" ) ] = USTR( "paragraph" ); in visit()
923 aParProps[ USTR("fo:text-align")] = USTR("start"); in visit()
925 aParProps[ USTR("style:writing-mode")] = USTR("rl-tb"); in visit()
927 aParProps[ USTR("style:writing-mode")] = USTR("lr-tb"); in visit()
961 aProps[ USTR( "style:family" ) ] = USTR( "graphic" ); in visit()
962 aProps[ USTR( "style:parent-style-name") ] = USTR( "standard" ); in visit()
968 aGCProps[ USTR("draw:stroke") ] = USTR("none"); in visit()
969 aGCProps[ USTR("draw:fill") ] = USTR("none"); in visit()
970 aGCProps[ USTR("draw:auto-grow-height") ] = USTR("true"); in visit()
971 aGCProps[ USTR("draw:auto-grow-width") ] = USTR("true"); in visit()
972 aGCProps[ USTR("draw:textarea-horizontal-align") ] = USTR("left"); in visit()
973 aGCProps[ USTR("draw:textarea-vertical-align") ] = USTR("top"); in visit()
974 aGCProps[ USTR("fo:min-height")] = USTR("0cm"); in visit()
975 aGCProps[ USTR("fo:min-width")] = USTR("0cm"); in visit()
976 aGCProps[ USTR("fo:padding-top") ] = USTR("0cm"); in visit()
977 aGCProps[ USTR("fo:padding-left") ] = USTR("0cm"); in visit()
978 aGCProps[ USTR("fo:padding-right") ] = USTR("0cm"); in visit()
979 aGCProps[ USTR("fo:padding-bottom") ] = USTR("0cm"); in visit()
986 aGCProps[ USTR("style:mirror") ] = USTR("horizontal"); in visit()
1070 aPageLayoutProps[ USTR( "fo:margin-top" ) ] = unitMMString( top_margin ); in visit()
1071 aPageLayoutProps[ USTR( "fo:margin-bottom" ) ] = unitMMString( bottom_margin ); in visit()
1072 aPageLayoutProps[ USTR( "fo:margin-left" ) ] = unitMMString( left_margin ); in visit()
1073 aPageLayoutProps[ USTR( "fo:margin-right" ) ] = unitMMString( right_margin ); in visit()
1074 aPageLayoutProps[ USTR( "fo:page-width" ) ] = unitMMString( page_width ); in visit()
1075 aPageLayoutProps[ USTR( "fo:page-height" ) ] = unitMMString( page_height ); in visit()
1076 …aPageLayoutProps[ USTR( "style:print-orientation" ) ]= elem.w < elem.h ? USTR( "portrait" ) : USTR in visit()
1077 aPageLayoutProps[ USTR( "style:writing-mode" ) ]= USTR( "lr-tb" ); in visit()
1086 aPageProps[ USTR( "style:page-layout-name" ) ] = aMasterPageLayoutName; in visit()