Searched refs:aPageLayoutProps (Results 1 – 2 of 2) sorted by relevance
1068 PropertyMap aPageLayoutProps; in visit() local1070 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()1080 StyleContainer::Style aSubStyle( "style:page-layout-properties", aPageLayoutProps); in visit()
1156 PropertyMap aPageLayoutProps; in visit() local1158 aPageLayoutProps[ USTR( "fo:page-width" ) ] = unitMMString( page_width ); in visit()1159 aPageLayoutProps[ USTR( "fo:page-height" ) ] = unitMMString( page_height ); in visit()1160 aPageLayoutProps[ USTR( "style:print-orientation" ) ] 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()1166 aPageLayoutProps[ USTR( "style:writing-mode" ) ]= USTR( "lr-tb" ); in visit()1169 StyleContainer::Style aSubStyle( "style:page-layout-properties", aPageLayoutProps); in visit()
Completed in 19 milliseconds