| LOW | src/GraphControl/pch.h | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| LOW | src/GraphControl/pch.h | 21 | #include <functional> |
| LOW | src/GraphControl/Control/Grapher.h | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| LOW | src/Calculator/DesignData/DesignAppViewModel.h | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| LOW | …c/Calculator/DesignData/DesignUnitConverterViewModel.h | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| LOW | src/CalcViewModel/pch.h | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| LOW | src/CalcViewModel/pch.h | 21 | #include <vector> |
| LOW | src/CalcViewModel/pch.h | 41 | #include "winrt/Windows.System.UserProfile.h" |
| LOW | src/CalcViewModel/StandardCalculatorViewModel.h | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| LOW | src/CalcViewModel/UnitConverterViewModel.cpp | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| LOW | src/CalcViewModel/DataLoaders/CurrencyDataLoader.cpp | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| LOW | src/CalcViewModel/Common/Utils.cpp | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| LOW | src/CalcViewModel/Common/RadixType.cpp | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| LOW | src/CalcViewModel/Common/Automation/LiveRegionHost.h | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| LOW | src/TraceLogging/pch.h | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| LOW | src/TraceLogging/pch.cpp | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| LOW | src/GraphingImpl/pch.h | 1 | #pragma once |
| LOW | src/CalculatorUITests/StandardModeFunctionalTests.cs | 221 | /// To-do: |
| LOW | src/CalculatorUITests/StandardModeFunctionalTests.cs | 641 | Assert.AreEqual("0", page.CalculatorResults.GetCalculatorResultText()); |
| LOW | src/CalcManager/UnitConverter.cpp | 161 | UpdateCurrencySymbols(); |
| LOW | src/CalcManager/sal_cross_platform.h | 1 | #pragma once |
| LOW | src/CalcManager/pch.h | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| LOW | src/CalcManager/pch.h | 21 | #include <vector> |
| LOW | src/CalcManager/winerror_cross_platform.h | 1 | #pragma once |
| LOW | src/CalcManager/winerror_cross_platform.h | 21 | #define SUCCEEDED(hr) (((ResultCode)(hr)) >= 0) |
| LOW | src/CalcManager/pch.cpp | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| LOW | src/CalcManager/CEngine/calc.cpp | 41 | ////////////////////////////////////////////////// |
| LOW | src/CalcManager/CEngine/sciset.cpp | 121 | // find the largest digit |
| LOW | src/CalcManager/Header Files/History.h | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| LOW | src/CalcManager/Header Files/CalcEngine.h | 21 | #include "../ExpressionCommand.h" |
| LOW | src/CalcManager/Header Files/CCommand.h | 21 | #define IDM_DEC 314 |
| LOW | src/CalcManager/Header Files/CCommand.h | 41 | #define IDC_DEGREES IDM_DEGREES |
| LOW | src/CalcManager/Header Files/CCommand.h | 61 | |
| LOW | src/CalcManager/Header Files/CCommand.h | 81 | #define IDC_ROL 99 |
| LOW | src/CalcManager/Header Files/CCommand.h | 101 | #define IDC_CUBEROOT 116 // x ^ 1/3 |
| LOW | src/CalcManager/Header Files/CCommand.h | 121 | #define IDC_0 130 // The controls for 0 through F must be consecutive and in order |
| LOW | src/CalcManager/Header Files/CCommand.h | 141 | #define IDC_UNARYEXTENDEDFIRST IDC_STRING_MAPPED_VALUES |
| LOW | src/CalcManager/Header Files/CCommand.h | 161 | #define IDC_ROLC 416 // Rotate Left Circular |
| LOW | src/CalcManager/Header Files/CCommand.h | 181 | #define IDC_BINPOS1 701 |
| LOW | src/CalcManager/Header Files/CCommand.h | 201 | #define IDC_BINPOS21 721 |
| LOW | src/CalcManager/Header Files/CCommand.h | 221 | #define IDC_BINPOS41 741 |
| LOW | src/CalcManager/Header Files/CCommand.h | 241 | #define IDC_BINPOS61 761 |
| LOW | src/CalcManager/Ratpack/num.cpp | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| LOW | src/CalcManager/Ratpack/num.cpp | 21 | #include <cstring> // for memmove |
| LOW | src/CalcManager/Ratpack/num.cpp | 161 | // Remove leading zeros, remember digits are in order of |
| LOW | src/CalcManager/Ratpack/num.cpp | 281 | { |
| LOW | src/CalcManager/Ratpack/num.cpp | 341 | |
| LOW | src/CalcManager/Ratpack/num.cpp | 541 | } |
| LOW | src/CalcManager/Ratpack/num.cpp | 581 | if (diff) |
| LOW | src/CalcManager/Ratpack/logic.cpp | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| LOW | src/CalcManager/Ratpack/exp.cpp | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| LOW | src/CalcManager/Ratpack/exp.cpp | 21 | // FUNCTION: exprat |
| LOW | src/CalcManager/Ratpack/exp.cpp | 101 | // |
| LOW | src/CalcManager/Ratpack/exp.cpp | 261 | return bRet; |
| LOW | src/CalcManager/Ratpack/exp.cpp | 401 | // |
| LOW | src/CalcManager/Ratpack/itrans.cpp | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| LOW | src/CalcManager/Ratpack/itrans.cpp | 41 | // ARGUMENTS: x PRAT representation of number to take the inverse |
| LOW | src/CalcManager/Ratpack/itrans.cpp | 141 | //----------------------------------------------------------------------------- |
| LOW | src/CalcManager/Ratpack/itrans.cpp | 221 | //----------------------------------------------------------------------------- |
| LOW | src/CalcManager/Ratpack/CalcErr.h | 1 | // Copyright (c) Microsoft Corporation. All rights reserved. |
| 92 more matches not shown… |