LibreOffice Module stoc (master) 1
Namespaces | Typedefs | Functions
namingservice.cxx File Reference
#include <cppuhelper/factory.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <com/sun/star/uno/XNamingService.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <mutex>
#include <unordered_map>
Include dependency graph for namingservice.cxx:

Go to the source code of this file.

Namespaces

namespace  stoc_namingservice
 

Typedefs

typedef std::unordered_map< OUString, Reference< XInterface > > stoc_namingservice::HashMap_OWString_Interface
 

Functions

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

Function Documentation

◆ stoc_NamingService_Impl_get_implementation()

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

Definition at line 116 of file namingservice.cxx.

Variable Documentation

◆ aMap

HashMap_OWString_Interface aMap
private

Definition at line 50 of file namingservice.cxx.

◆ aMutex

std::mutex aMutex
private

Definition at line 49 of file namingservice.cxx.