Home
last modified time | relevance | path

Searched refs:GetNumerator (Results 26 – 50 of 61) sorted by relevance

123

/aoo4110/main/sc/source/ui/view/
H A Dviewdata.cxx151 sal_Int32 nZoomValue ((aZoomY.GetNumerator() * 100) / aZoomY.GetDenominator()); in WriteUserDataSequence()
152 sal_Int32 nPageZoomValue ((aPageZoomY.GetNumerator() * 100) / aPageZoomY.GetDenominator()); in WriteUserDataSequence()
2235 …sal_uInt16 nZoom = (sal_uInt16)((pThisTab->aZoomY.GetNumerator() * 100) / pThisTab->aZoomY.GetDeno… in WriteUserData()
2238 …nZoom = (sal_uInt16)((pThisTab->aPageZoomY.GetNumerator() * 100) / pThisTab->aPageZoomY.GetDenomin… in WriteUserData()
2738 …sal_Int32 nZoomValue ((pThisTab->aZoomY.GetNumerator() * 100) / pThisTab->aZoomY.GetDenominator()); in WriteUserDataSequence()
2739 …sal_Int32 nPageZoomValue ((pThisTab->aPageZoomY.GetNumerator() * 100) / pThisTab->aPageZoomY.GetDe… in WriteUserDataSequence()
H A Dtabvwsh3.cxx650 sal_uInt16 nOldZoom = (sal_uInt16)(( rOldY.GetNumerator() * 100 ) in Execute()
H A Dtabview.cxx897 long nOldPercent = ( rOldY.GetNumerator() * 100 ) / rOldY.GetDenominator(); in UpdateVarZoom()
1174 long nOld = (long)(( rOldY.GetNumerator() * 100 ) / rOldY.GetDenominator()); in ScrollCommand()
/aoo4110/main/svx/source/svdraw/
H A Dsvdtext.cxx177 nOldFontHgt=BigMulDiv(nOldFontHgt,aMetricFactor.GetNumerator(),aMetricFactor.GetDenominator()); in SetModel()
H A Dsvdomeas.cxx112 if(aMeasureScale.GetNumerator() != aMeasureScale.GetDenominator()) in TakeRepresentation()
117 if(aFact.GetNumerator() != aFact.GetDenominator()) in TakeRepresentation()
120 nLen = BigMulDiv(nLen, aFact.GetNumerator(), aFact.GetDenominator()); in TakeRepresentation()
H A Dsvdocirc.cxx826 FASTBOOL bXMirr=(xFact.GetNumerator()<0) != (xFact.GetDenominator()<0); in NbcResize()
827 FASTBOOL bYMirr=(yFact.GetNumerator()<0) != (yFact.GetDenominator()<0); in NbcResize()
H A Dsvdograf.cxx1032 FASTBOOL bMirrX = xFact.GetNumerator() < 0; in NbcResize()
1033 FASTBOOL bMirrY = yFact.GetNumerator() < 0; in NbcResize()
H A Dsvdattr.cxx652 rText = UniString::CreateFromInt32(nValue.GetNumerator()); in GetPresentation()
685 rOut<<sal_Int32(nValue.GetNumerator()); in Store()
717 rText = UniString::CreateFromInt32(GetValue().GetNumerator()); in GetPresentation()
/aoo4110/main/tools/inc/tools/
H A Dfract.hxx49 long GetNumerator() const { return nNumerator; } in GetNumerator() function in Fraction
/aoo4110/main/sc/source/core/data/
H A Dcolumn2.cxx483 nDocWidth -= (rZoomX.GetNumerator()*20)/rZoomX.GetDenominator(); in GetNeededSize()
572 … if ( !bTextWysiwyg && ( rZoomY.GetNumerator() != 1 || rZoomY.GetDenominator() != 1 ) && in GetNeededSize()
622 nValue += (rZoomX.GetNumerator()*20)/rZoomX.GetDenominator(); in GetNeededSize()
/aoo4110/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx291 if ( ( aFraction.GetNumerator() ) != 1 || ( aFraction.GetDenominator() != 1 ) ) in Create3DObject()
293 fMap *= aFraction.GetNumerator(); in Create3DObject()
H A DEnhancedCustomShapeFunctionParser.cxx129 aRet.Value <<= (sal_Int32)aFract.GetNumerator(); in fillNode()
136 aEquation.nPara[ 1 ] = (sal_Int16)aFract.GetNumerator(); in fillNode()
/aoo4110/main/starmath/inc/
H A Dutility.hxx79 return (rFrac.GetNumerator() + rFrac.GetDenominator() / 2) / rFrac.GetDenominator(); in SmRoundFraction()
/aoo4110/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx629 rSettings.maScaleX = Fraction( rSettings.maScaleX.GetNumerator(), nVal ); in ParseSettings()
641 rSettings.maScaleY = Fraction( rSettings.maScaleY.GetNumerator(), nVal ); in ParseSettings()
/aoo4110/main/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx635 Fraction aFract( pDoc->GetUIScale().GetNumerator(), nValue ); in _setPropertyValues()
1035 *pValue <<= (sal_Int32)pDoc->GetUIScale().GetNumerator(); in _getPropertyValues()
/aoo4110/main/vcl/source/gdi/
H A Dimpgraph.cxx1398 rOStm << (long) aMapMode.GetScaleX().GetNumerator(); in ImplWriteEmbedded()
1400 rOStm << (long) aMapMode.GetScaleY().GetNumerator(); in ImplWriteEmbedded()
H A Dcvtsvm.cxx178 rOStm << (sal_Int32) rMapMode.GetScaleX().GetNumerator(); in ImplWriteMapMode()
180 rOStm << (sal_Int32) rMapMode.GetScaleY().GetNumerator(); in ImplWriteMapMode()
/aoo4110/main/sw/source/core/draw/
H A Ddcontact.cxx2655 …if(xFact.GetNumerator() != xFact.GetDenominator() || yFact.GetNumerator() != yFact.GetDenominator(… in Resize()
/aoo4110/main/filter/source/msfilter/
H A Dmsdffimp.cxx3235 long aMul = aFact.GetNumerator(); in ScalePt()
3238 return BigMulDiv( nVal, aFact.GetNumerator(), aFact.GetDenominator() ); in ScalePt()
3255 long nMul=aFact.GetNumerator(); in SetModel()
3260 nMapMul = aFact.GetNumerator(); in SetModel()
3267 nMul=aFact.GetNumerator(); in SetModel()
3272 nEmuMul=aFact.GetNumerator(); in SetModel()
3277 nPntMul=aFact.GetNumerator(); in SetModel()
/aoo4110/main/sd/source/ui/view/
H A Dsdwindow.cxx230 return GetMapMode().GetScaleX().GetNumerator() * 100L in GetZoom()
/aoo4110/main/sd/source/ui/app/
H A Dsdmod2.cxx524 nX=rFraction.GetNumerator(); in CreateItemSet()
/aoo4110/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx418 nHeight = nHeight * aMode.GetScaleY().GetNumerator() / aMode.GetScaleY().GetDenominator(); in Rescale()
/aoo4110/main/sd/source/ui/dlg/
H A Dtpoption.cxx738 aFract = Fraction( aFract1.GetDenominator(), aFract1.GetNumerator() ); in IMPL_LINK()
/aoo4110/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx2181 aFact = Fraction(aFact.GetNumerator(), aFact.GetDenominator()); in Init()
2182 mnEmuMul = aFact.GetNumerator(); in Init()
/aoo4110/main/editeng/source/editeng/
H A Dediteng.cxx317 …tr() << ", MapX=" << String( GetRefDevice()->GetMapMode().GetScaleX().GetNumerator() ).GetStr() <<… in Draw()
936 …tr() << ", MapX=" << String( GetRefDevice()->GetMapMode().GetScaleX().GetNumerator() ).GetStr() <<… in PostKeyEvent()

Completed in 560 milliseconds

123