Lines Matching refs:h
145 rProps[ USTR( "svg:height" ) ] = convertPixelToUnitString( rElem.h ); in fillFrameProps()
282 aBuf.append( convPx2mmPrec2(elem.h)*100.0 ); in visit()
447 if( pPrevPara->y + pPrevPara->h + 2*head_line_height > elem.y ) in visit()
515 …fCurLineHeight = (fCurLineHeight*double(nCurLineElements) + pTestText->h)/double(nCurLineElements+… in visit()
532 if( pCurPara && pDraw->y < pCurPara->y + pCurPara->h ) in visit()
534 if( pDraw->h < fCurLineHeight * 1.5 ) in visit()
537 … fCurLineHeight = (fCurLineHeight*double(nCurLineElements) + pDraw->h)/double(nCurLineElements+1); in visit()
554 pDraw->h < pText->h*1.5 && // and it is approx the same height in visit()
556 ( ( pDraw->y >= pText->y && pDraw->y <= pText->y+pText->h ) || in visit()
557 ( pDraw->y+pDraw->h >= pText->y && pDraw->y+pDraw->h <= pText->y+pText->h ) in visit()
562 fCurLineHeight = pDraw->h; in visit()
594 if( pGeo->y > pCurPara->y+pCurPara->h + fCurLineHeight*0.5 ) in visit()
596 else if( pGeo->y > (pCurPara->y+pCurPara->h - fCurLineHeight*0.05) ) in visit()
611 … fCurLineHeight = (fCurLineHeight*double(nCurLineElements) + pGeo->h)/double(nCurLineElements+1); in visit()
620 fCurLineHeight = pGeo->h; in visit()
675 if( pPara->y+pPara->h < rElem.h*0.15 && pPara->isSingleLined( m_rProcessor ) ) in checkHeaderAndFooter()
683 if( pNextPara && pNextPara->y > pPara->y+pPara->h*2 ) in checkHeaderAndFooter()
702 if( pPara->y > rElem.h*0.85 && pPara->isSingleLined( m_rProcessor ) ) in checkHeaderAndFooter()
710 if( pNextPara && pNextPara->y < pPara->y-pPara->h*2 ) in checkHeaderAndFooter()
765 if( pNext->y > pCur->y+pCur->h ) in optimizeTextElements()
789 if( pCur->x + pCur->w + pNext->h*0.15 < pNext->x ) in optimizeTextElements()
959 double p_h = elem.Parent->h; in visit()
1001 if( pNextPara->y - (elem.y+elem.h) > convmm2Px( 10 ) ) in visit()
1004 aBuf.append( convPx2mm( pNextPara->y - (elem.y+elem.h) ) ); in visit()
1076 double page_width = convPx2mm( elem.w ), page_height = convPx2mm( elem.h ); in visit()
1079 elem.TopMargin = elem.h, elem.BottomMargin = 0, elem.LeftMargin = elem.w, elem.RightMargin = 0; in visit()
1092 if( (*it)->y + (*it)->h > elem.h - elem.BottomMargin ) in visit()
1093 elem.BottomMargin = elem.h - ((*it)->y + (*it)->h); in visit()
1100 …if( elem.FooterElement && elem.FooterElement->y+elem.FooterElement->h > elem.h - elem.BottomMargin… in visit()
1101 elem.BottomMargin = elem.h - (elem.FooterElement->y + elem.FooterElement->h); in visit()
1161 = elem.w < elem.h ? USTR( "portrait" ) : USTR( "landscape" ); in visit()