Home
last modified time | relevance | path

Searched refs:VER_PLATFORM_WIN32_NT (Results 1 – 21 of 21) sorted by relevance

/AOO41X/main/fpicker/source/win32/misc/
H A DWinImplHelper.cxx102 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 DUtilities.bas73 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 Dsystem.h111 #define IS_NT (g_dwPlatformId == VER_PLATFORM_WIN32_NT)
120 #define IS_NT (GetPlatformId() == VER_PLATFORM_WIN32_NT)
H A Dmutex.c74 (VersionInformation.dwPlatformId == VER_PLATFORM_WIN32_NT) in osl_createMutex()
H A Dsecurity.c842 (VersionInformation.dwPlatformId == VER_PLATFORM_WIN32_NT) in isWNT()
H A Dfile.cxx829 if (VER_PLATFORM_WIN32_NT != osinfo.dwPlatformId) in osl_mapFile()
/AOO41X/main/setup_native/source/win32/customactions/regactivex/
H A Dregactivex.cxx96 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 Dstwrapper.cxx96 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 Dwindowsregistry.cxx45 m_IsWinNT = (osverinfo.dwPlatformId == VER_PLATFORM_WIN32_NT); in WindowsRegistry()
/AOO41X/main/setup_native/source/win32/customactions/shellextensions/
H A Diconcache.cxx46 VER_PLATFORM_WIN32_NT == osverinfo.dwPlatformId && in RebuildShellIconCache()
/AOO41X/main/extensions/source/oooimprovement/
H A Derrormail.cxx129 if(VER_PLATFORM_WIN32_NT == info.dwPlatformId) in getSystemInfoXml()
/AOO41X/main/sysui/source/win32/misc/
H A DWinImplHelper.cxx66 if( ( VER_PLATFORM_WIN32_NT == osvi.dwPlatformId ) && ( osvi.dwMajorVersion >= 5 ) ) in IsWin2000()
/AOO41X/main/vcl/win/source/app/
H A Dsalinfo.cxx108 if ( aSalShlData.maVersionInfo.dwPlatformId == VER_PLATFORM_WIN32_NT ) in initMonitors()
H A Dsalinst.cxx520 if ( aSalShlData.maVersionInfo.dwPlatformId == VER_PLATFORM_WIN32_NT ) in CreateSalInstance()
/AOO41X/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx82 return ((osvi.dwPlatformId == VER_PLATFORM_WIN32_NT) && in IsWindowsXP()
/AOO41X/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx142 if ( aVerInfo.dwPlatformId == VER_PLATFORM_WIN32_NT ) in isNT()
/AOO41X/main/vcl/win/source/window/
H A Dsalframe.cxx270 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 Dsetup.cpp135 m_bIsWin9x = ( VER_PLATFORM_WIN32_NT != sInfoOS.dwPlatformId ); in SetupApp()
/AOO41X/main/vcl/win/source/gdi/
H A Dsalprn.cxx452 …if( aSalShlData.maVersionInfo.dwPlatformId == VER_PLATFORM_WIN32_NT && aSalShlData.maVersionInfo.d… in GetDefaultPrinter()
/AOO41X/main/crashrep/source/win32/
H A Dsoreport.cpp719 VER_PLATFORM_WIN32_NT == VersionInfo.dwPlatformId ? "Windows NT" : "Windows", in WriteReportFile()
/AOO41X/main/external/mingwheaders/
H A Dmingw_headers.patch1152 return (VER_PLATFORM_WIN32_NT == osvi.dwPlatformId);