Searched refs:unitMMString (Results 1 – 4 of 4) sorted by relevance
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()
1158 aPageLayoutProps[ USTR( "fo:page-width" ) ] = unitMMString( page_width ); in visit()1159 aPageLayoutProps[ USTR( "fo:page-height" ) ] = unitMMString( page_height ); 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()
58 rtl::OUString pdfi::unitMMString( double fMM ) in unitMMString() function in pdfi
55 rtl::OUString unitMMString( double fMM );
Completed in 41 milliseconds