Home
last modified time | relevance | path

Searched refs:nWantWdt (Results 1 – 1 of 1) sorted by path

/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx1064 long nWantWdt=rAnchorRect.Right()-rAnchorRect.Left(); in ImpSetCharStretching() local
1072 long nXTolPl=nWantWdt/100; // Toleranz +1% in ImpSetCharStretching()
1073 long nXTolMi=nWantWdt/25; // Toleranz -4% in ImpSetCharStretching()
1074 long nXKorr =nWantWdt/20; // Korrekturmasstab 5% in ImpSetCharStretching()
1076 long nX=(nWantWdt*100) /nIsWdt; // X-Stretching berechnen in ImpSetCharStretching()
1111 long nXDiff=aSiz.Width()-nWantWdt; in ImpSetCharStretching()
1112 rFitXKorreg=Fraction(nWantWdt,aSiz.Width()); in ImpSetCharStretching()
1117 long nMul=nWantWdt; in ImpSetCharStretching()

Completed in 17 milliseconds