Home
last modified time | relevance | path

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

/aoo42x/main/sdext/source/pdfimport/tree/
H A Ddrawtreevisiting.cxx1006 double page_width = convPx2mm( elem.w ), page_height = convPx2mm( elem.h ); in visit() local
1042 if( top_margin > page_height/2.0 - 10 ) in visit()
1044 if( bottom_margin > page_height/2.0 - 10 ) in visit()
1075 aPageLayoutProps[ USTR( "fo:page-height" ) ] = unitMMString( page_height ); in visit()
H A Dwritertreevisiting.cxx1076 double page_width = convPx2mm( elem.w ), page_height = convPx2mm( elem.h ); in visit() local
1130 if( top_margin > page_height/2.0 - 10 ) in visit()
1132 if( bottom_margin > page_height/2.0 - 10 ) in visit()
1159 aPageLayoutProps[ USTR( "fo:page-height" ) ] = unitMMString( page_height ); in visit()

Completed in 34 milliseconds