| /AOO41X/main/fpicker/source/win32/misc/ |
| H A D | WinImplHelper.cxx | 102 bool bRet = (VER_PLATFORM_WIN32_NT == osvi.dwPlatformId) && in IsWindowsVistaOrNewer() 118 return IsWindowsVersion(VER_PLATFORM_WIN32_NT, 6, 1); in IsWindows7() 127 return IsWindowsVersion(VER_PLATFORM_WIN32_NT, 6, 0); in IsWindowsVista() 136 return IsWindowsVersion(VER_PLATFORM_WIN32_NT, 5, 1); in IsWindowsXP() 145 return IsWindowsVersion(VER_PLATFORM_WIN32_NT, 5, 0); in IsWindows2000()
|
| /AOO41X/main/migrationanalysis/src/wizard/ |
| H A D | Utilities.bas | 73 Private Const VER_PLATFORM_WIN32_NT = 2 constant 191 Case VER_PLATFORM_WIN32_NT: 'win nt, 2000, xp 241 Case VER_PLATFORM_WIN32_NT: WIN.VersionName = "Windows NT"
|
| /AOO41X/main/sal/osl/w32/ |
| H A D | system.h | 111 #define IS_NT (g_dwPlatformId == VER_PLATFORM_WIN32_NT) 120 #define IS_NT (GetPlatformId() == VER_PLATFORM_WIN32_NT)
|
| H A D | mutex.c | 74 (VersionInformation.dwPlatformId == VER_PLATFORM_WIN32_NT) in osl_createMutex()
|
| H A D | security.c | 842 (VersionInformation.dwPlatformId == VER_PLATFORM_WIN32_NT) in isWNT()
|
| H A D | file.cxx | 829 if (VER_PLATFORM_WIN32_NT != osinfo.dwPlatformId) in osl_mapFile()
|
| /AOO41X/main/setup_native/source/win32/customactions/regactivex/ |
| H A D | regactivex.cxx | 96 if ( GetVersionEx( &aVerInfo ) && aVerInfo.dwPlatformId != VER_PLATFORM_WIN32_NT ) in RegisterActiveXNative() 132 if ( GetVersionEx( &aVerInfo ) && aVerInfo.dwPlatformId != VER_PLATFORM_WIN32_NT ) in UnregisterActiveXNative()
|
| /AOO41X/main/setup_native/source/win32/stwrapper/ |
| H A D | stwrapper.cxx | 96 case VER_PLATFORM_WIN32_NT: // Windows NT based in IsSupportedPlatform() 128 case VER_PLATFORM_WIN32_NT: in GetOperatingSystemString()
|
| /AOO41X/main/setup_native/source/win32/customactions/reg4msdoc/ |
| H A D | windowsregistry.cxx | 45 m_IsWinNT = (osverinfo.dwPlatformId == VER_PLATFORM_WIN32_NT); in WindowsRegistry()
|
| /AOO41X/main/setup_native/source/win32/customactions/shellextensions/ |
| H A D | iconcache.cxx | 46 VER_PLATFORM_WIN32_NT == osverinfo.dwPlatformId && in RebuildShellIconCache()
|
| /AOO41X/main/extensions/source/oooimprovement/ |
| H A D | errormail.cxx | 129 if(VER_PLATFORM_WIN32_NT == info.dwPlatformId) in getSystemInfoXml()
|
| /AOO41X/main/sysui/source/win32/misc/ |
| H A D | WinImplHelper.cxx | 66 if( ( VER_PLATFORM_WIN32_NT == osvi.dwPlatformId ) && ( osvi.dwMajorVersion >= 5 ) ) in IsWin2000()
|
| /AOO41X/main/vcl/win/source/app/ |
| H A D | salinfo.cxx | 108 if ( aSalShlData.maVersionInfo.dwPlatformId == VER_PLATFORM_WIN32_NT ) in initMonitors()
|
| H A D | salinst.cxx | 520 if ( aSalShlData.maVersionInfo.dwPlatformId == VER_PLATFORM_WIN32_NT ) in CreateSalInstance()
|
| /AOO41X/main/shell/source/win32/shlxthandler/thumbviewer/ |
| H A D | thumbviewer.cxx | 82 return ((osvi.dwPlatformId == VER_PLATFORM_WIN32_NT) && in IsWindowsXP()
|
| /AOO41X/main/sfx2/source/appl/ |
| H A D | shutdowniconw32.cxx | 142 if ( aVerInfo.dwPlatformId == VER_PLATFORM_WIN32_NT ) in isNT()
|
| /AOO41X/main/vcl/win/source/window/ |
| H A D | salframe.cxx | 270 if ( aSalShlData.maVersionInfo.dwPlatformId == VER_PLATFORM_WIN32_NT ) in ImplSalGetWorkArea() 376 …if ( aSalShlData.maVersionInfo.dwPlatformId == VER_PLATFORM_WIN32_NT && aSalShlData.maVersionInfo.… in ImplSalCreateFrame() 807 if( VER_PLATFORM_WIN32_NT == aSalShlData.maVersionInfo.dwPlatformId && in ImplSalGetWheelScrollChars()
|
| /AOO41X/main/desktop/win32/source/setup/ |
| H A D | setup.cpp | 135 m_bIsWin9x = ( VER_PLATFORM_WIN32_NT != sInfoOS.dwPlatformId ); in SetupApp()
|
| /AOO41X/main/vcl/win/source/gdi/ |
| H A D | salprn.cxx | 452 …if( aSalShlData.maVersionInfo.dwPlatformId == VER_PLATFORM_WIN32_NT && aSalShlData.maVersionInfo.d… in GetDefaultPrinter()
|
| /AOO41X/main/crashrep/source/win32/ |
| H A D | soreport.cpp | 719 VER_PLATFORM_WIN32_NT == VersionInfo.dwPlatformId ? "Windows NT" : "Windows", in WriteReportFile()
|
| /AOO41X/main/external/mingwheaders/ |
| H A D | mingw_headers.patch | 1152 return (VER_PLATFORM_WIN32_NT == osvi.dwPlatformId);
|