Lines Matching refs:Height

268 		aPageInnerSize.Height() -= mpPageMasterInfo->GetBorderTop() + mpPageMasterInfo->GetBorderBottom();  in ImpXMLAutoLayoutInfo()
277 aTitleSize.Height() = (long) (aTitleSize.Height() / 2.5); in ImpXMLAutoLayoutInfo()
279 aPos.Y() += long( aTitleSize.Height() * 0.083 ); in ImpXMLAutoLayoutInfo()
285 double fV = (double) aPartArea.Height() / aPageSize.Height(); in ImpXMLAutoLayoutInfo()
290 aSize.Height() = (long) (fH * aPageSize.Height()); in ImpXMLAutoLayoutInfo()
293 aPos.Y() += (aPartArea.Height()- aSize.Height())/ 2; in ImpXMLAutoLayoutInfo()
304 aTitlePos.Y() + long( aTitleSize.Height() * 0.083 )); in ImpXMLAutoLayoutInfo()
307 long( aTitleSize.Height() * 0.167 )); in ImpXMLAutoLayoutInfo()
312 aLPos.Y() + long( aLSize.Height() * 0.472 )); in ImpXMLAutoLayoutInfo()
315 long( aLSize.Height() * 0.444 )); in ImpXMLAutoLayoutInfo()
317 aTitlePos.X() = (aClassicTPos.X() + aClassicTSize.Width()) - aClassicTSize.Height(); in ImpXMLAutoLayoutInfo()
319 aTitleSize.Width() = aClassicTSize.Height(); in ImpXMLAutoLayoutInfo()
320 aTitleSize.Height() = (aClassicLPos.Y() + aClassicLSize.Height()) - aClassicTPos.Y(); in ImpXMLAutoLayoutInfo()
325 aTitlePos.Y() += long( aTitleSize.Height() * 0.083 ); in ImpXMLAutoLayoutInfo()
327 aTitleSize.Height() = long( aTitleSize.Height() * 0.167 ); in ImpXMLAutoLayoutInfo()
340 aLayoutPos.Y() += long( aLayoutSize.Height() * 0.472 ); in ImpXMLAutoLayoutInfo()
342 aLayoutSize.Height() = long( aLayoutSize.Height() * 0.444 ); in ImpXMLAutoLayoutInfo()
349 mnGapY = (aPageSize.Height() - aPageInnerSize.Height()) / 2; in ImpXMLAutoLayoutInfo()
355 mnGapY = aPageSize.Height() / 10; in ImpXMLAutoLayoutInfo()
360 if(mnGapY < aPageInnerSize.Height() / 10) in ImpXMLAutoLayoutInfo()
361 mnGapY = aPageInnerSize.Height() / 10; in ImpXMLAutoLayoutInfo()
369 aTitlePos.Y() + long( aTitleSize.Height() * 0.083 )); in ImpXMLAutoLayoutInfo()
372 long( aTitleSize.Height() * 0.167 )); in ImpXMLAutoLayoutInfo()
375 aLayoutPos.Y() + long( aLayoutSize.Height() * 0.472 )); in ImpXMLAutoLayoutInfo()
378 long( aLayoutSize.Height() * 0.444 )); in ImpXMLAutoLayoutInfo()
383 - (aClassicTSize.Height() + (aClassicLPos.Y() - (aClassicTPos.Y() + aClassicTSize.Height()))); in ImpXMLAutoLayoutInfo()
384 aLayoutSize.Height() = (aClassicLPos.Y() + aClassicLSize.Height()) - aClassicTPos.Y(); in ImpXMLAutoLayoutInfo()
391 aLayoutSize.Height() = long( aLayoutSize.Height() * 0.825 ); in ImpXMLAutoLayoutInfo()
396 aLayoutPos.Y() += long( aLayoutSize.Height() * 0.278 ); in ImpXMLAutoLayoutInfo()
398 aLayoutSize.Height() = long( aLayoutSize.Height() * 0.630 ); in ImpXMLAutoLayoutInfo()
1194 if(aPartSize.Width() > aPartSize.Height()) in ImpWriteAutoLayoutInfos()
1202 aPartSize.Height() = (aPartSize.Height() - ((nRowCnt - 1) * nGapY)) / nRowCnt; in ImpWriteAutoLayoutInfos()
1218 aTmpPos.Y() += aPartSize.Height() + nGapY; in ImpWriteAutoLayoutInfos()
2678 pProps[i++].Value <<= aVisArea.Height; in GetViewSettings()
2838 if( aSize.Width || aSize.Height ) in exportAnnotations()
2842 …tMM100UnitConverter().convertMeasure(sStringBuffer, static_cast<sal_Int32>( aSize.Height * 100 ) ); in exportAnnotations()