Home
last modified time | relevance | path

Searched refs:aFraction (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vcl/source/control/
H A Dlongcurr.cxx74 BigInt aFraction( rNumber ); in ImplGetCurr() local
75 aFraction.Abs(); in ImplGetCurr()
76 aFraction %= aTmp; in ImplGetCurr()
79 aFraction += aTmp; in ImplGetCurr()
83 aFraction *= -1; in ImplGetCurr()
85 …XubString aTemplate = rLocaleDataWrapper.getCurr( (long)aFraction, nDigits, rCurrSymbol, bShowThou… in ImplGetCurr()
88 aFraction = aInteger; in ImplGetCurr()
89 aFraction %= aTmp; in ImplGetCurr()
92 aFraction += aTmp; in ImplGetCurr()
94 XubString aFractionStr = rLocaleDataWrapper.getNum( (long)aFraction, 0 ); in ImplGetCurr()
/trunk/main/starmath/source/
H A Dview.cxx109 const Fraction aFraction (1,1); in SmGraphicWindow() local
110 SetMapMode( MapMode(MAP_100TH_MM, Point(), aFraction, aFraction)); in SmGraphicWindow()
415 Fraction aFraction (nZoom, 100); in IMPL_LINK_INLINE_END() local
416 SetMapMode( MapMode(MAP_100TH_MM, Point(), aFraction, aFraction) ); in IMPL_LINK_INLINE_END()
1169 …Fraction aFraction ((sal_uInt16) Max ((sal_uInt16) MINZOOM, Min((sal_uInt16) MAXZOOM, (sal_uInt16)… in Impl_Print() local
1171 OutputMapMode = MapMode(MAP_100TH_MM, aZeroPoint, aFraction, aFraction); in Impl_Print()
1179 Fraction aFraction( nZoomFactor, 100 ); in Impl_Print() local
1181 OutputMapMode = MapMode(MAP_100TH_MM, aZeroPoint, aFraction, aFraction); in Impl_Print()
H A Dnode.cxx1092 Fraction aFraction(rFormat.GetRelSize(SIZ_INDEX), 100); in Arrange() local
1093 pNum ->SetSize(aFraction); in Arrange()
1094 pLine ->SetSize(aFraction); in Arrange()
1095 pDenom->SetSize(aFraction); in Arrange()
1472 Fraction aFraction ( rFormat.GetRelSize(nIndex), 100 ); in Arrange() local
1473 pSubSup->SetSize(aFraction); in Arrange()
H A Dmathmlexport.cxx820 SvXMLElementExport aFraction(*this, XML_NAMESPACE_MATH, XML_MFRAC, sal_True, sal_True); in ExportBinaryVertical() local
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx290 Fraction aFraction( pModel->GetScaleFraction() ); in Create3DObject() local
291 if ( ( aFraction.GetNumerator() ) != 1 || ( aFraction.GetDenominator() != 1 ) ) in Create3DObject()
293 fMap *= aFraction.GetNumerator(); in Create3DObject()
294 fMap /= aFraction.GetDenominator(); in Create3DObject()
/trunk/main/sc/source/core/data/
H A Dpatattr.cxx386 Fraction aFraction( 1,1 ); in GetFont() local
388 aFraction = *pScale; in GetFont()
391 MapMode aSrcMode( MAP_TWIP, Point(), aFraction, aFraction ); in GetFont()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx225 Fraction aFraction( nScale, 100 ); in SetShrinkScale() local
227 aFraction *= pOutput->aZoomY; in SetShrinkScale()
229 pPattern->GetFont( aTmpFont, SC_AUTOCOL_RAW, pFmtDevice, &aFraction, pCondSet, nScript ); in SetShrinkScale()

Completed in 66 milliseconds