Home
last modified time | relevance | path

Searched +full:wnt +type:cxx (Results 1 – 16 of 16) sorted by relevance

/core/salhelper/source/
H A Dsimplereferenceobject.cxx42 // WNT lacks a global nothrow operator new... in operator new()
56 ::operator delete(pPtr); // WNT lacks a global nothrow operator delete... in operator delete()
/core/tools/source/stream/
H A Dstrmwnt.cxx41 static const struct { DWORD wnt; ErrCode sv; } errArr[] = in GetSvError() member
85 if( errArr[i].wnt == nWntError ) in GetSvError()
91 } while( errArr[i].wnt != DWORD(0xFFFFFFFF) ); in GetSvError()
/core/filter/qa/cppunit/
H A Dxslt-test.cxx95 osl_closeFile(tempFile); // close it so xSFA can open it on WNT in testXsltCopyNew()
150 osl_closeFile(tempFile); // close it so xSFA can open it on WNT in testXsltCopyOld()
/core/include/comphelper/
H A Dbackupfilehelper.hxx76 // get called on WNT but not on linux. Thus I thought about encapsulating
/core/comphelper/source/misc/
H A Dthreadpool.cxx108 // still 0, but hopefully they will be more helpful on non-WNT platforms in ~ThreadPool()
/core/helpcompiler/source/
H A DHelpCompiler.cxx48 gui = (strcmp(os, "WNT") == 0 ? "WIN" : (strcmp(os, "MACOSX") == 0 ? "MAC" : "UNIX")); in HelpCompiler()
/core/compilerplugins/clang/store/
H A Dconstantfunction.cxx364 // only on WNT, basic/qa/cppunit/test_vba.cx in VisitFunctionDecl()
/core/sfx2/source/control/
H A Dshell.cxx167 // MSC made a mess here of WNT/W95, beware of changes in PutItem()
/core/include/sfx2/
H A Dobjsh.hxx518 (under WNT depending on the system settings
/core/vcl/win/gdi/
H A Dgdiimpl.cxx632 // WIN/WNT seems to have a minor problem mapping the correct color of the in drawBitmap()
709 // WIN/WNT seems to have a minor problem mapping the correct color of the in drawMask()
/core/ucb/source/ucp/webdav-curl/
H A DCurlSession.cxx788 // tdf#149921 by default, with schannel (WNT) connection fails if revocation in CurlSession()
1656 // available on WNT. in ProcessRequest()
/core/vcl/source/app/
H A Dsvapp.cxx378 // there's a data race here on WNT only because ImplYield may be in ImplYield()
/core/sw/qa/extras/odfexport/
H A Dodfexport4.cxx756 // FIXME some platform difference, 1st one is 2306 on Linux, 3087 on WNT ?
/core/sc/source/core/tool/
H A Dinterpr5.cxx3347 #else // handle Windows (WNT, WIN_NT, WIN32, _WIN32) in ScInfo()
/core/basic/source/runtime/
H A Dmethods.cxx3317 // 10 == Full-Screen (text mode applications OS/2, WIN95, WNT)
/core/sal/qa/osl/file/
H A Dosl_File.cxx3076 // returned osl::FileBase::E_ACCES on WNT in move_002()