LibreOffice Module desktop (master) 1
Functions | Variables
lokclipboard.cxx File Reference
#include "lokclipboard.hxx"
#include <unordered_map>
#include <vcl/lazydelete.hxx>
#include <vcl/svapp.hxx>
#include <sfx2/lokhelper.hxx>
#include <sal/log.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <com/sun/star/uno/XComponentContext.hpp>
Include dependency graph for lokclipboard.cxx:

Go to the source code of this file.

Functions

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

Variables

static vcl::DeleteOnDeinit< std::unordered_map< int, rtl::Reference< LOKClipboard > > > gClipboards {}
 

Function Documentation

◆ desktop_LOKClipboard_get_implementation()

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

Variable Documentation

◆ gClipboards

vcl::DeleteOnDeinit<std::unordered_map<int, rtl::Reference<LOKClipboard> > > gClipboards {}
static