Lines Matching refs:rProps
112 PropertyMap& rProps, in fillFrameProps() argument
129 rProps[ USTR( "text:anchor-type" ) ] = 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()