Home
last modified time | relevance | path

Searched refs:aNormSize (Results 1 – 3 of 3) sorted by relevance

/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx544 Size aNormSize; in Impl_writeText() local
552 aNormSize = Size( mpVDev->GetTextWidth( rText ), 0 ); in Impl_writeText()
558 aNormSize = Size( mpVDev->GetTextArray( rText, pOwnArray ), 0 ); in Impl_writeText()
564aNormSize.Width() = pDX[ nLen - 2 ] + mpVDev->GetTextWidth( rText.GetChar( (sal_uInt16) nLen - 1 … in Impl_writeText()
566 if( nWidth && aNormSize.Width() && ( nWidth != aNormSize.Width() ) ) in Impl_writeText()
568 const double fFactor = (double) nWidth / aNormSize.Width(); in Impl_writeText()
727 aPoly[ 1 ].X() = aPoly[ 0 ].X() + aNormSize.Width() - 1; in Impl_writeText()
743 aPoly[ 1 ].X() = aPoly[ 0 ].X() + aNormSize.Width() - 1; in Impl_writeText()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx793 Size aNormSize; in ImplWriteText() local
815 aNormSize = Size( mpVDev->GetTextWidth( rText ), 0 ); in ImplWriteText()
821 aNormSize = Size( mpVDev->GetTextArray( rText, apTmpArray.get() ), 0 ); in ImplWriteText()
897 aNormSize.Width() = pDX[ nLen - 2 ] + mpVDev->GetTextWidth( rText.GetChar( nLen - 1 ) ); in ImplWriteText()
899 if( nWidth && aNormSize.Width() && ( nWidth != aNormSize.Width() ) ) in ImplWriteText()
901 const double fFactor = (double) nWidth / aNormSize.Width(); in ImplWriteText()
969 … aPoly[ 1 ].X() = aBaseLinePos.X() + aNormSize.Width() - 1; aPoly[ 1 ].Y() = aPoly[ 0 ].Y(); in ImplWriteText()
981 … aPoly[ 1 ].X() = aBaseLinePos.X() + aNormSize.Width() - 1; aPoly[ 1 ].Y() = aPoly[ 0 ].Y(); in ImplWriteText()
/trunk/main/framework/source/uiconfiguration/
H A Dimagemanagerimpl.cxx412 static Size aNormSize( IMAGE_SIZE_NORMAL, IMAGE_SIZE_NORMAL ); in implts_checkAndScaleGraphic() local
430 bMustScale = ( aSize != aNormSize ); in implts_checkAndScaleGraphic()
435 aBitmap.Scale( aNormSize ); in implts_checkAndScaleGraphic()

Completed in 28 milliseconds