LibreOffice Module shell (master) 1
Macros | Functions
wininetbackend.cxx File Reference
#include <sal/config.h>
#include <cstddef>
#include <string_view>
#include <cppuhelper/supportsservice.hxx>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <o3tl/string_view.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include "wininetbackend.hxx"
#include <windows.h>
#include <wininet.h>
#include <sal/alloca.h>
Include dependency graph for wininetbackend.cxx:

Go to the source code of this file.

Macros

#define WIN32_LEAN_AND_MEAN
 
#define WININET_DLL_NAME   L"wininet.dll"
 
#define EQUAL_SIGN   '='
 
#define COLON   ':'
 
#define SPACE   ' '
 
#define SEMI_COLON   ';'
 

Functions

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * shell_WinInetBackend_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &)
 

Macro Definition Documentation

◆ COLON

#define COLON   ':'

Definition at line 42 of file wininetbackend.cxx.

◆ EQUAL_SIGN

#define EQUAL_SIGN   '='

Definition at line 41 of file wininetbackend.cxx.

◆ SEMI_COLON

#define SEMI_COLON   ';'

Definition at line 44 of file wininetbackend.cxx.

◆ SPACE

#define SPACE   ' '

Definition at line 43 of file wininetbackend.cxx.

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Definition at line 34 of file wininetbackend.cxx.

◆ WININET_DLL_NAME

#define WININET_DLL_NAME   L"wininet.dll"

Definition at line 40 of file wininetbackend.cxx.

Function Documentation

◆ shell_WinInetBackend_get_implementation()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * shell_WinInetBackend_get_implementation ( css::uno::XComponentContext *  ,
css::uno::Sequence< css::uno::Any > const &   
)

Definition at line 356 of file wininetbackend.cxx.