Home
last modified time | relevance | path

Searched refs:nComp2 (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dconditio.cxx986 double nComp2 = nVal2; in IsValid() local
989 if ( nComp1 > nComp2 ) in IsValid()
992 double nTemp = nComp1; nComp1 = nComp2; nComp2 = nTemp; in IsValid()
1020 bValid = ( nArg >= nComp1 && nArg <= nComp2 ) || in IsValid()
1021 … ::rtl::math::approxEqual( nArg, nComp1 ) || ::rtl::math::approxEqual( nArg, nComp2 ); in IsValid()
1024 bValid = ( nArg < nComp1 || nArg > nComp2 ) && in IsValid()
1025 … !::rtl::math::approxEqual( nArg, nComp1 ) && !::rtl::math::approxEqual( nArg, nComp2 ); in IsValid()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dconditio.cxx982 double nComp2 = nVal2; in IsValid() local
985 if ( nComp1 > nComp2 ) in IsValid()
988 double nTemp = nComp1; nComp1 = nComp2; nComp2 = nTemp; in IsValid()
1016 bValid = ( nArg >= nComp1 && nArg <= nComp2 ) || in IsValid()
1017 … ::rtl::math::approxEqual( nArg, nComp1 ) || ::rtl::math::approxEqual( nArg, nComp2 ); in IsValid()
1020 bValid = ( nArg < nComp1 || nArg > nComp2 ) && in IsValid()
1021 … !::rtl::math::approxEqual( nArg, nComp1 ) && !::rtl::math::approxEqual( nArg, nComp2 ); in IsValid()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxestyle.cxx91 sal_uInt8 lclGetMergedColorComp( sal_uInt8 nComp1, sal_uInt32 nWeight1, sal_uInt8 nComp2, sal_uInt3… in lclGetMergedColorComp() argument
94 sal_uInt8 nComp2Dist = ::std::min< sal_uInt8 >( nComp2, 0xFF - nComp2 ); in lclGetMergedColorComp()
99 const sal_uInt8& rnCompNearer = (nComp1Dist < nComp2Dist) ? nComp1 : nComp2; in lclGetMergedColorComp()
104 return static_cast< sal_uInt8 >( (nComp1 * nWeight1 + nComp2 * nWeight2 + nWSum / 2) / nWSum ); in lclGetMergedColorComp()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxestyle.cxx94 sal_uInt8 lclGetMergedColorComp( sal_uInt8 nComp1, sal_uInt32 nWeight1, sal_uInt8 nComp2, sal_uInt3… in lclGetMergedColorComp() argument
97 sal_uInt8 nComp2Dist = ::std::min< sal_uInt8 >( nComp2, 0xFF - nComp2 ); in lclGetMergedColorComp()
102 const sal_uInt8& rnCompNearer = (nComp1Dist < nComp2Dist) ? nComp1 : nComp2; in lclGetMergedColorComp()
107 return static_cast< sal_uInt8 >( (nComp1 * nWeight1 + nComp2 * nWeight2 + nWSum / 2) / nWSum ); in lclGetMergedColorComp()