Home
last modified time | relevance | path

Searched refs:bottom_margin (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sdext/source/pdfimport/tree/
H A Dwritertreevisiting.cxx1107 double bottom_margin = convPx2mm( elem.BottomMargin ); in visit() local
1114 bottom_margin = 10; in visit()
1122bottom_margin = rtl_math_round( bottom_margin, bottom_margin >= 10 ? -1 : 0, rtl_math_RoundingMo… in visit()
1132 if( bottom_margin > page_height/2.0 - 10 ) in visit()
1133 bottom_margin = 10; in visit()
1142 if( bottom_margin < 0 ) in visit()
1143 bottom_margin = 0; in visit()
1152 elem.BottomMargin = convmm2Px( bottom_margin ); in visit()
1163 aPageLayoutProps[ USTR( "fo:margin-bottom" ) ] = unitMMString( bottom_margin ); in visit()
H A Ddrawtreevisiting.cxx1027 double bottom_margin = convPx2mm( elem.BottomMargin ); in visit() local
1034bottom_margin = rtl_math_round( bottom_margin, bottom_margin >= 10 ? -1 : 0, rtl_math_RoundingMo… in visit()
1044 if( bottom_margin > page_height/2.0 - 10 ) in visit()
1045 bottom_margin = 10; in visit()
1054 if( bottom_margin < 0 ) in visit()
1055 bottom_margin = 0; in visit()
1064 elem.BottomMargin = convmm2Px( bottom_margin ); in visit()
1071 aPageLayoutProps[ USTR( "fo:margin-bottom" ) ] = unitMMString( bottom_margin ); in visit()

Completed in 21 milliseconds