Searched refs:convertPixelToUnitString (Results 1 – 4 of 4) sorted by relevance
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()265 aBuf.append( convertPixelToUnitString( rel_x ) ); in fillFrameProps()267 aBuf.append( convertPixelToUnitString( rel_y ) ); 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()190 aBuf.append( convertPixelToUnitString( rel_x ) ); in fillFrameProps()192 aBuf.append( convertPixelToUnitString( rel_y ) ); in fillFrameProps()
67 rtl::OUString pdfi::convertPixelToUnitString( double fPix ) in convertPixelToUnitString() function in pdfi
56 rtl::OUString convertPixelToUnitString( double fPix );
Completed in 16 milliseconds