/aoo42x/main/tools/source/generic/ |
H A D | fract.cxx | 59 static long GetGGT( long nVal1, long nVal2 ) in GetGGT() argument 61 nVal1 = Abs( nVal1 ); in GetGGT() 64 if ( nVal1 <= 1 || nVal2 <= 1 ) in GetGGT() 67 while ( nVal1 != nVal2 ) in GetGGT() 69 if ( nVal1 > nVal2 ) in GetGGT() 71 nVal1 %= nVal2; in GetGGT() 72 if ( nVal1 == 0 ) in GetGGT() 77 nVal2 %= nVal1; in GetGGT() 79 return nVal1; in GetGGT() 83 return nVal1; in GetGGT()
|
/aoo42x/main/sc/source/core/data/ |
H A D | conditio.cxx | 122 nVal1(r.nVal1), in ScConditionEntry() 156 nVal1(r.nVal1), in ScConditionEntry() 194 nVal1(0.0), in ScConditionEntry() 222 nVal1(0.0), in ScConditionEntry() 249 nVal1 = pToken->GetDouble(); in ScConditionEntry() 329 nVal1 = pToken->GetDouble(); in Compile() 603 if ( !pFormula1 && ( nVal1 != r.nVal1 || aStrVal1 != r.aStrVal1 || bIsStr1 != r.bIsStr1 ) ) in operator ==() 641 nVal1 = pEff1->GetValue(); in Interpret() 648 nVal1 = 0.0; in Interpret() 768 return !::rtl::math::approxEqual( nVal1, 0.0 ); in IsValidStr() [all …]
|
H A D | table4.cxx | 311 double nVal1 = ((ScValueCell*)pFirstCell)->GetValue(); in FillAnalyse() local 313 rInc = nVal2 - nVal1; in FillAnalyse() 323 double nDiff = nVal2 - nVal1; in FillAnalyse() 326 nVal1 = nVal2; in FillAnalyse() 362 sal_Int32 nVal1; in FillAnalyse() local 363 short nFlag1 = lcl_DecompValueString( aStr, nVal1, &rMinDigits ); in FillAnalyse() 371 rInc = (double)nVal2 - (double)nVal1; in FillAnalyse() 388 double nDiff = (double)nVal2 - (double)nVal1; in FillAnalyse() 391 nVal1 = nVal2; in FillAnalyse()
|
H A D | column3.cxx | 1039 double nVal1; in MixData() local 1042 nVal1 = ((ScValueCell*)pSrc)->GetValue(); in MixData() 1044 nVal1 = 0.0; in MixData() 1070 sal_Bool bOk = lcl_DoFunction( nVal1, nVal2, nFunction ); in MixData() 1073 pNew = new ScValueCell( nVal1 ); in MixData() 1104 aArr.AddDouble( nVal1 ); in MixData()
|
H A D | table3.cxx | 307 double nVal1; in CompareCell() local 310 nVal1 = ((ScValueCell*)pCell1)->GetValue(); in CompareCell() 312 nVal1 = ((ScFormulaCell*)pCell1)->GetValue(); in CompareCell() 314 nVal1 = 0; in CompareCell() 321 if (nVal1 < nVal2) in CompareCell() 323 else if (nVal1 > nVal2) in CompareCell()
|
/aoo42x/main/basegfx/source/color/ |
H A D | bcolortools.cxx | 97 const double nVal1( l <= 0.5 ? l*(1.0 + s) : l + s - l*s ); in hsl2rgb() local 98 const double nVal2( 2.0*l - nVal1 ); in hsl2rgb() 102 nVal1, in hsl2rgb() 105 nVal1, in hsl2rgb() 108 nVal1, in hsl2rgb()
|
/aoo42x/main/slideshow/source/engine/ |
H A D | color.cxx | 118 const double nVal1( getMagic(nLuminance, nSaturation) ); in hsl2rgb() local 119 const double nVal2( 2.0*nLuminance - nVal1 ); in hsl2rgb() 124 nVal1, in hsl2rgb() 127 nVal1, in hsl2rgb() 130 nVal1, in hsl2rgb()
|
/aoo42x/main/sw/inc/ |
H A D | EnhancedPDFExportHelper.hxx | 129 bool operator()( long nVal1, long nVal2 ) const in operator ()() 131 return nVal1 + ( MINLAY - 1 ) < nVal2; in operator ()()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdmark.cxx | 83 sal_uInt16 nVal1 = GetObject(nNum); in Sort() local 85 if(nVal1 == nVal0) in Sort() 90 nVal0 = nVal1; in Sort()
|
H A D | svdoedge.cxx | 202 sal_Int32 nVal1 = ((SdrEdgeLine1DeltaItem&)rSet.Get(SDRATTR_EDGELINE1DELTA)).GetValue(); in ImpSetAttrToEdgeInfo() local 208 sal_Int32 nVals[3] = { nVal1, nVal2, nVal3 }; in ImpSetAttrToEdgeInfo() 248 aEdgeInfo.aObj1Line2.X() = nVal1; in ImpSetAttrToEdgeInfo() 252 aEdgeInfo.aObj1Line2.Y() = nVal1; in ImpSetAttrToEdgeInfo() 274 sal_Int32 nVal1 = ((SdrEdgeLine1DeltaItem&)rSet.Get(SDRATTR_EDGELINE1DELTA)).GetValue(); in ImpSetEdgeInfoToAttr() local 277 sal_Int32 nVals[3] = { nVal1, nVal2, nVal3 }; in ImpSetEdgeInfoToAttr() 322 if(n != nValAnz || nVals[0] != nVal1 || nVals[1] != nVal2 || nVals[2] != nVal3) in ImpSetEdgeInfoToAttr() 330 if(nVals[0] != nVal1) in ImpSetEdgeInfoToAttr()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | drviewsj.cxx | 232 …long nVal1 = ( ( const SdrEdgeLine1DeltaItem& ) aAttrSet.Get( SDRATTR_EDGELINE1DELTA ) ).GetValue(… in GetMenuStateSel() local 236 if( nVal1 != 0 || nVal2 != 0 || nVal3 != 0 ) in GetMenuStateSel()
|
/aoo42x/main/sc/inc/ |
H A D | conditio.hxx | 74 double nVal1; // eingegeben oder berechnet member in ScConditionEntry
|
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr2.cxx | 580 double nVal1 = GetDouble(); in ScArcTan2() local 581 PushDouble(atan2(nVal2, nVal1)); in ScArcTan2()
|
H A D | interpr1.cxx | 4274 const double nVal1 = rMat.GetDouble(i); in lcl_CompareMatrix2Query() local 4276 if (nVal1 == nVal2) in lcl_CompareMatrix2Query() 4279 return nVal1 < nVal2 ? -1 : 1; in lcl_CompareMatrix2Query()
|