Lines Matching refs:convertMeasure

1350 	GetMM100UnitConverter().convertMeasure(sStringBuffer, rRect.Left());  in ImpWriteAutoLayoutPlaceholder()
1354 GetMM100UnitConverter().convertMeasure(sStringBuffer, rRect.Top()); in ImpWriteAutoLayoutPlaceholder()
1358 GetMM100UnitConverter().convertMeasure(sStringBuffer, rRect.GetWidth()); in ImpWriteAutoLayoutPlaceholder()
1362 GetMM100UnitConverter().convertMeasure(sStringBuffer, rRect.GetHeight()); in ImpWriteAutoLayoutPlaceholder()
1471 GetMM100UnitConverter().convertMeasure(sStringBuffer, pInfo->GetBorderTop()); in ImpWritePageMasterInfos()
1475 GetMM100UnitConverter().convertMeasure(sStringBuffer, pInfo->GetBorderBottom()); in ImpWritePageMasterInfos()
1479 GetMM100UnitConverter().convertMeasure(sStringBuffer, pInfo->GetBorderLeft()); in ImpWritePageMasterInfos()
1483 GetMM100UnitConverter().convertMeasure(sStringBuffer, pInfo->GetBorderRight()); in ImpWritePageMasterInfos()
1487 GetMM100UnitConverter().convertMeasure(sStringBuffer, pInfo->GetWidth()); in ImpWritePageMasterInfos()
1491 GetMM100UnitConverter().convertMeasure(sStringBuffer, pInfo->GetHeight()); in ImpWritePageMasterInfos()
2830 …GetMM100UnitConverter().convertMeasure(sStringBuffer, static_cast<sal_Int32>( aPosition.X * 100 ) … in exportAnnotations()
2833 …GetMM100UnitConverter().convertMeasure(sStringBuffer, static_cast<sal_Int32>( aPosition.Y * 100 ) … in exportAnnotations()
2840 …GetMM100UnitConverter().convertMeasure(sStringBuffer, static_cast<sal_Int32>( aSize.Width * 100 ) … in exportAnnotations()
2842 …GetMM100UnitConverter().convertMeasure(sStringBuffer, static_cast<sal_Int32>( aSize.Height * 100 )… in exportAnnotations()