Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/color/
H A Dbcolortools.cxx97 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()
/trunk/main/sc/inc/
H A Dconditio.hxx74 double nVal1; // eingegeben oder berechnet member in ScConditionEntry
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx1039 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 Dconditio.cxx122 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 Dtable3.cxx307 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()
H A Dtable4.cxx311 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()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx4274 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()
H A Dinterpr2.cxx580 double nVal1 = GetDouble(); in ScArcTan2() local
581 PushDouble(atan2(nVal2, nVal1)); in ScArcTan2()
/trunk/main/sd/source/ui/view/
H A Ddrviewsj.cxx232 …long nVal1 = ( ( const SdrEdgeLine1DeltaItem& ) aAttrSet.Get( SDRATTR_EDGELINE1DELTA ) ).GetValue(… in GetMenuStateSel() local
236 if( nVal1 != 0 || nVal2 != 0 || nVal3 != 0 ) in GetMenuStateSel()
/trunk/main/slideshow/source/engine/
H A Dcolor.cxx118 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()
/trunk/main/svx/source/svdraw/
H A Dsvdmark.cxx83 sal_uInt16 nVal1 = GetObject(nNum); in Sort() local
85 if(nVal1 == nVal0) in Sort()
90 nVal0 = nVal1; in Sort()
H A Dsvdoedge.cxx202 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()
/trunk/main/sw/inc/
H A DEnhancedPDFExportHelper.hxx129 bool operator()( long nVal1, long nVal2 ) const in operator ()()
131 return nVal1 + ( MINLAY - 1 ) < nVal2; in operator ()()
/trunk/main/tools/source/generic/
H A Dfract.cxx59 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()

Completed in 139 milliseconds