Searched refs:aFraction (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/vcl/source/control/ |
H A D | longcurr.cxx | 74 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()
|
/aoo4110/main/starmath/source/ |
H A D | view.cxx | 106 const Fraction aFraction (1,1); in SmGraphicWindow() local 107 SetMapMode( MapMode(MAP_100TH_MM, Point(), aFraction, aFraction)); in SmGraphicWindow() 412 Fraction aFraction (nZoom, 100); in IMPL_LINK_INLINE_END() local 413 SetMapMode( MapMode(MAP_100TH_MM, Point(), aFraction, aFraction) ); in IMPL_LINK_INLINE_END() 1166 …Fraction aFraction ((sal_uInt16) Max ((sal_uInt16) MINZOOM, Min((sal_uInt16) MAXZOOM, (sal_uInt16)… in Impl_Print() local 1168 OutputMapMode = MapMode(MAP_100TH_MM, aZeroPoint, aFraction, aFraction); in Impl_Print() 1176 Fraction aFraction( nZoomFactor, 100 ); in Impl_Print() local 1178 OutputMapMode = MapMode(MAP_100TH_MM, aZeroPoint, aFraction, aFraction); in Impl_Print()
|
H A D | node.cxx | 1092 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 D | mathmlexport.cxx | 822 SvXMLElementExport aFraction(*this, XML_NAMESPACE_MATH, XML_MFRAC, sal_True, sal_True); in ExportBinaryVertical() local
|
/aoo4110/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape3d.cxx | 290 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()
|
/aoo4110/main/sc/source/core/data/ |
H A D | patattr.cxx | 386 Fraction aFraction( 1,1 ); in GetFont() local 388 aFraction = *pScale; in GetFont() 391 MapMode aSrcMode( MAP_TWIP, Point(), aFraction, aFraction ); in GetFont()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | output2.cxx | 225 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 100 milliseconds