Home
last modified time | relevance | path

Searched refs:WindowsErrorString (Results 1 – 25 of 28) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/comphelper/
H A Dwindowserrorstring.hxx20 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 Dwindowserrorstring.hxx20 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 Dcontext.cxx129 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 Dcryptosign.cxx1322 …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 Dsalvd.cxx41 … 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 Dsalvd.cxx42 … 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 Dwinlayout.cxx71 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 Dcryptosign.cxx1392 …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 Dgdiimpl.cxx121 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 Derrorcallback.cxx50 systemErrorString = " " + WindowsErrorString(GetLastError()); in errorCallback()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/xmlsec/
H A Derrorcallback.cxx49 systemErrorString = " " + WindowsErrorString(GetLastError()); in errorCallback()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/xmlsec/mscrypt/
H A Dx509certificate_mscryptimpl.cxx610 …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 Dsecurityenvironment_mscryptimpl.cxx289 …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 Dx509certificate_mscryptimpl.cxx606 …SAL_WARN("xmlsecurity.xmlsec", "CryptDecodeObject failed: " << WindowsErrorString(GetLastError())); in getCertificateUsage()
622 …SAL_WARN("xmlsecurity.xmlsec", "CryptDecodeObject failed: " << WindowsErrorString(GetLastError())); in getCertificateUsage()
H A Dsecurityenvironment_mscryptimpl.cxx291 …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 DMtaOleClipb.cxx670 … SAL_WARN("vcl.win.dtrans", "GetMessageW failed: " << WindowsErrorString(GetLastError())); in run()
H A Dtarget.cxx220 … SAL_WARN("vcl.win.dtrans", "GetMessageW failed: " << WindowsErrorString(GetLastError())); in DndTargetOleSTAFunc()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/window/
H A Dsalobj.cxx528 SAL_WARN("vcl", "CreateWindowExW failed: " << WindowsErrorString(GetLastError())); in ImplSalCreateObject()
H A Dsalframe.cxx442 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 Dsalobj.cxx528 SAL_WARN("vcl", "CreateWindowExW failed: " << WindowsErrorString(GetLastError())); in ImplSalCreateObject()
H A Dsalframe.cxx437 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 Dsalinst.cxx471 … SAL_WARN("vcl.schedule", "GetMessageW failed: " << WindowsErrorString(GetLastError())); in ImplSalYield()
/dports/editors/libreoffice/libreoffice-7.2.6.2/embedserv/source/embed/
H A Dtracker.cxx409 …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 Dshutdowniconw32.cxx472 SAL_WARN("sfx.appl", "GetMessageW failed: " << WindowsErrorString(GetLastError())); in SystrayThread()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/osl/w32/
H A Dsocket.cxx791 … SAL_WARN("sal.osl", "socket creation failed: (" << nErrno << "): " << WindowsErrorString(nErrno)); in osl_createSocket()

12