Lines Matching refs:nVal

959 			if (rEntry.nVal == SC_EMPTYFIELDS)  in ValidQuery()
1017 bOk = ::rtl::math::approxEqual( nCellVal, rEntry.nVal ); in ValidQuery()
1020 bOk = (nCellVal < rEntry.nVal) && !::rtl::math::approxEqual( nCellVal, rEntry.nVal ); in ValidQuery()
1023 bOk = (nCellVal > rEntry.nVal) && !::rtl::math::approxEqual( nCellVal, rEntry.nVal ); in ValidQuery()
1026 bOk = (nCellVal < rEntry.nVal) || ::rtl::math::approxEqual( nCellVal, rEntry.nVal ); in ValidQuery()
1028 bTestEqual = ::rtl::math::approxEqual( nCellVal, rEntry.nVal ); in ValidQuery()
1031 bOk = (nCellVal > rEntry.nVal) || ::rtl::math::approxEqual( nCellVal, rEntry.nVal ); in ValidQuery()
1033 bTestEqual = ::rtl::math::approxEqual( nCellVal, rEntry.nVal ); in ValidQuery()
1036 bOk = !::rtl::math::approxEqual( nCellVal, rEntry.nVal ); in ValidQuery()
1321 rEntry.nVal = 10; // 10 bzw. 10% in TopTenQuery()
1323 SCSIZE nVal = (rEntry.nVal >= 1 ? static_cast<SCSIZE>(rEntry.nVal) : 1); in TopTenQuery() local
1330 if ( nVal > nValidCount ) in TopTenQuery()
1331 nVal = nValidCount; in TopTenQuery()
1332 nOffset = nValidCount - nVal; // 1 <= nVal <= nValidCount in TopTenQuery()
1338 if ( nVal > nValidCount ) in TopTenQuery()
1339 nVal = nValidCount; in TopTenQuery()
1340 nOffset = nVal - 1; // 1 <= nVal <= nValidCount in TopTenQuery()
1346 if ( nVal > 100 ) in TopTenQuery()
1347 nVal = 100; in TopTenQuery()
1348 nOffset = nValidCount - (nValidCount * nVal / 100); in TopTenQuery()
1356 if ( nVal > 100 ) in TopTenQuery()
1357 nVal = 100; in TopTenQuery()
1358 nOffset = (nValidCount * nVal / 100); in TopTenQuery()
1372 rEntry.nVal = ((ScValueCell*)pCell)->GetValue(); in TopTenQuery()
1374 rEntry.nVal = ((ScFormulaCell*)pCell)->GetValue(); in TopTenQuery()
1380 rEntry.nVal = 0; in TopTenQuery()
1387 rEntry.nVal = 0; in TopTenQuery()
1417 IsNumberFormat( *rEntry.pStr, nIndex, rEntry.nVal ) ); in lcl_PrepareQuery()
1439 if ( rEntry.nVal == SC_EMPTYFIELDS || rEntry.nVal == SC_NONEMPTYFIELDS ) in lcl_PrepareQuery()