/dports/editors/libreoffice/libreoffice-7.2.6.2/include/comphelper/ |
H A D | windowserrorstring.hxx | 20 inline OUString WindowsErrorString(DWORD nErrorCode) in WindowsErrorString() function 61 return WindowsErrorString(nErrorCode); in WindowsErrorStringFromHRESULT()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/comphelper/ |
H A D | windowserrorstring.hxx | 20 inline OUString WindowsErrorString(DWORD nErrorCode) in WindowsErrorString() function 61 return WindowsErrorString(nErrorCode); in WindowsErrorStringFromHRESULT()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/opengl/win/ |
H A D | context.cxx | 129 SAL_WARN("vcl.opengl", "wglMakeCurrent failed: " << WindowsErrorString(nLastError)); in makeCurrent() 528 SAL_WARN("vcl.opengl", "SetPixelFormat failed: " << WindowsErrorString(GetLastError())); in ImplInit() 535 SAL_WARN("vcl.opengl", "wglCreateContext failed: "<< WindowsErrorString(GetLastError())); in ImplInit() 542 SAL_WARN("vcl.opengl", "wglMakeCurrent failed: "<< WindowsErrorString(GetLastError())); in ImplInit() 580 …SAL_WARN("vcl.opengl", "wglCreateContextAttribsARB failed: "<< WindowsErrorString(GetLastError())); in ImplInit() 602 SAL_WARN("vcl.opengl", "wglMakeCurrent failed: " << WindowsErrorString(GetLastError())); in ImplInit()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/crypto/ |
H A D | cryptosign.cxx | 1322 …SAL_WARN("svl.crypto", "CertCreateCertificateContext failed: " << WindowsErrorString(GetLastError(… in Sign() 1348 …SAL_WARN("svl.crypto", "CryptAcquireCertificatePrivateKey failed: " << WindowsErrorString(GetLastE… in Sign() 1405 … SAL_WARN("svl.crypto", "CryptMsgOpenToEncode failed: " << WindowsErrorString(GetLastError())); in Sign() 1415 SAL_WARN("svl.crypto", "CryptMsgUpdate failed: " << WindowsErrorString(GetLastError())); in Sign() 1434 … SAL_WARN("svl.crypto", "CryptMsgOpenToDecode failed: " << WindowsErrorString(GetLastError())); in Sign() 1466 SAL_WARN("svl.crypto", "CryptMsgUpdate failed: " << WindowsErrorString(GetLastError())); in Sign() 1517 … SAL_WARN("svl.crypto", "CryptRetrieveTimeStamp failed: " << WindowsErrorString(GetLastError())); in Sign() 1560 … SAL_WARN("svl.crypto", "Re-creating the message failed: " << WindowsErrorString(GetLastError())); in Sign() 1576 …N("svl.crypto", "CryptMsgGetParam(CMSG_CONTENT_PARAM) failed: " << WindowsErrorString(GetLastError… in Sign() 1599 …N("svl.crypto", "CryptMsgGetParam(CMSG_CONTENT_PARAM) failed: " << WindowsErrorString(GetLastError… in Sign() [all …]
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/gdi/ |
H A D | salvd.cxx | 41 … SAL_WARN_IF( !hBitmap, "vcl", "CreateBitmap failed: " << WindowsErrorString( GetLastError() ) ); in ImplCreateVirDevBitmap() 68 …SAL_WARN_IF( !hBitmap, "vcl", "CreateDIBSection failed: " << WindowsErrorString( GetLastError() ) … in ImplCreateVirDevBitmap() 99 … SAL_WARN_IF( !hDC, "vcl", "CreateCompatibleDC failed: " << WindowsErrorString( GetLastError() ) ); in CreateVirtualDevice()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/win/gdi/ |
H A D | salvd.cxx | 42 … SAL_WARN_IF( !hBitmap, "vcl", "CreateBitmap failed: " << WindowsErrorString( GetLastError() ) ); in ImplCreateVirDevBitmap() 69 …SAL_WARN_IF( !hBitmap, "vcl", "CreateDIBSection failed: " << WindowsErrorString( GetLastError() ) … in ImplCreateVirDevBitmap() 100 … SAL_WARN_IF( !hDC, "vcl", "CreateCompatibleDC failed: " << WindowsErrorString( GetLastError() ) ); in CreateVirtualDevice()
|
H A D | winlayout.cxx | 71 SAL_WARN("vcl.gdi", "CreateCompatibleDC failed: " << WindowsErrorString(GetLastError())); in CacheGlyphToAtlas() 78 SAL_WARN("vcl.gdi", "SelectObject failed: " << WindowsErrorString(GetLastError())); in CacheGlyphToAtlas() 192 SAL_WARN("vcl.gdi", "DrawGlyphRun-EndDraw failed: " << WindowsErrorString(GetLastError())); in CacheGlyphToAtlas()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/crypto/ |
H A D | cryptosign.cxx | 1392 …SAL_WARN("svl.crypto", "CertCreateCertificateContext failed: " << WindowsErrorString(GetLastError(… in Sign() 1418 …SAL_WARN("svl.crypto", "CryptAcquireCertificatePrivateKey failed: " << WindowsErrorString(GetLastE… in Sign() 1475 … SAL_WARN("svl.crypto", "CryptMsgOpenToEncode failed: " << WindowsErrorString(GetLastError())); in Sign() 1485 SAL_WARN("svl.crypto", "CryptMsgUpdate failed: " << WindowsErrorString(GetLastError())); in Sign() 1504 … SAL_WARN("svl.crypto", "CryptMsgOpenToDecode failed: " << WindowsErrorString(GetLastError())); in Sign() 1536 SAL_WARN("svl.crypto", "CryptMsgUpdate failed: " << WindowsErrorString(GetLastError())); in Sign() 1587 … SAL_WARN("svl.crypto", "CryptRetrieveTimeStamp failed: " << WindowsErrorString(GetLastError())); in Sign() 1638 … SAL_WARN("svl.crypto", "Re-creating the message failed: " << WindowsErrorString(GetLastError())); in Sign() 1654 …N("svl.crypto", "CryptMsgGetParam(CMSG_CONTENT_PARAM) failed: " << WindowsErrorString(GetLastError… in Sign() 1677 …N("svl.crypto", "CryptMsgGetParam(CMSG_CONTENT_PARAM) failed: " << WindowsErrorString(GetLastError… in Sign() [all …]
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/opengl/win/ |
H A D | gdiimpl.cxx | 121 SAL_WARN("vcl.opengl", "wglMakeCurrent failed: " << WindowsErrorString(nLastError)); in makeCurrent() 567 SAL_WARN("vcl.opengl", "SetPixelFormat failed: " << WindowsErrorString(GetLastError())); in ImplInit() 574 SAL_WARN("vcl.opengl", "wglCreateContext failed: "<< WindowsErrorString(GetLastError())); in ImplInit() 581 SAL_WARN("vcl.opengl", "wglMakeCurrent failed: "<< WindowsErrorString(GetLastError())); in ImplInit() 619 …SAL_WARN("vcl.opengl", "wglCreateContextAttribsARB failed: "<< WindowsErrorString(GetLastError())); in ImplInit() 641 SAL_WARN("vcl.opengl", "wglMakeCurrent failed: " << WindowsErrorString(GetLastError())); in ImplInit()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/xmlsec/ |
H A D | errorcallback.cxx | 50 systemErrorString = " " + WindowsErrorString(GetLastError()); in errorCallback()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/xmlsec/ |
H A D | errorcallback.cxx | 49 systemErrorString = " " + WindowsErrorString(GetLastError()); in errorCallback()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/xmlsec/mscrypt/ |
H A D | x509certificate_mscryptimpl.cxx | 610 …SAL_WARN("xmlsecurity.xmlsec", "CryptDecodeObject failed: " << WindowsErrorString(GetLastError())); in getCertificateUsage() 626 …SAL_WARN("xmlsecurity.xmlsec", "CryptDecodeObject failed: " << WindowsErrorString(GetLastError())); in getCertificateUsage() 726 …SAL_INFO("xmlsecurity.xmlsec", "CertStrToNameW failed: " << WindowsErrorString(GetLastError()) << … in EncodeDistinguishedName() 734 …SAL_INFO("xmlsecurity.xmlsec", "CertStrToNameW failed: " << WindowsErrorString(GetLastError()) << … in EncodeDistinguishedName()
|
H A D | securityenvironment_mscryptimpl.cxx | 289 …SAL_WARN("xmlsecurity.xmlsec", "CertEnumPhysicalStore failed:" << WindowsErrorString(GetLastError(… in cert_enum_system_store_callback()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/xmlsec/mscrypt/ |
H A D | x509certificate_mscryptimpl.cxx | 606 …SAL_WARN("xmlsecurity.xmlsec", "CryptDecodeObject failed: " << WindowsErrorString(GetLastError())); in getCertificateUsage() 622 …SAL_WARN("xmlsecurity.xmlsec", "CryptDecodeObject failed: " << WindowsErrorString(GetLastError())); in getCertificateUsage()
|
H A D | securityenvironment_mscryptimpl.cxx | 291 …SAL_WARN("xmlsecurity.xmlsec", "CertEnumPhysicalStore failed:" << WindowsErrorString(GetLastError(… in cert_enum_system_store_callback()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/dtrans/ |
H A D | MtaOleClipb.cxx | 670 … SAL_WARN("vcl.win.dtrans", "GetMessageW failed: " << WindowsErrorString(GetLastError())); in run()
|
H A D | target.cxx | 220 … SAL_WARN("vcl.win.dtrans", "GetMessageW failed: " << WindowsErrorString(GetLastError())); in DndTargetOleSTAFunc()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/window/ |
H A D | salobj.cxx | 528 SAL_WARN("vcl", "CreateWindowExW failed: " << WindowsErrorString(GetLastError())); in ImplSalCreateObject()
|
H A D | salframe.cxx | 442 SAL_WARN_IF(!hWnd, "vcl", "CreateWindowExW failed: " << WindowsErrorString(GetLastError())); in ImplSalCreateFrame() 4407 SAL_WARN("vcl", "GetMenuItemInfoW failed: " << WindowsErrorString(GetLastError())); in ImplGetSalMenuItem() 4424 … SAL_WARN( "vcl", "GetMenuItemInfoW failed: " << WindowsErrorString( GetLastError() ) ); in ImplGetSelectedIndex() 4564 SAL_WARN("vcl", "PatBlt failed: " << WindowsErrorString(GetLastError())); in ImplDrawItem() 4646 SAL_WARN("vcl", "DrawStateW failed: " << WindowsErrorString(GetLastError())); in ImplDrawItem() 4663 SAL_WARN("vcl", "DrawStateW failed: " << WindowsErrorString(GetLastError())); in ImplDrawItem()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/win/window/ |
H A D | salobj.cxx | 528 SAL_WARN("vcl", "CreateWindowExW failed: " << WindowsErrorString(GetLastError())); in ImplSalCreateObject()
|
H A D | salframe.cxx | 437 SAL_WARN_IF(!hWnd, "vcl", "CreateWindowExW failed: " << WindowsErrorString(GetLastError())); in ImplSalCreateFrame() 4336 SAL_WARN("vcl", "GetMenuItemInfoW failed: " << WindowsErrorString(GetLastError())); in ImplGetSalMenuItem() 4353 … SAL_WARN( "vcl", "GetMenuItemInfoW failed: " << WindowsErrorString( GetLastError() ) ); in ImplGetSelectedIndex() 4493 SAL_WARN("vcl", "PatBlt failed: " << WindowsErrorString(GetLastError())); in ImplDrawItem() 4575 SAL_WARN("vcl", "DrawStateW failed: " << WindowsErrorString(GetLastError())); in ImplDrawItem() 4592 SAL_WARN("vcl", "DrawStateW failed: " << WindowsErrorString(GetLastError())); in ImplDrawItem()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/app/ |
H A D | salinst.cxx | 471 … SAL_WARN("vcl.schedule", "GetMessageW failed: " << WindowsErrorString(GetLastError())); in ImplSalYield()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/embedserv/source/embed/ |
H A D | tracker.cxx | 409 …SAL_WARN_IF(-1 == bRet, "embedserv", "GetMessageW failed: " << WindowsErrorString(GetLastError())); in TrackHandle()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/ |
H A D | shutdowniconw32.cxx | 472 SAL_WARN("sfx.appl", "GetMessageW failed: " << WindowsErrorString(GetLastError())); in SystrayThread()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/osl/w32/ |
H A D | socket.cxx | 791 … SAL_WARN("sal.osl", "socket creation failed: (" << nErrno << "): " << WindowsErrorString(nErrno)); in osl_createSocket()
|