Home
last modified time | relevance | path

Searched refs:convertPixelToUnitString (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sdext/source/pdfimport/tree/
H A Ddrawtreevisiting.cxx219 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()
H A Dwritertreevisiting.cxx144 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()
/aoo4110/main/sdext/source/pdfimport/misc/
H A Dpdfihelper.cxx67 rtl::OUString pdfi::convertPixelToUnitString( double fPix ) in convertPixelToUnitString() function in pdfi
/aoo4110/main/sdext/source/pdfimport/inc/
H A Dpdfihelper.hxx54 rtl::OUString convertPixelToUnitString( double fPix );

Completed in 31 milliseconds